[Debian-l10n-commits] r2854 - /pootle/trunk/debian/rules

themill-guest at users.alioth.debian.org themill-guest at users.alioth.debian.org
Thu Feb 9 23:04:14 UTC 2012


Author: themill-guest
Date: Thu Feb  9 23:04:13 2012
New Revision: 2854

URL: http://svn.debian.org/wsvn/?sc=1&rev=2854
Log:
Remove po/.tmp in clean

Modified:
    pootle/trunk/debian/rules

Modified: pootle/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pootle/trunk/debian/rules?rev=2854&op=diff
==============================================================================
--- pootle/trunk/debian/rules (original)
+++ pootle/trunk/debian/rules Thu Feb  9 23:04:13 2012
@@ -4,6 +4,10 @@
 
 %:
 	dh $@ --with python2
+
+override_dh_auto_clean:
+	dh_auto_clean
+	rm -rf po/.tmp
 
 override_dh_install:
 	dh_install




More information about the Debian-l10n-commits mailing list