aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2018-08-06 11:18:09 +0200
committerHarald Welte <laforge@gnumonks.org>2018-08-06 11:18:24 +0200
commit54af2dba78c79bf61721a0b454d0e651f99133b7 (patch)
tree21a0d1039096414d7956d70cf5802f841752899d
parent448750e4e23009a21ff21e8a96ad0fa56e4094ad (diff)
debian/rules: Don't overwrite .tarball-version
The .tarball-version file should contain the *source version* uniquely identifying the git commit, and not the Debian package name. With https://gerrit.osmocom.org/#/c/osmo-ci/+/10343/ there is a correct .tarball-version file in the .tar.xz of the nightly source packages. Change-Id: I093c9c1943e5f09d8f91f94af438f697a93e7127 Related: OS#3449
-rwxr-xr-xdebian/rules4
1 files changed, 0 insertions, 4 deletions
diff --git a/debian/rules b/debian/rules
index 63ee1c37..cffb6ca0 100755
--- a/debian/rules
+++ b/debian/rules
@@ -14,10 +14,6 @@ export DEB_BUILD_MAINT_OPTIONS = hardening=+all
override_dh_strip:
dh_strip --dbg-package=osmo-pcu-dbg
-override_dh_autoreconf:
- echo $(VERSION) > .tarball-version
- dh_autoreconf
-
override_dh_clean:
dh_clean
$(RM) tests/package.m4