[Demudi-commits] r1607 - wavbreaker/trunk/debian

thp-guest at alioth.debian.org thp-guest at alioth.debian.org
Fri Sep 21 17:13:25 UTC 2007


Author: thp-guest
Date: 2007-09-21 17:13:25 +0000 (Fri, 21 Sep 2007)
New Revision: 1607

Modified:
   wavbreaker/trunk/debian/changelog
   wavbreaker/trunk/debian/rules
Log:
fix package content changed bug when built twice in a row

Modified: wavbreaker/trunk/debian/changelog
===================================================================
--- wavbreaker/trunk/debian/changelog	2007-09-21 15:56:51 UTC (rev 1606)
+++ wavbreaker/trunk/debian/changelog	2007-09-21 17:13:25 UTC (rev 1607)
@@ -1,3 +1,10 @@
+wavbreaker (0.8.1-2) unstable; urgency=low
+
+  * Remove po/stamp-po on "clean" in debian/rules so the gettext mo files
+    get re-built when the package is built twice in a row (Closes: #441731)
+
+ -- Thomas Perl <thp at perli.net>  Fri, 21 Sep 2007 19:09:07 +0200
+
 wavbreaker (0.8.1-1) unstable; urgency=low
 
   * New upstream release

Modified: wavbreaker/trunk/debian/rules
===================================================================
--- wavbreaker/trunk/debian/rules	2007-09-21 15:56:51 UTC (rev 1606)
+++ wavbreaker/trunk/debian/rules	2007-09-21 17:13:25 UTC (rev 1607)
@@ -47,7 +47,7 @@
 	rm -f build-arch-stamp #CONFIGURE-STAMP#
 
 	$(MAKE) distclean || true
-	rm -f po/*.gmo
+	rm -f po/*.gmo po/stamp-po
 	dh_clean 
 
 install: install-arch




More information about the Demudi-commits mailing list