[Python-apps-commits] r8698 - in packages/lazygal/trunk/debian (changelog rules)

nijel at users.alioth.debian.org nijel at users.alioth.debian.org
Mon May 14 08:25:33 UTC 2012


    Date: Monday, May 14, 2012 @ 08:25:29
  Author: nijel
Revision: 8698

Clean generated files in clean phase (Closes: #671317).

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

Modified: packages/lazygal/trunk/debian/changelog
===================================================================
--- packages/lazygal/trunk/debian/changelog	2012-05-14 08:21:48 UTC (rev 8697)
+++ packages/lazygal/trunk/debian/changelog	2012-05-14 08:25:29 UTC (rev 8698)
@@ -3,8 +3,9 @@
   * New upstream release.
     - Fix video thumbnailing handling (Closes: #662118).
     - Fixes French translation (Closes: #664167).
+  * Clean generated files in clean phase (Closes: #671317).
 
- -- Michal ÄŒihaÅ™ <nijel at debian.org>  Mon, 14 May 2012 10:20:23 +0200
+ -- Michal ÄŒihaÅ™ <nijel at debian.org>  Mon, 14 May 2012 10:24:44 +0200
 
 lazygal (0.7.1-1) unstable; urgency=low
 

Modified: packages/lazygal/trunk/debian/rules
===================================================================
--- packages/lazygal/trunk/debian/rules	2012-05-14 08:21:48 UTC (rev 8697)
+++ packages/lazygal/trunk/debian/rules	2012-05-14 08:25:29 UTC (rev 8698)
@@ -1,3 +1,8 @@
 #!/usr/bin/make -f
+
+override_dh_auto_clean:
+	rm -rf build/mo
+	dh_auto_clean
+
 %:
 	dh --with python2 $@




More information about the Python-apps-commits mailing list