[DRE-commits] r3021 - packages/libactivesupport-ruby/trunk/debian

roberto at alioth.debian.org roberto at alioth.debian.org
Tue Sep 23 18:26:49 UTC 2008


Author: roberto
Date: 2008-09-23 18:26:46 +0000 (Tue, 23 Sep 2008)
New Revision: 3021

Modified:
   packages/libactivesupport-ruby/trunk/debian/rules
Log:
Remove Mac OS resource forks from the packages.

Modified: packages/libactivesupport-ruby/trunk/debian/rules
===================================================================
--- packages/libactivesupport-ruby/trunk/debian/rules	2008-09-23 18:15:07 UTC (rev 3020)
+++ packages/libactivesupport-ruby/trunk/debian/rules	2008-09-23 18:26:46 UTC (rev 3021)
@@ -8,4 +8,5 @@
 
 binary/libactivesupport-ruby::
 	rm -rf debian/*/usr/lib/ruby/*/active_support/vendor*
+	find debian/*/usr/lib/ruby/*/ -type f -name '._*.rb' -exec rm {} \;
 




More information about the Pkg-ruby-extras-commits mailing list