[Python-modules-commits] r3897 - in packages/python-networkx/trunk/debian (3 files)

kibi-guest at users.alioth.debian.org kibi-guest at users.alioth.debian.org
Thu Dec 6 22:46:32 UTC 2007


    Date: Thursday, December 6, 2007 @ 22:46:32
  Author: kibi-guest
Revision: 3897

Fix new lintian warnings: python section, binary-* targets

Modified:
  packages/python-networkx/trunk/debian/changelog
  packages/python-networkx/trunk/debian/control
  packages/python-networkx/trunk/debian/rules

Modified: packages/python-networkx/trunk/debian/changelog
===================================================================
--- packages/python-networkx/trunk/debian/changelog	2007-12-06 21:53:13 UTC (rev 3896)
+++ packages/python-networkx/trunk/debian/changelog	2007-12-06 22:46:32 UTC (rev 3897)
@@ -11,8 +11,11 @@
     DEB_UPSTREAM_VERSION (which became wrong anyway, due to the “.dfsg” part
     of the version).
   * Bump Standards-Version from 3.7.2 to 3.7.3, no change needed.
+  * Move the build instructions from “binary-arch” to “binary-indep”, per
+    lintian.
+  * Move the section from “graphics” to “python”, per lintian.
 
- -- Cyril Brulebois <cyril.brulebois at enst-bretagne.fr>  Thu, 06 Dec 2007 13:05:29 +0100
+ -- Cyril Brulebois <cyril.brulebois at enst-bretagne.fr>  Thu, 06 Dec 2007 23:45:41 +0100
 
 python-networkx (0.35.1.dfsg-1) unstable; urgency=low
 

Modified: packages/python-networkx/trunk/debian/control
===================================================================
--- packages/python-networkx/trunk/debian/control	2007-12-06 21:53:13 UTC (rev 3896)
+++ packages/python-networkx/trunk/debian/control	2007-12-06 22:46:32 UTC (rev 3897)
@@ -1,5 +1,5 @@
 Source: python-networkx
-Section: graphics
+Section: python
 Priority: optional
 Maintainer: Cyril Brulebois <cyril.brulebois at enst-bretagne.fr>
 Build-Depends: debhelper (>= 5), quilt (>= 0.40)

Modified: packages/python-networkx/trunk/debian/rules
===================================================================
--- packages/python-networkx/trunk/debian/rules	2007-12-06 21:53:13 UTC (rev 3896)
+++ packages/python-networkx/trunk/debian/rules	2007-12-06 22:46:32 UTC (rev 3897)
@@ -55,10 +55,6 @@
 
 # Build architecture-independent files here.
 binary-indep: build install
-# We have nothing to do by default.
-
-# Build architecture-dependent files here.
-binary-arch: build install
 	dh_testdir
 	dh_testroot
 	dh_installchangelogs
@@ -74,5 +70,9 @@
 	dh_md5sums
 	dh_builddeb
 
+# Build architecture-dependent files here.
+binary-arch: build install
+# We have nothing to do by default.
+
 binary: binary-indep binary-arch
 .PHONY: build clean binary-indep binary-arch binary install




More information about the Python-modules-commits mailing list