[Python-modules-commits] r12092 - in packages/python-graph/trunk/debian/patches (1 file)
morph at users.alioth.debian.org
morph at users.alioth.debian.org
Tue Mar 2 20:04:49 UTC 2010
Date: Tuesday, March 2, 2010 @ 20:04:35
Author: morph
Revision: 12092
updated (again)
Modified:
packages/python-graph/trunk/debian/patches/10_exceptions_catch_fix.dpatch
Modified: packages/python-graph/trunk/debian/patches/10_exceptions_catch_fix.dpatch
===================================================================
--- packages/python-graph/trunk/debian/patches/10_exceptions_catch_fix.dpatch 2010-03-02 20:04:23 UTC (rev 12091)
+++ packages/python-graph/trunk/debian/patches/10_exceptions_catch_fix.dpatch 2010-03-02 20:04:35 UTC (rev 12092)
@@ -6,7 +6,7 @@
@DPATCH@
diff -urNad '--exclude=CVS' '--exclude=.svn' '--exclude=.git' '--exclude=.arch' '--exclude=.hg' '--exclude=_darcs' '--exclude=.bzr' python-graph~/core/setup.py python-graph/core/setup.py
--- python-graph~/core/setup.py 2009-11-17 15:37:51.000000000 +0100
-+++ python-graph/core/setup.py 2010-03-02 20:54:14.238908507 +0100
++++ python-graph/core/setup.py 2010-03-02 21:02:27.193909298 +0100
@@ -5,7 +5,7 @@
try:
@@ -16,9 +16,21 @@
import ez_setup
ez_setup.use_setuptools()
from setuptools import setup, find_packages
+diff -urNad '--exclude=CVS' '--exclude=.svn' '--exclude=.git' '--exclude=.arch' '--exclude=.hg' '--exclude=_darcs' '--exclude=.bzr' python-graph~/dot/setup.py python-graph/dot/setup.py
+--- python-graph~/dot/setup.py 2009-11-17 15:37:51.000000000 +0100
++++ python-graph/dot/setup.py 2010-03-02 21:02:40.017908811 +0100
+@@ -6,7 +6,7 @@
+
+ try:
+ from setuptools import setup, find_packages
+-except ImportError as ie:
++except ImportError, ie:
+ import ez_setup
+ ez_setup.use_setuptools()
+ from setuptools import setup, find_packages
diff -urNad '--exclude=CVS' '--exclude=.svn' '--exclude=.git' '--exclude=.arch' '--exclude=.hg' '--exclude=_darcs' '--exclude=.bzr' python-graph~/tests/testrunner.py python-graph/tests/testrunner.py
--- python-graph~/tests/testrunner.py 2009-12-01 00:15:58.000000000 +0100
-+++ python-graph/tests/testrunner.py 2010-03-02 20:54:14.238908507 +0100
++++ python-graph/tests/testrunner.py 2010-03-02 21:02:27.193909298 +0100
@@ -49,7 +49,7 @@
for each_module in test_modules():
try:
@@ -37,7 +49,7 @@
+
diff -urNad '--exclude=CVS' '--exclude=.svn' '--exclude=.git' '--exclude=.arch' '--exclude=.hg' '--exclude=_darcs' '--exclude=.bzr' python-graph~/tests/unittests-heuristics.py python-graph/tests/unittests-heuristics.py
--- python-graph~/tests/unittests-heuristics.py 2009-11-09 16:28:41.000000000 +0100
-+++ python-graph/tests/unittests-heuristics.py 2010-03-02 20:54:38.210908918 +0100
++++ python-graph/tests/unittests-heuristics.py 2010-03-02 21:02:27.193909298 +0100
@@ -65,7 +65,7 @@
try:
More information about the Python-modules-commits
mailing list