aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2018-08-06 11:19:13 +0200
committerHarald Welte <laforge@gnumonks.org>2018-08-06 11:19:22 +0200
commitff4675516e7c6076a6ff5d61a8f54848edd12e65 (patch)
tree4e21b38febbb2053c8eb93d34f094be4f08a55ea
parent6d398fea1d65b5331b95511d02d811f384d51a40 (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: Ia277b1d41c3f5b81a2c909320d23c2e763feac28 Related: OS#3449
-rwxr-xr-xdebian/rules4
1 files changed, 0 insertions, 4 deletions
diff --git a/debian/rules b/debian/rules
index 48f53f5..5e9e20f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -13,7 +13,3 @@ export DEB_BUILD_HARDENING=1
override_dh_strip:
dh_strip --dbg-package=osmo-sip-connector-dbg
-
-override_dh_autoreconf:
- echo $(VERSION) > .tarball-version
- dh_autoreconf