aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2018-09-17 10:29:10 +0200
committerPau Espin Pedrol <pespin@sysmocom.de>2018-09-17 10:29:14 +0200
commit16ea74c6383c92360f186282ba18f7b9de6cddf2 (patch)
tree461e20970fdfbc3d14bfc2c7a53acb7cbc750464
parent6996e5dba9603208609f4604a3b3d59f88c85d90 (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: I30714578bc7fb3cfe333eebec89dc06eb1bbc9fe
-rwxr-xr-xdebian/rules4
1 files changed, 0 insertions, 4 deletions
diff --git a/debian/rules b/debian/rules
index 4f472a7..3e8938e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -14,10 +14,6 @@ VERSION := $(shell echo '$(DEBVERS)' | sed -e 's/[+-].*//' -e 's/~//g')
override_dh_strip:
dh_strip --dbg-package=libsmpp34-dbg
-override_dh_autoreconf:
- echo $(VERSION) > .tarball-version
- dh_autoreconf
-
# Print test results in case of a failure
override_dh_auto_test:
dh_auto_test || (find . -name testsuite.log -exec cat {} \; ; false)