From 2103b4b07454ab7841fd151125b6511a8a3deb12 Mon Sep 17 00:00:00 2001 From: Balint Reczey Date: Mon, 25 Oct 2021 13:52:26 +0200 Subject: [PATCH] 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 ba4bec7d0987c7e79c8deca6ad3f3fe8a1af586a. --- debian/rules | 3 --- 1 file changed, 3 deletions(-) diff --git a/debian/rules b/debian/rules index 5040d087f9..a098ae6931 100755 --- a/debian/rules +++ b/debian/rules @@ -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: