[Python-apps-commits] r8766 - in packages/bleachbit/trunk/debian (changelog rules)

dktrkranz at users.alioth.debian.org dktrkranz at users.alioth.debian.org
Sat May 26 16:24:35 UTC 2012


    Date: Saturday, May 26, 2012 @ 16:24:34
  Author: dktrkranz
Revision: 8766

Delete .mo files during clean phase (Closes: #671414)

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

Modified: packages/bleachbit/trunk/debian/changelog
===================================================================
--- packages/bleachbit/trunk/debian/changelog	2012-05-26 16:21:38 UTC (rev 8765)
+++ packages/bleachbit/trunk/debian/changelog	2012-05-26 16:24:34 UTC (rev 8766)
@@ -2,6 +2,8 @@
 
   * debian/patches/no_X.patch:
     - Do not try to launch GUI if X is not available (Closes: #674485).
+  * debian/rules:
+    - Delete .mo files during clean phase (Closes: #671414).
 
  -- Luca Falavigna <dktrkranz at debian.org>  Sat, 26 May 2012 18:20:54 +0200
 

Modified: packages/bleachbit/trunk/debian/rules
===================================================================
--- packages/bleachbit/trunk/debian/rules	2012-05-26 16:21:38 UTC (rev 8765)
+++ packages/bleachbit/trunk/debian/rules	2012-05-26 16:24:34 UTC (rev 8766)
@@ -3,6 +3,10 @@
 %:
 	dh $@ --buildsystem=python_distutils --with python2
 
+override_dh_auto_clean:
+	find po -name "*.mo" -delete
+	dh_auto_clean
+
 override_dh_auto_install:
 	dh_auto_install -- --install-lib=/usr/share/bleachbit
 	make -C po install DESTDIR=$(CURDIR)/debian/bleachbit




More information about the Python-apps-commits mailing list