Upstream is providing the possibility to append various strings into the
KICAD_FULL_VERSION if needed. We can use this to append the debian
specific version on the upstream version.
For this the KICAD_FULL_VERSION needs to be merged without the hyphen
'-' so the version is reflecting the debian version in real.
Gbp-Pq: Topic debian-hacks
Gbp-Pq: Name Removing-hyphen-inside-KICAD_FULL_VERSION.patch
# Optional user version information defined at configuration.
if( KICAD_VERSION_EXTRA )
- set( KICAD_VERSION_FULL "${KICAD_VERSION_FULL}-${KICAD_VERSION_EXTRA}" )
+ set( KICAD_VERSION_FULL "${KICAD_VERSION_FULL}${KICAD_VERSION_EXTRA}" )
endif()
set( _wvh_new_version_text