diff options
| author | Bdale Garbee <bdale@gag.com> | 2009-08-18 12:05:46 -0600 |
|---|---|---|
| committer | Bdale Garbee <bdale@gag.com> | 2009-08-18 12:05:46 -0600 |
| commit | 4d7c4c69a5e0ab16018c2a9325168e363a10084b (patch) | |
| tree | 1a6ef956298ebfe6f1282b0e0af8c561b363a58d | |
| parent | fc761cc0117cb5a091b041b73b34d222b56a60f0 (diff) | |
fix the changelog version extraction to work for a native version
| -rwxr-xr-x | debian/rules | 2 |
1 files changed, 1 insertions, 1 deletions
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: |
