rev 9760 - trunk/packages/kde-i18n/debian

Modestas Vainius modax-guest at alioth.debian.org
Sat Mar 15 10:29:28 UTC 2008


Author: modax-guest
Date: 2008-03-15 10:29:28 +0000 (Sat, 15 Mar 2008)
New Revision: 9760

Modified:
   trunk/packages/kde-i18n/debian/rules
Log:
Nothing very important (hence no changelog entry)
* Do not stamp if patch fails.

In the next few days I'll port trunk debian/rules to branches/kde4

Modified: trunk/packages/kde-i18n/debian/rules
===================================================================
--- trunk/packages/kde-i18n/debian/rules	2008-03-15 03:52:03 UTC (rev 9759)
+++ trunk/packages/kde-i18n/debian/rules	2008-03-15 10:29:28 UTC (rev 9760)
@@ -31,7 +31,8 @@
 
 $(STAMP_PATCH):
 	# Applying patch for the '$(cur_lang)' language ...
-	cd $(cur_lang_dir) && patch --set-utc -p1 < "$(CURDIR)/$(cur_lang_patch)" > $(CURDIR)/$@
+	cd $(cur_lang_dir) && patch --set-utc -p1 < "$(CURDIR)/$(cur_lang_patch)" > $(CURDIR)/$@_log
+	mv $@_log $@
 
 
 build::




More information about the pkg-kde-commits mailing list