[Python-modules-commits] r28615 - in packages/python-psutil/trunk/debian (changelog rules)
morph at users.alioth.debian.org
morph at users.alioth.debian.org
Mon Apr 21 10:46:11 UTC 2014
Date: Monday, April 21, 2014 @ 10:46:10
Author: morph
Revision: 28615
build explicitly else the upstream Makefile is used
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 2014-04-21 09:54:49 UTC (rev 28614)
+++ packages/python-psutil/trunk/debian/changelog 2014-04-21 10:46:10 UTC (rev 28615)
@@ -3,8 +3,9 @@
* New upstream release; thanks to Barry Warsaw for the report; Closes: #741291
* debian/rules
- remove obsolete get-orig-source target
+ - build explicitly else the upstream Makefile is used
- -- Sandro Tosi <morph at debian.org> Sun, 20 Apr 2014 22:42:49 +0200
+ -- Sandro Tosi <morph at debian.org> Mon, 21 Apr 2014 12:45:45 +0200
python-psutil (1.2.1-1) unstable; urgency=low
Modified: packages/python-psutil/trunk/debian/rules
===================================================================
--- packages/python-psutil/trunk/debian/rules 2014-04-21 09:54:49 UTC (rev 28614)
+++ packages/python-psutil/trunk/debian/rules 2014-04-21 10:46:10 UTC (rev 28615)
@@ -10,6 +10,12 @@
%:
dh $@ --with python3
+override_dh_auto_build:
+ set -e ; \
+ for python in $(PY2VERS) $(PY3VERS); do \
+ $$python setup.py build; \
+ done
+
override_dh_auto_install:
set -e ; \
for python in $(PY2VERS); do \
More information about the Python-modules-commits
mailing list