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

dktrkranz-guest at users.alioth.debian.org dktrkranz-guest at users.alioth.debian.org
Sat Mar 7 19:46:48 UTC 2009


    Date: Saturday, March 7, 2009 @ 19:46:47
  Author: dktrkranz-guest
Revision: 2557

Remove po/*.mo files, fix FTBFS if built twice in a row

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

Modified: packages/bleachbit/trunk/debian/changelog
===================================================================
--- packages/bleachbit/trunk/debian/changelog	2009-03-07 07:35:03 UTC (rev 2556)
+++ packages/bleachbit/trunk/debian/changelog	2009-03-07 19:46:47 UTC (rev 2557)
@@ -13,6 +13,7 @@
     - debian/rules: add command to create and install .mo files.
     - debian/control: add gettext build-dependency.
   * Install example files: doc/*.xml and doc/*.xsd.
+  * debian/rules: remove po/*.mo files, fix FTBFS if built twice in a row.
   * debian/copyright: adjust copyright years.
 
  -- Luca Falavigna <dktrkranz at ubuntu.com>  Sat, 07 Mar 2009 03:31:12 +0100

Modified: packages/bleachbit/trunk/debian/rules
===================================================================
--- packages/bleachbit/trunk/debian/rules	2009-03-07 07:35:03 UTC (rev 2556)
+++ packages/bleachbit/trunk/debian/rules	2009-03-07 19:46:47 UTC (rev 2557)
@@ -12,7 +12,7 @@
 	dh_testdir
 	dh_testroot
 	rm -fr build
-	dh_clean build-stamp bleachbit-root.desktop
+	dh_clean build-stamp bleachbit-root.desktop po/*.mo
 
 install: build
 	dh_testdir




More information about the Python-apps-commits mailing list