[DebianGIS-dev] r2644 - packages/mapserver/trunk/debian

frankie at alioth.debian.org frankie at alioth.debian.org
Thu Dec 24 17:34:22 UTC 2009


Author: frankie
Date: 2009-12-24 17:34:22 +0000 (Thu, 24 Dec 2009)
New Revision: 2644

Added:
   packages/mapserver/trunk/debian/lintian-overrides
Modified:
   packages/mapserver/trunk/debian/changelog
   packages/mapserver/trunk/debian/rules
Log:
Lintian overrides


Modified: packages/mapserver/trunk/debian/changelog
===================================================================
--- packages/mapserver/trunk/debian/changelog	2009-12-24 15:19:41 UTC (rev 2643)
+++ packages/mapserver/trunk/debian/changelog	2009-12-24 17:34:22 UTC (rev 2644)
@@ -2,6 +2,8 @@
 
   * New upstream release, reissued after some last minute changes. This is
     the current 5.6.0 upstream version. 
+  * Added a lintian override-file for mismatched 
+    possible-gpl-code-linked-with-openssl error.
 
  -- Francesco Paolo Lovergine <frankie at debian.org>  Thu, 24 Dec 2009 16:17:35 +0100
 

Added: packages/mapserver/trunk/debian/lintian-overrides
===================================================================
--- packages/mapserver/trunk/debian/lintian-overrides	                        (rev 0)
+++ packages/mapserver/trunk/debian/lintian-overrides	2009-12-24 17:34:22 UTC (rev 2644)
@@ -0,0 +1,7 @@
+libmapscript-ruby1.9: possible-gpl-code-linked-with-openssl
+libmapscript-ruby1.8: possible-gpl-code-linked-with-openssl
+mapserver-bin: possible-gpl-code-linked-with-openssl
+php5-mapscript: possible-gpl-code-linked-with-openssl
+perl-mapscript: possible-gpl-code-linked-with-openssl
+cgi-mapserver: possible-gpl-code-linked-with-openssl
+python-mapscript: possible-gpl-code-linked-with-openssl

Modified: packages/mapserver/trunk/debian/rules
===================================================================
--- packages/mapserver/trunk/debian/rules	2009-12-24 15:19:41 UTC (rev 2643)
+++ packages/mapserver/trunk/debian/rules	2009-12-24 17:34:22 UTC (rev 2644)
@@ -226,6 +226,7 @@
 	dh_installdebconf -i
 	dh_compress -i -X.xml -X.xsd -X.xsl
 	dh_link -i
+	dh_lintian -i
 	dh_fixperms -i
 	dh_installdeb -i
 	dh_gencontrol -i
@@ -244,6 +245,10 @@
 	dh_pycentral -ppython-mapscript
 	dh_compress -a
 	dh_link -a
+	for pkg in $(cat debian/lintian-overrides|cut -d: -f1`); do \
+			echo "$$pkg: possible-gpl-code-linked-with-openssl" >debian/$$pkg.lintian-overrides; \
+	done
+	dh_lintian -a
 	dh_strip -a
 	dh_fixperms -a
 	dh_makeshlibs -a




More information about the Pkg-grass-devel mailing list