This is an automated email from the git hooks/post-receive script.

tille pushed a commit to branch master
in repository emboss.

commit 74b4edfa5f1e78698acc48c4402d0c641c9d294a
Author: Andreas Tille <[email protected]>
Date:   Mon Sep 9 16:28:15 2013 +0200

    Better way to remove CVS dirs
---
 debian/rules |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index 3e1cf2e..af98c70 100755
--- a/debian/rules
+++ b/debian/rules
@@ -83,7 +83,7 @@ override_dh_auto_install-indep:
        sed -i "/SET emboss_qadata/cSET emboss_qadata /usr/share/EMBOSS/test" 
$(CURDIR)/debian/emboss-test/usr/share/EMBOSS/test/.embossrc
        mv $(CURDIR)/debian/emboss-test/usr/share/EMBOSS/test/.embossrc 
$(CURDIR)/debian/emboss-test/etc/emboss/embossrc.d/emboss-test
        find $(CURDIR)/debian/emboss-test/usr/share/EMBOSS/test/data 
-executable -type f -exec chmod a-x \{\} \;
-       find $(CURDIR)/debian/emboss-test/usr/share/EMBOSS/test -type d -name 
CVS -exec rm -rf \{\} \;
+       find $(CURDIR)/debian/emboss-test/usr/share/EMBOSS/test -type d -name 
CVS | xargs rm -rf
        find $(CURDIR)/debian/emboss-test/usr/share/EMBOSS/test -type f -name 
.cvsignore -delete
 
 override_dh_auto_test:

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/debian-med/emboss.git

_______________________________________________
debian-med-commit mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit

Reply via email to