aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2018-08-06 11:15:53 +0200
committerHarald Welte <laforge@gnumonks.org>2018-08-06 11:16:08 +0200
commit2d3fae7e3699ba339d83464ee4c67cbe76cd167d (patch)
treea52e284d20c74313a1ec653dc98e2a90c0f57ff3
parentad4ea3b10e66bbd5cad27d16532b0c5fc239946a (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: I08fa724a9a70e024845f683fb3f5d245a0bd9aa3 Related: OS#3449
-rwxr-xr-xdebian/rules4
1 files changed, 0 insertions, 4 deletions
diff --git a/debian/rules b/debian/rules
index 3e2c91f..9ebfdd0 100755
--- a/debian/rules
+++ b/debian/rules
@@ -8,10 +8,6 @@ VERSION := $(shell echo '$(DEBVERS)' | sed -e 's/[+-].*//' -e 's/~//g')
%:
dh $@ --with autoreconf
-override_dh_autoreconf:
- echo $(VERSION) > .tarball-version
- dh_autoreconf
-
# See https://www.debian.org/doc/manuals/developers-reference/best-pkging-practices.html#bpp-dbg
override_dh_strip:
dh_strip --dbg-package=libosmo-ranap-dbg