aboutsummaryrefslogtreecommitdiffstats
path: root/debian
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2018-09-17 10:40:02 +0200
committerPau Espin Pedrol <pespin@sysmocom.de>2018-09-17 10:40:04 +0200
commitbc71674c67b68fea6bb1fa9183c760bede0274fe (patch)
treea8cc1f72af24289a011350ac97c160d1dbfeb82f /debian
parentf76e213543db4393f413ad3e15c79a7909a493a2 (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: I22dac8524ce8acb033dc9c72eab107999f49f975
Diffstat (limited to 'debian')
-rwxr-xr-xdebian/rules4
1 files changed, 0 insertions, 4 deletions
diff --git a/debian/rules b/debian/rules
index 0d602e5..616f96d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -24,7 +24,3 @@ override_dh_install:
# Print test results in case of a failure
override_dh_auto_test:
dh_auto_test || (find . -name testsuite.log -exec cat {} \; ; false)
-
-override_dh_autoreconf:
- echo $(VERSION) > .tarball-version
- dh_autoreconf