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: Ia277b1d41c3f5b81a2c909320d23c2e763feac28
Related: OS#3449
This commit is contained in:
Harald Welte 2018-08-06 11:19:13 +02:00
parent 6d398fea1d
commit ff4675516e
1 changed files with 0 additions and 4 deletions

4
debian/rules vendored
View File

@ -13,7 +13,3 @@ export DEB_BUILD_HARDENING=1
override_dh_strip:
dh_strip --dbg-package=osmo-sip-connector-dbg
override_dh_autoreconf:
echo $(VERSION) > .tarball-version
dh_autoreconf