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

morph at users.alioth.debian.org morph at users.alioth.debian.org
Fri Oct 10 18:41:55 UTC 2014


    Date: Friday, October 10, 2014 @ 18:41:53
  Author: morph
Revision: 30972

* debian/patches/dont-import-tests.patch
  - disable load of tests submodule

Added:
  packages/python-pygraphviz/trunk/debian/patches/dont-import-tests.patch
Modified:
  packages/python-pygraphviz/trunk/debian/changelog
  packages/python-pygraphviz/trunk/debian/patches/series

Modified: packages/python-pygraphviz/trunk/debian/changelog
===================================================================
--- packages/python-pygraphviz/trunk/debian/changelog	2014-10-10 10:54:57 UTC (rev 30971)
+++ packages/python-pygraphviz/trunk/debian/changelog	2014-10-10 18:41:53 UTC (rev 30972)
@@ -17,8 +17,10 @@
     - extend packaging and upstream copyright years
   * debian/patches/ignore-decoding.patch
     - remove locale & decoding in libgraphviz identification process
+  * debian/patches/dont-import-tests.patch
+    - disable load of tests submodule
 
- -- Sandro Tosi <morph at debian.org>  Fri, 10 Oct 2014 00:27:37 +0100
+ -- Sandro Tosi <morph at debian.org>  Fri, 10 Oct 2014 19:41:38 +0100
 
 python-pygraphviz (1.2-1) unstable; urgency=low
 

Added: packages/python-pygraphviz/trunk/debian/patches/dont-import-tests.patch
===================================================================
--- packages/python-pygraphviz/trunk/debian/patches/dont-import-tests.patch	                        (rev 0)
+++ packages/python-pygraphviz/trunk/debian/patches/dont-import-tests.patch	2014-10-10 18:41:53 UTC (rev 30972)
@@ -0,0 +1,7 @@
+--- a/pygraphviz/__init__.py
++++ b/pygraphviz/__init__.py
+@@ -72,4 +72,3 @@ def version():
+     neato=_get_prog('neato')
+     os.system(neato+' -V')
+ 
+-from pygraphviz.tests.test import run as test

Modified: packages/python-pygraphviz/trunk/debian/patches/series
===================================================================
--- packages/python-pygraphviz/trunk/debian/patches/series	2014-10-10 10:54:57 UTC (rev 30971)
+++ packages/python-pygraphviz/trunk/debian/patches/series	2014-10-10 18:41:53 UTC (rev 30972)
@@ -2,3 +2,4 @@
 2e27964ce86e8f49c496e5a549237ff6b1763e9a.patch
 2e27964ce86e8f49c496e5a549237ff6b1763e9a-2.patch
 ignore-decoding.patch
+dont-import-tests.patch




More information about the Python-modules-commits mailing list