This is an automated email from the git hooks/post-receive script. sebastic pushed a commit to branch master in repository libgeotiff-dfsg.
commit eeac7e780eb87e5f9f69c9390708a1fc2b67ca84 Author: Bas Couwenberg <[email protected]> Date: Thu Jun 25 22:23:42 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 c9d786f..d93917f 100755 --- a/debian/rules +++ b/debian/rules @@ -7,7 +7,7 @@ # This has to be exported to make some magic below work. export DH_OPTIONS -GEOTIFF_VERSION=$(shell dpkg-parsechangelog | sed -ne 's/^Version: \(.*\)-.*/\1/p') +GEOTIFF_VERSION=$(shell dpkg-parsechangelog | sed -ne 's/^Version: \(.*\)-.*/\1/p' | sed -e 's/\+.*//; s/^[0-9]://') %: dh $@ --with autotools_dev --parallel -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/libgeotiff-dfsg.git _______________________________________________ Pkg-grass-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

