[SCM] mapserver branch, jessie, updated. upstream/6.2.1-97-g257f52a

Bas Couwenberg sebastic at xs4all.nl
Wed Jul 17 20:29:56 UTC 2013


The following commit has been merged in the jessie branch:
commit 257f52a037a19cc0800c3be18db575e27aae1ff2
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Wed Jul 17 12:06:28 2013 +0200

    Add maintainer scripts for libmapserver-6.2.1 to call ldconfig, don't call ldconfig for php5-mapscript.

diff --git a/debian/changelog b/debian/changelog
index c9c0ccc..85984c4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -42,6 +42,8 @@ mapserver (6.2.1-3) UNRELEASED; urgency=low
   * Drop README.etch, no longer relevant.
   * Drop README.Debian, no longer used for PHP mapscript.
   * Update TODO.Debian to reflect current status.
+  * Add maintainer scripts for libmapserver-6.2.1 to call ldconfig,
+    don't call ldconfig for php5-mapscript.
 
  -- Bas Couwenberg <sebastic at xs4all.nl>  Fri, 14 Jun 2013 22:00:07 +0200
 
diff --git a/debian/libmapserver-6.2.1.postinst b/debian/libmapserver-6.2.1.postinst
new file mode 100644
index 0000000..786d689
--- /dev/null
+++ b/debian/libmapserver-6.2.1.postinst
@@ -0,0 +1,10 @@
+#!/bin/sh
+
+set -e
+
+# Source debconf library.
+. /usr/share/debconf/confmodule
+
+#DEBHELPER#
+
+exit 0
diff --git a/debian/libmapserver-6.2.1.postrm b/debian/libmapserver-6.2.1.postrm
new file mode 100644
index 0000000..786d689
--- /dev/null
+++ b/debian/libmapserver-6.2.1.postrm
@@ -0,0 +1,10 @@
+#!/bin/sh
+
+set -e
+
+# Source debconf library.
+. /usr/share/debconf/confmodule
+
+#DEBHELPER#
+
+exit 0
diff --git a/debian/rules b/debian/rules
index bf1fa1e..68b765f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -248,7 +248,7 @@ binary-arch: install-arch
 	dh_lintian -a
 	dh_strip -a
 	dh_fixperms -a
-	dh_makeshlibs -a
+	dh_makeshlibs -a -Xphp_mapscript
 	dh_installdeb -a
 	dh_shlibdeps -a
 	dh_perl -plibmapscript-perl

-- 
Mapserver



More information about the Pkg-grass-devel mailing list