Revert "debian: Report upstream and package version instead of git revision"

Probably it is still better to report the git version as the native package builds used to.

This reverts commit ba4bec7d09.
This commit is contained in:
Balint Reczey 2021-10-25 13:52:26 +02:00
parent efdf8f7d01
commit 2103b4b074
1 changed files with 0 additions and 3 deletions

3
debian/rules vendored
View File

@ -15,8 +15,6 @@ ifeq ($(distrelease),n/a)
distrelease := sid
endif
GIT_VERSION = "Git v$(DEB_VERSION_UPSTREAM)" packaged as "$(DEB_VERSION)"
# This has to be exported to make some magic below work.
export DH_OPTIONS
@ -36,7 +34,6 @@ endif
dh $@ --with python3 --buildsystem $(DH_BUILDSYSTEM) --with quilt
override_dh_auto_configure:
echo "#define VCSVERSION \"$(GIT_VERSION)\"" > version.h
dh_auto_configure -- -DBUILD_xxx2deb=ON -DBUILD_corbaidl2wrs=ON
override_dh_auto_build: