From: Bdale Garbee Date: Tue, 18 Aug 2009 18:05:46 +0000 (-0600) Subject: fix the changelog version extraction to work for a native version X-Git-Tag: debian/1.1-1~38 X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=4d7c4c69a5e0ab16018c2a9325168e363a10084b;p=fw%2Faltos fix the changelog version extraction to work for a native version --- diff --git a/debian/rules b/debian/rules index d576ab32..155a13a8 100755 --- a/debian/rules +++ b/debian/rules @@ -2,7 +2,7 @@ # -*- makefile -*- export DH_VERBOSE=1 -PKG_VERSION := $(shell dpkg-parsechangelog | sed -ne 's/^Version: \(.*\)-.*/\1/p'| sed 's/+dfsg//') +PKG_VERSION := $(shell dpkg-parsechangelog | sed -ne 's/^Version: \(.*\)/\1/p') # this target invoked by git-buildpackage using a clean hook, see .gbp.conf prebuild: