[Python-modules-commits] r18018 - in packages/python-psutil/trunk/debian (3 files)
morph at users.alioth.debian.org
morph at users.alioth.debian.org
Wed Aug 3 15:17:44 UTC 2011
Date: Wednesday, August 3, 2011 @ 15:17:43
Author: morph
Revision: 18018
* debian/control
- bump Standards-Version to 3.9.2 (no changes needed)
Modified:
packages/python-psutil/trunk/debian/changelog
packages/python-psutil/trunk/debian/control
packages/python-psutil/trunk/debian/rules
Modified: packages/python-psutil/trunk/debian/changelog
===================================================================
--- packages/python-psutil/trunk/debian/changelog 2011-08-03 14:48:07 UTC (rev 18017)
+++ packages/python-psutil/trunk/debian/changelog 2011-08-03 15:17:43 UTC (rev 18018)
@@ -1,8 +1,10 @@
python-psutil (0.3.0-1) UNRELEASED; urgency=low
* New upstream release
+ * debian/control
+ - bump Standards-Version to 3.9.2 (no changes needed)
- -- Sandro Tosi <morph at debian.org> Wed, 03 Aug 2011 14:27:39 +0200
+ -- Sandro Tosi <morph at debian.org> Wed, 03 Aug 2011 17:17:20 +0200
python-psutil (0.2.1-1) unstable; urgency=low
Modified: packages/python-psutil/trunk/debian/control
===================================================================
--- packages/python-psutil/trunk/debian/control 2011-08-03 14:48:07 UTC (rev 18017)
+++ packages/python-psutil/trunk/debian/control 2011-08-03 15:17:43 UTC (rev 18018)
@@ -4,7 +4,7 @@
Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
Uploaders: Sandro Tosi <morph at debian.org>
Build-Depends: debhelper (>= 7.2.18), python-all-dev, python-support (>= 1.0.0), procps
-Standards-Version: 3.9.1
+Standards-Version: 3.9.2
XS-Python-Version: all
Homepage: http://code.google.com/p/psutil/
Vcs-Svn: svn://svn.debian.org/python-modules/packages/python-psutil/trunk/
Modified: packages/python-psutil/trunk/debian/rules
===================================================================
--- packages/python-psutil/trunk/debian/rules 2011-08-03 14:48:07 UTC (rev 18017)
+++ packages/python-psutil/trunk/debian/rules 2011-08-03 15:17:43 UTC (rev 18018)
@@ -9,7 +9,7 @@
dh build
# run tests
- for test in test_memory_leaks.py test_psutil.py ;\
+ for test in test_memory_leaks.py test_psutil.py _linux.py _posix.py ;\
do \
for python in $(PYVERS) ; do \
echo "running "test/$$test" on "$$python ; \
More information about the Python-modules-commits
mailing list