[Python-modules-commits] r22305 - in packages/tagpy/trunk/debian (changelog rules)
nijel at users.alioth.debian.org
nijel at users.alioth.debian.org
Mon Jun 25 13:19:40 UTC 2012
Date: Monday, June 25, 2012 @ 13:19:39
Author: nijel
Revision: 22305
Properly clean build files (Closes: #671332).
Modified:
packages/tagpy/trunk/debian/changelog
packages/tagpy/trunk/debian/rules
Modified: packages/tagpy/trunk/debian/changelog
===================================================================
--- packages/tagpy/trunk/debian/changelog 2012-06-25 13:13:05 UTC (rev 22304)
+++ packages/tagpy/trunk/debian/changelog 2012-06-25 13:19:39 UTC (rev 22305)
@@ -1,6 +1,7 @@
tagpy (0.94.8-4) UNRELEASED; urgency=low
* NOT RELEASED YET
+ * Properly clean build files (Closes: #671332).
-- Michal ÄihaÅ <nijel at debian.org> Tue, 19 Jul 2011 13:24:27 +0200
Modified: packages/tagpy/trunk/debian/rules
===================================================================
--- packages/tagpy/trunk/debian/rules 2012-06-25 13:13:05 UTC (rev 22304)
+++ packages/tagpy/trunk/debian/rules 2012-06-25 13:19:39 UTC (rev 22305)
@@ -26,7 +26,7 @@
override_dh_auto_install: $(PYVERSIONS:%=override_dh_auto_install-%)
override_dh_auto_clean:
- rm -rf build siteconf*.py *.pyc
+ rm -rf build* siteconf*.py *.pyc
build: build-stamp
build-arch: build-stamp
More information about the Python-modules-commits
mailing list