[Python-modules-commits] r21941 - in packages/python-httplib2/trunk/debian (changelog rules)
dktrkranz at users.alioth.debian.org
dktrkranz at users.alioth.debian.org
Sun May 27 10:05:08 UTC 2012
Date: Sunday, May 27, 2012 @ 10:05:07
Author: dktrkranz
Revision: 21941
Delete build directory during clean phase (Closes: #671108)
Modified:
packages/python-httplib2/trunk/debian/changelog
packages/python-httplib2/trunk/debian/rules
Modified: packages/python-httplib2/trunk/debian/changelog
===================================================================
--- packages/python-httplib2/trunk/debian/changelog 2012-05-27 02:25:27 UTC (rev 21940)
+++ packages/python-httplib2/trunk/debian/changelog 2012-05-27 10:05:07 UTC (rev 21941)
@@ -1,3 +1,10 @@
+python-httplib2 (0.7.4-2) UNRELEASED; urgency=low
+
+ * debian/rules:
+ - Delete build directory during clean phase (Closes: #671108).
+
+ -- Luca Falavigna <dktrkranz at debian.org> Sun, 27 May 2012 12:04:27 +0200
+
python-httplib2 (0.7.4-1) unstable; urgency=low
* New upstream release.
Modified: packages/python-httplib2/trunk/debian/rules
===================================================================
--- packages/python-httplib2/trunk/debian/rules 2012-05-27 02:25:27 UTC (rev 21940)
+++ packages/python-httplib2/trunk/debian/rules 2012-05-27 10:05:07 UTC (rev 21941)
@@ -3,6 +3,10 @@
%:
dh $@ --with python2
+override_dh_auto_clean:
+ rm -fr build
+ dh_auto_clean
+
override_dh_auto_install:
for pyvers in $(shell pyversions -vr); do \
python$$pyvers setup.py install --install-layout=deb \
More information about the Python-modules-commits
mailing list