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: I093c9c1943e5f09d8f91f94af438f697a93e7127
Related: OS#3449
This commit is contained in:
Harald Welte 2018-08-06 11:18:09 +02:00
parent 448750e4e2
commit 54af2dba78
1 changed files with 0 additions and 4 deletions

4
debian/rules vendored
View File

@ -14,10 +14,6 @@ export DEB_BUILD_MAINT_OPTIONS = hardening=+all
override_dh_strip:
dh_strip --dbg-package=osmo-pcu-dbg
override_dh_autoreconf:
echo $(VERSION) > .tarball-version
dh_autoreconf
override_dh_clean:
dh_clean
$(RM) tests/package.m4