[SCM] mapserver branch, master, updated. upstream/6.2.1-58-g2519c98

Bas Couwenberg sebastic at xs4all.nl
Thu Jun 20 19:57:14 UTC 2013


The following commit has been merged in the master branch:
commit 6afa15cf3d2ba0acac62595c3180ce802bfb7ce7
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Fri Jun 14 22:17:48 2013 +0200

    Empty dependency_libs in la files.

diff --git a/debian/changelog b/debian/changelog
index a92a115..1d4f91e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ mapserver (6.2.1-3) UNRELEASED; urgency=low
 
   * Merge change from 6.0.1-4: Migrated to debhelper level 9.
   * Drop possible-gpl-code-linked-with-openssl lintian override.
+  * Empty dependency_libs in la files.
 
  -- Bas Couwenberg <sebastic at xs4all.nl>  Fri, 14 Jun 2013 22:00:07 +0200
 
diff --git a/debian/rules b/debian/rules
index 771c850..8429cd5 100755
--- a/debian/rules
+++ b/debian/rules
@@ -179,6 +179,9 @@ install-arch-stamp: build-arch
 	# remove la file in php ext dir
 	-$(RM) -rf $(CURDIR)/debian/tmp/usr/lib/php5/20090626/*.la
 
+	# empty dependency_libs in la file
+	sed -i "/dependency_libs/ s/'.*'/''/" $(CURDIR)/debian/tmp/usr/lib/libmapserver.la
+
 	# CGI mapserver
 	-mkdir -p debian/tmp/usr/lib/cgi-bin
 	install -m755 debian/tmp/usr/bin/mapserv debian/tmp/usr/lib/cgi-bin/mapserv

-- 
Mapserver



More information about the Pkg-grass-devel mailing list