summaryrefslogtreecommitdiffstats
path: root/debian
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2018-08-06 11:08:00 +0200
committerHarald Welte <laforge@gnumonks.org>2018-08-06 11:09:40 +0200
commitd14eccd1a70ad721e01346c8351ae90f038b3570 (patch)
treefee17335d2c0e3e4abf0c548bf4c59266122fdc4 /debian
parent30cfeeb4a0a3992b55a48c3ccefc91f727ef079e (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: Ibeb6d273e2d26f37a36cbde4a948ce95395491f8 Related: OS#3449
Diffstat (limited to 'debian')
-rwxr-xr-xdebian/rules4
1 files changed, 0 insertions, 4 deletions
diff --git a/debian/rules b/debian/rules
index 6eb7346c..a9d961c7 100755
--- a/debian/rules
+++ b/debian/rules
@@ -25,10 +25,6 @@ override_dh_install:
override_dh_auto_test:
dh_auto_test || (find . -name testsuite.log -exec cat {} \; ; false)
-override_dh_autoreconf:
- echo $(VERSION) > .tarball-version
- dh_autoreconf
-
override_dh_auto_configure:
dh_auto_configure -- --enable-static