Use package version since git info won't be available.

This commit is contained in:
Eric Butler 2012-08-14 21:01:20 -07:00 committed by Harald Welte
parent a73ca05db6
commit 010c9551ff
2 changed files with 11 additions and 0 deletions

View File

@ -1,3 +1,9 @@
openbsc (0.12.0+git26-1) precise; urgency=low
* Fix version issue.
-- Eric Butler <eric@codebutler.com> Tue, 14 Aug 2012 21:00:51 -0700
openbsc (0.12.0+git26) precise; urgency=low
* Updated ubuntu package.

View File

@ -13,10 +13,15 @@
# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1
DEBIAN := $(shell dpkg-parsechangelog | grep ^Version: | cut -d' ' -f2)
DEBVERS := $(shell echo '$(DEBIAN)' | cut -d- -f1)
VERSION := $(shell echo '$(DEBVERS)' | sed -e 's/[+-].*//' -e 's/~//g')
%:
dh --with autoreconf $@
override_dh_auto_configure:
echo $(VERSION) > .tarball-version
dh_auto_configure -- --enable-nat --enable-osmo-bsc
override_dh_auto_test: