aboutsummaryrefslogtreecommitdiffstats
path: root/debian
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2018-09-17 10:45:35 +0200
committerPau Espin Pedrol <pespin@sysmocom.de>2018-09-17 10:45:38 +0200
commit6d2cea2d1d1448ba551eaadef9c833e816c4d5b8 (patch)
tree5be5e1e8a06ec71b73d7dd1c1a3c565c4a5e55cd /debian
parentd36012fb029fd9914b4e8125c9c3186785940258 (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. Related: OS#3449 Change-Id: I61a7995edf9fbc06db88ab391d32a988c3760c19
Diffstat (limited to 'debian')
-rwxr-xr-xdebian/rules4
1 files changed, 0 insertions, 4 deletions
diff --git a/debian/rules b/debian/rules
index a1039b0..bb73059 100755
--- a/debian/rules
+++ b/debian/rules
@@ -47,10 +47,6 @@ VERSION := $(shell echo '$(DEB_VERSION)' | sed -e 's/[+-].*//' -e 's/~//g')
%:
dh $@ --with autoreconf
-override_dh_autoreconf:
- echo $(VERSION) > .tarball-version
- dh_autoreconf
-
# debmake generated override targets
# Set options for ./configure
#CONFIGURE_FLAGS = <options for ./configure>