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: I620c96eb311be6fdd4187bdcc311ea893ad93614
Related: OS#3449
This commit is contained in:
Harald Welte 2018-08-06 11:12:33 +02:00
parent 1a0d15305d
commit c3b1f636c9
1 changed files with 0 additions and 4 deletions

4
debian/rules vendored
View File

@ -23,10 +23,6 @@ override_dh_install:
override_dh_auto_test:
dh_auto_test || (find . -name testsuite.log -exec cat {} \; ; false)
override_dh_autoreconf:
echo $(VERSION) > .tarball-version
dh_autoreconf
override_dh_auto_configure:
dh_auto_configure -- --enable-static