aboutsummaryrefslogtreecommitdiffstats
path: root/debian
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2018-09-17 10:47:09 +0200
committerPau Espin Pedrol <pespin@sysmocom.de>2018-09-17 10:47:12 +0200
commit769d19118baed77e74067a734478a6e5591c30d6 (patch)
tree6739a59da26b4d81f601770d7dfb5fbeef846b4c /debian
parent6228b859ba73e83ddda1352092a8c609542ea02b (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: Ice1875bbd051f78b4a3bcadef48e639419b55e8f
Diffstat (limited to 'debian')
-rwxr-xr-xdebian/rules1
1 files changed, 0 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules
index e37a26268..dc609f941 100755
--- a/debian/rules
+++ b/debian/rules
@@ -24,7 +24,6 @@ override_dh_strip:
dh_strip -posmocom-bsc-nat --dbg-package=osmocom-bsc-nat-dbg
override_dh_auto_configure:
- echo $(VERSION) > openbsc/.tarball-version
dh_auto_configure --sourcedirectory=openbsc -- --enable-nat --enable-osmo-bsc --enable-smpp --with-systemdsystemunitdir=/lib/systemd/system
# Print test results in case of a failure