[libgaiagraphics] 01/01: Fix upstream version extraction from changelog.
Sebastiaan Couwenberg
sebastic at moszumanska.debian.org
Thu Jun 25 20:50:52 UTC 2015
This is an automated email from the git hooks/post-receive script.
sebastic pushed a commit to branch master
in repository libgaiagraphics.
commit 770c91456a4a66fd8e02613e11e75d6dcffd1c22
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date: Thu Jun 25 22:23:24 2015 +0200
Fix upstream version extraction from changelog.
---
debian/rules | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/debian/rules b/debian/rules
index ed0b038..4e6dae3 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,7 +4,7 @@
# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1
-VERSION = $(shell dpkg-parsechangelog | sed -ne 's/^Version: \(.*\)-.*/\1/p' | sed -e 's/~.*//')
+VERSION = $(shell dpkg-parsechangelog | sed -ne 's/^Version: \(.*\)-.*/\1/p' | sed -e 's/\+.*//; s/^[0-9]://')
%:
dh $@ --with autoreconf
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/libgaiagraphics.git
More information about the Pkg-grass-devel
mailing list