[med-svn] [seqan] 02/04: Remove commenting out of find in d/rules
Kevin Murray
daube-guest at moszumanska.debian.org
Sun Sep 27 23:49:41 UTC 2015
This is an automated email from the git hooks/post-receive script.
daube-guest pushed a commit to branch master
in repository seqan.
commit d2883d5d7ff5567bf54d5daa505f5b986993b744
Author: Kevin Murray <spam at kdmurray.id.au>
Date: Mon Sep 28 09:47:18 2015 +1000
Remove commenting out of find in d/rules
---
debian/rules | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/debian/rules b/debian/rules
index b4f8d3c..3f7789c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -48,8 +48,7 @@ override_dh_install:
# Delete additional LICENSE files
find $(CURDIR)/debian/seqan-apps -type f -name LICENSE -delete
if [ -d $(CURDIR)/debian/seqan-dev ] ; then \
- find $(CURDIR)/debian/seqan-dev -type f -name LICENSE -delete ; \
- # Delete *.pyc files that somehow end up in seqan-dev documentation \
+ find $(CURDIR)/debian/seqan-dev -type f -name LICENSE -delete ; \
find $(CURDIR)/debian/seqan-dev -type f -name "*.pyc" -delete ; \
fi
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/seqan.git
More information about the debian-med-commit
mailing list