[Python-modules-commits] r12355 - in packages/python-graph/trunk/debian (3 files)
morph at users.alioth.debian.org
morph at users.alioth.debian.org
Tue Mar 23 20:42:12 UTC 2010
Date: Tuesday, March 23, 2010 @ 20:42:11
Author: morph
Revision: 12355
* debian/patches/20_remove_reset.dpatch
- Don't use reset to clean the screen before running tests (play bad with
our build systems)
Added:
packages/python-graph/trunk/debian/patches/20_remove_reset.dpatch
Modified:
packages/python-graph/trunk/debian/changelog
packages/python-graph/trunk/debian/patches/00list
Modified: packages/python-graph/trunk/debian/changelog
===================================================================
--- packages/python-graph/trunk/debian/changelog 2010-03-23 20:34:53 UTC (rev 12354)
+++ packages/python-graph/trunk/debian/changelog 2010-03-23 20:42:11 UTC (rev 12355)
@@ -1,8 +1,11 @@
python-graph (1.7.0-1) UNRELEASED; urgency=low
* New upstream release
+ * debian/patches/20_remove_reset.dpatch
+ - Don't use reset to clean the screen before running tests (play bad with
+ our build systems)
- -- Sandro Tosi <morph at debian.org> Tue, 23 Mar 2010 21:07:11 +0100
+ -- Sandro Tosi <morph at debian.org> Tue, 23 Mar 2010 21:31:03 +0100
python-graph (1.6.3-1) unstable; urgency=low
Modified: packages/python-graph/trunk/debian/patches/00list
===================================================================
--- packages/python-graph/trunk/debian/patches/00list 2010-03-23 20:34:53 UTC (rev 12354)
+++ packages/python-graph/trunk/debian/patches/00list 2010-03-23 20:42:11 UTC (rev 12355)
@@ -1 +1,2 @@
10_exceptions_catch_fix
+20_remove_reset
Added: packages/python-graph/trunk/debian/patches/20_remove_reset.dpatch
===================================================================
--- packages/python-graph/trunk/debian/patches/20_remove_reset.dpatch (rev 0)
+++ packages/python-graph/trunk/debian/patches/20_remove_reset.dpatch 2010-03-23 20:42:11 UTC (rev 12355)
@@ -0,0 +1,27 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## 20_remove_reset.dpatch by Sandro Tosi <morph at debian.org>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: Don't use reset to clean the screen before running tests (play bad
+## DP: with our build systems)
+
+ at DPATCH@
+diff -urNad '--exclude=CVS' '--exclude=.svn' '--exclude=.git' '--exclude=.arch' '--exclude=.hg' '--exclude=_darcs' '--exclude=.bzr' python-graph~/Makefile python-graph/Makefile
+--- python-graph~/Makefile 2010-01-11 01:38:13.000000000 +0100
++++ python-graph/Makefile 2010-03-23 21:29:56.027546041 +0100
+@@ -63,13 +63,10 @@
+
+ # Tests --------------------------------------------------------------
+
+-test-pre:
+- reset
+-
+-test: test-pre
++test:
+ export PYTHONPATH=${PYTHONPATH} && cd ${TESTS_DIR} && python testrunner.py
+
+-test3: test-pre
++test3:
+ export PYTHONPATH=${PYTHONPATH} && cd ${TESTS_DIR} && python3 testrunner.py
+
+ tests: test
Property changes on: packages/python-graph/trunk/debian/patches/20_remove_reset.dpatch
___________________________________________________________________
Added: svn:executable
+ *
More information about the Python-modules-commits
mailing list