[SCM] mapserver branch, master, updated. upstream/6.2.1-105-gf2e65d9

Francesco Paolo Lovergine frankie at debian.org
Tue Jul 23 15:14:57 UTC 2013


The following commit has been merged in the master branch:
commit f2e65d9661da48193516e615645ad0460e92de05
Author: Francesco Paolo Lovergine <frankie at debian.org>
Date:   Tue Jul 23 16:46:00 2013 +0200

    Fixing building failure.

diff --git a/debian/changelog b/debian/changelog
index b9b49d2..9f8e78e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,6 @@
 mapserver (6.2.1-3) unstable; urgency=low
 
+  [ Bas Couwenberg ]
   * Upload for Debian closes: #706157
   * Merge changes from 6.0.1-4: 
     - Migrated to debhelper level 9.
@@ -46,6 +47,10 @@ mapserver (6.2.1-3) unstable; urgency=low
     don't call ldconfig for php5-mapscript.
   * Use dh_autoreconf for retooling.
 
+  [ Francesco Paolo Lovergine ]
+  * Relaxing dh_makeshlibs checking to avoid failure but document
+    changes in symbols.
+
  -- Bas Couwenberg <sebastic at xs4all.nl>  Fri, 14 Jun 2013 22:00:07 +0200
 
 mapserver (6.2.1-2) unstable; urgency=low
diff --git a/debian/rules b/debian/rules
index 3b2ffbb..c7ccede 100755
--- a/debian/rules
+++ b/debian/rules
@@ -192,7 +192,7 @@ override_dh_compress:
 	dh_compress -X.xml -X.xsd -X.xsl
 
 override_dh_makeshlibs:
-	dh_makeshlibs -Xphp_mapscript
+	dh_makeshlibs -Xphp_mapscript -- -c0
 
 override_dh_python2:
 	dh_python2 -ppython-mapscript

-- 
Packaging for MapServer



More information about the Pkg-grass-devel mailing list