[Python-modules-commits] r12223 - in packages/python-psutil/trunk/debian (changelog rules)
morph at users.alioth.debian.org
morph at users.alioth.debian.org
Tue Mar 9 06:23:46 UTC 2010
Date: Tuesday, March 9, 2010 @ 06:23:45
Author: morph
Revision: 12223
* debian/rules
- adjust tests list
Modified:
packages/python-psutil/trunk/debian/changelog
packages/python-psutil/trunk/debian/rules
Modified: packages/python-psutil/trunk/debian/changelog
===================================================================
--- packages/python-psutil/trunk/debian/changelog 2010-03-09 06:16:27 UTC (rev 12222)
+++ packages/python-psutil/trunk/debian/changelog 2010-03-09 06:23:45 UTC (rev 12223)
@@ -3,8 +3,10 @@
* New upstream release
* debian/control
- bump Standards-Version to 3.8.4 (no changes needed)
+ * debian/rules
+ - adjust tests list
- -- Sandro Tosi <morph at debian.org> Tue, 09 Mar 2010 07:14:54 +0100
+ -- Sandro Tosi <morph at debian.org> Tue, 09 Mar 2010 07:23:21 +0100
python-psutil (0.1.2-2) unstable; urgency=low
Modified: packages/python-psutil/trunk/debian/rules
===================================================================
--- packages/python-psutil/trunk/debian/rules 2010-03-09 06:16:27 UTC (rev 12222)
+++ packages/python-psutil/trunk/debian/rules 2010-03-09 06:23:45 UTC (rev 12223)
@@ -6,7 +6,7 @@
dh build
# run tests
- for test in dead_process.py leak_test.py test_memory_leaks.py test_psutil.py ;\
+ for test in test_memory_leaks.py test_psutil.py ;\
do \
echo "running "test/$$test ; \
PYTHONPATH=. python test/$$test ; \
More information about the Python-modules-commits
mailing list