We don't want the hyphen in the composed string of KICAD_VERSION_FULL so
this string is representing the complete Debian version in the end.
Forwarded: Not-Needed
Gbp-Pq: Topic debian-hacks
Gbp-Pq: Name KiCadFullVersion-Drop-hyphen-in-the-string.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()