[DRE-commits] r4466 - trunk/merb/debian

Joshua Timberman jtimberman-guest at alioth.debian.org
Tue Dec 15 17:22:50 UTC 2009


Author: jtimberman-guest
Date: 2009-12-15 17:22:50 +0000 (Tue, 15 Dec 2009)
New Revision: 4466

Modified:
   trunk/merb/debian/repack.sh
Log:
remove the spec dirs entirely from merb-core

Modified: trunk/merb/debian/repack.sh
===================================================================
--- trunk/merb/debian/repack.sh	2009-12-13 21:38:23 UTC (rev 4465)
+++ trunk/merb/debian/repack.sh	2009-12-15 17:22:50 UTC (rev 4466)
@@ -29,8 +29,8 @@
 
 ## Remove undistributable files from source.
 rm -vfr $UP_BASE/merb-core/docs/merb-core-call-stack-diagram.pdf
-rm -vfr $UP_BASE/merb-core/spec/public/core_ext/fixtures/gems
-rm -vfr $UP_BASE/merb-core/spec10/public/webrat/test_app/gems
+rm -vfr $UP_BASE/merb-core/spec/
+rm -vfr $UP_BASE/merb-core/spec10/
 ## End
 
 mv "$UP_BASE" "$DIR/$REPACK_DIR"




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