[SCM] mapserver branch, master, updated. upstream/6.4.0_rc1-134-g2ee0f1a

Bas Couwenberg sebastic at xs4all.nl
Tue Sep 17 16:12:14 UTC 2013


The following commit has been merged in the master branch:
commit 2ee0f1a1bf2bfa6fff136d8c9fb8d84b7713b61d
Author: Bas Couwenberg <sebastic at xs4all.nl>
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



More information about the Pkg-grass-devel mailing list