The following commit has been merged in the master branch:
commit 2ee0f1a1bf2bfa6fff136d8c9fb8d84b7713b61d
Author: Bas Couwenberg <[email protected]>
Date: Tue Sep 17 18:11:49 2013 +0200
Fix version extraction from changelog.
diff --git a/debian/rules b/debian/rules
index 2334bf3..d7d65a2 100755
--- a/debian/rules
+++ b/debian/rules
@@ -26,7 +26,7 @@ RUBYVERS=1.9.1
PHP5API=$(shell php-config5 --phpapi)
MANPAGES:=$(wildcard debian/man/*.*.xml)
-MS_VERSION=$(shell dpkg-parsechangelog | sed -ne 's/^Version: \(.*\)-.*/\1/p'
| sed -ne 's/^\(.*\)~.*/\1/p')
+MS_VERSION=$(shell dpkg-parsechangelog | sed -ne 's/^Version: \(.*\)-.*/\1/p')
MAKE_VERBOSE=1
--
Packaging for MapServer
_______________________________________________
Pkg-grass-devel mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel