This is an automated email from the git hooks/post-receive script. tille pushed a commit to branch master in repository emboss.
commit 74805f4698c18a465d4d0fc0091257a09d8070cf Author: Andreas Tille <[email protected]> Date: Mon Sep 9 16:03:09 2013 +0200 Remove some remainings from CVS from emboss-test package --- debian/changelog | 2 ++ debian/rules | 2 ++ 2 files changed, 4 insertions(+) diff --git a/debian/changelog b/debian/changelog index cd21ffe..d43a647 100644 --- a/debian/changelog +++ b/debian/changelog @@ -17,6 +17,8 @@ emboss (6.6.0-1) UNRELEASED; urgency=low - emboss/data/OBO/ro.obo [2865596] * debian/control: - Standards-Version: 3.9.4 (no changes needed) + * debian/rules: + - Remove some remainings from CVS from emboss-test package -- Andreas Tille <[email protected]> Mon, 09 Sep 2013 14:48:22 +0200 diff --git a/debian/rules b/debian/rules index ebf9a8f..3e1cf2e 100755 --- a/debian/rules +++ b/debian/rules @@ -83,6 +83,8 @@ 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 f -name .cvsignore -delete override_dh_auto_test: $(RM) test-stamp -- 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
