[Python-modules-commits] r21773 - in packages/pyexiv2/trunk/debian (changelog rules)

nijel at users.alioth.debian.org nijel at users.alioth.debian.org
Wed May 16 13:14:33 UTC 2012


    Date: Wednesday, May 16, 2012 @ 13:14:31
  Author: nijel
Revision: 21773

Better clean after build (Closes: #671143).

Modified:
  packages/pyexiv2/trunk/debian/changelog
  packages/pyexiv2/trunk/debian/rules

Modified: packages/pyexiv2/trunk/debian/changelog
===================================================================
--- packages/pyexiv2/trunk/debian/changelog	2012-05-16 13:10:22 UTC (rev 21772)
+++ packages/pyexiv2/trunk/debian/changelog	2012-05-16 13:14:31 UTC (rev 21773)
@@ -1,5 +1,6 @@
-pyexiv2 (0.3.2-2) unstable; urgency=low
+pyexiv2 (0.3.2-4) UNRELEASED; urgency=low
 
+  * Better clean after build (Closes: #671143).
   * Mention XMP in description (Closes: #662831).
 
  -- Michal ÄŒihaÅ™ <nijel at debian.org>  Wed, 16 May 2012 15:10:14 +0200

Modified: packages/pyexiv2/trunk/debian/rules
===================================================================
--- packages/pyexiv2/trunk/debian/rules	2012-05-16 13:10:22 UTC (rev 21772)
+++ packages/pyexiv2/trunk/debian/rules	2012-05-16 13:14:31 UTC (rev 21773)
@@ -19,6 +19,8 @@
 override_dh_auto_clean:
 	scons -c
 	rm -rf build-*
+	rm -rf doc/_build
+	rm -f src/pyexiv2/*.pyc
 	rm -f .sconsign.dblite
 
 override_dh_auto_install:




More information about the Python-modules-commits mailing list