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

morph at users.alioth.debian.org morph at users.alioth.debian.org
Wed Aug 19 08:35:46 UTC 2009


    Date: Wednesday, August 19, 2009 @ 08:35:38
  Author: morph
Revision: 9377

* debian/copyright
  - updated list of upstream copyright holders
* debian/rules
  - use testrunner to execute unit tests

Modified:
  packages/python-graph/trunk/debian/changelog
  packages/python-graph/trunk/debian/copyright
  packages/python-graph/trunk/debian/rules

Modified: packages/python-graph/trunk/debian/changelog
===================================================================
--- packages/python-graph/trunk/debian/changelog	2009-08-18 19:56:28 UTC (rev 9376)
+++ packages/python-graph/trunk/debian/changelog	2009-08-19 08:35:38 UTC (rev 9377)
@@ -8,8 +8,12 @@
     - bump Standards-Version to 3.8.2 (no changes needed)
   * debian/patches/10_remove_doc_installation.dpatch
     - adapted to new upstream code
+  * debian/copyright
+    - updated list of upstream copyright holders
+  * debian/rules
+    - use testrunner to execute unit tests
 
- -- Sandro Tosi <morph at debian.org>  Mon, 17 Aug 2009 21:49:36 +0200
+ -- Sandro Tosi <morph at debian.org>  Wed, 19 Aug 2009 10:35:11 +0200
 
 python-graph (1.5.0-1) unstable; urgency=low
 

Modified: packages/python-graph/trunk/debian/copyright
===================================================================
--- packages/python-graph/trunk/debian/copyright	2009-08-18 19:56:28 UTC (rev 9376)
+++ packages/python-graph/trunk/debian/copyright	2009-08-19 08:35:38 UTC (rev 9377)
@@ -19,6 +19,7 @@
                             Salim Fadhley <sal at stodge.org>
                             Tomaz Kovacic <tomaz.kovacic at gmail.com>
                             Zsolt Haraszti <zsolt at drawwell.net>
+                            Johannes Reinhardt <jreinhardt at ist-dein-freund.de>
 
 License:
 

Modified: packages/python-graph/trunk/debian/rules
===================================================================
--- packages/python-graph/trunk/debian/rules	2009-08-18 19:56:28 UTC (rev 9376)
+++ packages/python-graph/trunk/debian/rules	2009-08-19 08:35:38 UTC (rev 9377)
@@ -14,9 +14,7 @@
 	python setup.py build
 
 	# run tests
-	for test in tests/unittests-* ; do \
-	  PYTHONPATH=build/lib/ python $$test ; \
-	done
+	( cd tests ; PYTHONPATH=../build/lib/ python testrunner.py )
 
 	$(MAKE) docs
 




More information about the Python-modules-commits mailing list