aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2018-08-06 11:12:33 +0200
committerHarald Welte <laforge@gnumonks.org>2018-08-06 11:12:33 +0200
commitc3b1f636c94c01bf190713e2d17e2ffd1a58be9a (patch)
treed8fa4e954d761c54168688b26f4a797c3288a2a9
parent1a0d15305d4c973949d3f9491bd42d170d670900 (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: I620c96eb311be6fdd4187bdcc311ea893ad93614 Related: OS#3449
-rwxr-xr-xdebian/rules4
1 files changed, 0 insertions, 4 deletions
diff --git a/debian/rules b/debian/rules
index 279568f..bea0a76 100755
--- a/debian/rules
+++ b/debian/rules
@@ -23,10 +23,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