[Pkg-cli-libs-commits] [SCM] ironruby branch, master, updated. debian/0.9.0+dfsg-1-23-g7cb150a
C.J. Adams-Collier (none)
cjac at dev0.
Mon Aug 3 18:40:52 UTC 2009
The following commit has been merged in the master branch:
commit 527652bdabec493d7fc7761dbade4efa41155a73
Author: C.J. Adams-Collier <cjac at dev0.(none)>
Date: Mon Aug 3 11:35:39 2009 -0700
-delete > -exec rm \{\} \;
diff --git a/debian/rules b/debian/rules
index 65fe64a..2bde967 100755
--- a/debian/rules
+++ b/debian/rules
@@ -50,7 +50,7 @@ get-orig-source:
# Remove gems
rm -rf $(TARBALL_DIR)/Merlin/External.LCA_RESTRICTED/Languages/Ruby/ruby-1.8.6p287/lib/ruby/gems/1.8/gems/*
# remove binaries
- find $(TARBALL_DIR) -iname '*.exe' -o -iname '*.dll' -o -iname '*.pdb' -exec rm \{\} \;
+ find $(TARBALL_DIR) -iname '*.exe' -o -iname '*.dll' -o -iname '*.pdb' -delete
mv $(TARBALL_DIR) $(TARBALL_DIR)+dfsg
tar -czf $(DEB_SOURCE_NAME)_$(UPVERSION)+dfsg.orig.tar.gz $(TARBALL_DIR)+dfsg
rm -r $(TARBALL_DIR)+dfsg
--
ironruby
More information about the Pkg-cli-libs-commits
mailing list