[Python-modules-commits] r8590 - in packages/matplotlib/trunk/debian (7 files)

morph at users.alioth.debian.org morph at users.alioth.debian.org
Thu May 28 07:27:45 UTC 2009


    Date: Thursday, May 28, 2009 @ 07:27:44
  Author: morph
Revision: 8590

  - ensure WX examples use version >= 2.8, thanks to giacomo boffi for the
    report; Closes: #518150
* debian/{rules, *.lintian-overrides}
  - added these lintian overrides:
    + arch-dep-package-has-big-usr-share
      . python-matplotlib has large arch-indep with some arch-dep code
    + copyright-should-refer-to-common-license-file-for-lgpl
      . false warning, since it greps for LGPL that's in the license text as
        example
    + extra-license-file
      . license embedded in the documentation, will break links if removed
    + font-in-non-font-package
      . we ship fonts, so no need to warning for this

Added:
  packages/matplotlib/trunk/debian/python-matplotlib-data.lintian-overrides
  packages/matplotlib/trunk/debian/python-matplotlib-dbg.lintian-overrides
  packages/matplotlib/trunk/debian/python-matplotlib-doc.lintian-overrides
  packages/matplotlib/trunk/debian/python-matplotlib.lintian-overrides
Modified:
  packages/matplotlib/trunk/debian/changelog
  packages/matplotlib/trunk/debian/copyright
  packages/matplotlib/trunk/debian/rules

Modified: packages/matplotlib/trunk/debian/changelog
===================================================================
--- packages/matplotlib/trunk/debian/changelog	2009-05-27 17:38:27 UTC (rev 8589)
+++ packages/matplotlib/trunk/debian/changelog	2009-05-28 07:27:44 UTC (rev 8590)
@@ -15,15 +15,26 @@
 
   [ Sandro Tosi ]
   * New upstream release
-    - ensure WX examples use version >= 2.8, thanks to giacomo boffi for the report;
-      Closes: #518150
+    - ensure WX examples use version >= 2.8, thanks to giacomo boffi for the
+      report; Closes: #518150
   * debian/control
     - removed Vittorio Palmisano from uploaders (mia); thanks for your work!
     - bump Standards-Version to 3.8.1 (no changes needed)
   * debian/copyright
     - completely rewritten to match new upstream code
+  * debian/{rules, *.lintian-overrides}
+    - added these lintian overrides:
+      + arch-dep-package-has-big-usr-share
+        . python-matplotlib has large arch-indep with some arch-dep code
+      + copyright-should-refer-to-common-license-file-for-lgpl
+        . false warning, since it greps for LGPL that's in the license text as
+          example
+      + extra-license-file
+        . license embedded in the documentation, will break links if removed
+      + font-in-non-font-package
+        . we ship fonts, so no need to warning for this
 
- -- Sandro Tosi <morph at debian.org>  Wed, 27 May 2009 15:43:38 +0200
+ -- Sandro Tosi <morph at debian.org>  Thu, 28 May 2009 08:51:53 +0200
 
 matplotlib (0.98.5.2-1) experimental; urgency=low
 

Modified: packages/matplotlib/trunk/debian/copyright
===================================================================
--- packages/matplotlib/trunk/debian/copyright	2009-05-27 17:38:27 UTC (rev 8589)
+++ packages/matplotlib/trunk/debian/copyright	2009-05-28 07:27:44 UTC (rev 8590)
@@ -22,8 +22,8 @@
     of the motivations behind the licencing choice, see Licenses.
     License agreement for matplotlib.
 
-    1. This LICENSE AGREEMENT is between John D. Hunter (-Y´JDH¡),
-    and the Individual or Organization (´Licensee¡) accessing and
+    1. This LICENSE AGREEMENT is between John D. Hunter ("JDH"), and
+    the Individual or Organization ("Licensee") accessing and
     otherwise using matplotlib software in source or binary form and
     its associated documentation.
 

Added: packages/matplotlib/trunk/debian/python-matplotlib-data.lintian-overrides
===================================================================
--- packages/matplotlib/trunk/debian/python-matplotlib-data.lintian-overrides	                        (rev 0)
+++ packages/matplotlib/trunk/debian/python-matplotlib-data.lintian-overrides	2009-05-28 07:27:44 UTC (rev 8590)
@@ -0,0 +1,2 @@
+font-in-non-font-package
+copyright-should-refer-to-common-license-file-for-lgpl

Added: packages/matplotlib/trunk/debian/python-matplotlib-dbg.lintian-overrides
===================================================================
--- packages/matplotlib/trunk/debian/python-matplotlib-dbg.lintian-overrides	                        (rev 0)
+++ packages/matplotlib/trunk/debian/python-matplotlib-dbg.lintian-overrides	2009-05-28 07:27:44 UTC (rev 8590)
@@ -0,0 +1 @@
+copyright-should-refer-to-common-license-file-for-lgpl

Added: packages/matplotlib/trunk/debian/python-matplotlib-doc.lintian-overrides
===================================================================
--- packages/matplotlib/trunk/debian/python-matplotlib-doc.lintian-overrides	                        (rev 0)
+++ packages/matplotlib/trunk/debian/python-matplotlib-doc.lintian-overrides	2009-05-28 07:27:44 UTC (rev 8590)
@@ -0,0 +1,2 @@
+copyright-should-refer-to-common-license-file-for-lgpl
+extra-license-file

Added: packages/matplotlib/trunk/debian/python-matplotlib.lintian-overrides
===================================================================
--- packages/matplotlib/trunk/debian/python-matplotlib.lintian-overrides	                        (rev 0)
+++ packages/matplotlib/trunk/debian/python-matplotlib.lintian-overrides	2009-05-28 07:27:44 UTC (rev 8590)
@@ -0,0 +1,2 @@
+copyright-should-refer-to-common-license-file-for-lgpl
+arch-dep-package-has-big-usr-share

Modified: packages/matplotlib/trunk/debian/rules
===================================================================
--- packages/matplotlib/trunk/debian/rules	2009-05-27 17:38:27 UTC (rev 8589)
+++ packages/matplotlib/trunk/debian/rules	2009-05-28 07:27:44 UTC (rev 8590)
@@ -115,6 +115,7 @@
 	ln -sf /usr/share/javascript/jquery/jquery.js \
 		$(CURDIR)/debian/$(pd)/usr/share/doc/python-matplotlib-doc/html/_static/jquery.js
 	dh_link -i
+	dh_lintian -i
 	dh_fixperms -i
 	dh_installdeb -i
 	dh_gencontrol -i
@@ -135,6 +136,7 @@
 	done
 	dh_pycentral -a
 	dh_link -a
+	dh_lintian -a
 	dh_strip -a --dbg-package=$(pdbg)
 	dh_compress -a
 	dh_fixperms -a




More information about the Python-modules-commits mailing list