[Python-modules-commits] r23738 - in packages/gamera/trunk/debian (changelog rules)
jwilk at users.alioth.debian.org
jwilk at users.alioth.debian.org
Wed Mar 20 14:14:06 UTC 2013
Date: Wednesday, March 20, 2013 @ 14:14:05
Author: jwilk
Revision: 23738
Run dh_clean as the first command in the clean target.
Modified:
packages/gamera/trunk/debian/changelog
packages/gamera/trunk/debian/rules
Modified: packages/gamera/trunk/debian/changelog
===================================================================
--- packages/gamera/trunk/debian/changelog 2013-03-20 13:38:15 UTC (rev 23737)
+++ packages/gamera/trunk/debian/changelog 2013-03-20 14:14:05 UTC (rev 23738)
@@ -17,7 +17,7 @@
* Override HOME, so that ~/.matplotlib/ directory is not left behind.
* Set PYTHONHASHSEED=random in debian/rules.
- -- Jakub Wilk <jwilk at debian.org> Wed, 06 Mar 2013 23:36:21 +0100
+ -- Jakub Wilk <jwilk at debian.org> Wed, 20 Mar 2013 15:13:48 +0100
gamera (3.3.3-2) unstable; urgency=low
Modified: packages/gamera/trunk/debian/rules
===================================================================
--- packages/gamera/trunk/debian/rules 2013-03-20 13:38:15 UTC (rev 23737)
+++ packages/gamera/trunk/debian/rules 2013-03-20 14:14:05 UTC (rev 23738)
@@ -141,10 +141,10 @@
.PHONY: clean
clean: debian/control
+ dh_clean
find -name '*.py[co]' -delete
rm -Rf doc/html/images/
rm -Rf doc/manpage/
rm -Rf build/
- dh_clean
# vim:ts=4 sw=4 noet
More information about the Python-modules-commits
mailing list