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

kibi at users.alioth.debian.org kibi at users.alioth.debian.org
Fri Nov 28 06:10:19 UTC 2008


    Date: Friday, November 28, 2008 @ 06:10:18
  Author: kibi
Revision: 6996

Refresh patch for the new upstream release.

Modified:
  packages/python-networkx/trunk/debian/changelog
  packages/python-networkx/trunk/debian/patches/10_doc_relocation

Modified: packages/python-networkx/trunk/debian/changelog
===================================================================
--- packages/python-networkx/trunk/debian/changelog	2008-11-28 05:59:13 UTC (rev 6995)
+++ packages/python-networkx/trunk/debian/changelog	2008-11-28 06:10:18 UTC (rev 6996)
@@ -6,6 +6,8 @@
 
   [ Cyril Brulebois ]
   * New upstream release.
+  * Refresh patch accordingly:
+     + debian/patches/10_doc_relocation.
   * debian/changelog:
      + Update my mail address.
   * debian/copyright:

Modified: packages/python-networkx/trunk/debian/patches/10_doc_relocation
===================================================================
--- packages/python-networkx/trunk/debian/patches/10_doc_relocation	2008-11-28 05:59:13 UTC (rev 6995)
+++ packages/python-networkx/trunk/debian/patches/10_doc_relocation	2008-11-28 06:10:18 UTC (rev 6996)
@@ -1,13 +1,11 @@
-Index: networkx-0.33/setup.py
-===================================================================
---- networkx-0.33.orig/setup.py	2007-04-10 18:05:32.000000000 +0200
-+++ networkx-0.33/setup.py	2007-04-10 18:15:04.000000000 +0200
-@@ -31,7 +31,7 @@
-           "networkx.tests.drawing",
+--- a/setup.py
++++ b/setup.py
+@@ -37,7 +37,7 @@
+           "networkx.tests",
            ]
  
 -docdirbase  = 'share/doc/networkx-%s' % version
 +docdirbase  = 'share/doc/python-networkx'
- data = [(docdirbase, glob("doc/*.txt")),
-         (os.path.join(docdirbase, 'examples'),glob("doc/examples/*.py")),
-         (os.path.join(docdirbase, 'examples'),glob("doc/examples/*.dat")),
+ # add basic documentation 
+ data = [(docdirbase, glob("*.txt"))]
+ # add examples




More information about the Python-modules-commits mailing list