[med-svn] [hmmer] 02/03: Fix permissions
Andreas Tille
tille at debian.org
Tue Jun 21 12:27:13 UTC 2016
This is an automated email from the git hooks/post-receive script.
tille pushed a commit to branch master
in repository hmmer.
commit f12f47570845872d7554a7cda6dfc1bd0f720438
Author: Andreas Tille <tille at debian.org>
Date: Tue Jun 21 14:15:59 2016 +0200
Fix permissions
---
debian/changelog | 1 +
debian/rules | 2 ++
2 files changed, 3 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index a3060dd..40dfd2a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -17,6 +17,7 @@ hmmer (3.1b2-3) UNRELEASED; urgency=medium
* Remove useless .dropbox.attr files from package
* Create a separate examples package
* Seems old perl4 scripts are used in examples - add according dependencies
+ * Fix permissions
-- Canberk Koç <canberkkoc at gmail.com> Thu, 16 Jun 2016 23:15:55 +0300
diff --git a/debian/rules b/debian/rules
index e4ee70b..0fc0683 100755
--- a/debian/rules
+++ b/debian/rules
@@ -48,3 +48,5 @@ override_dh_installexamples:
override_dh_fixperms:
dh_fixperms
find debian -name .dropbox.attr -delete
+ find debian -name "*.fa" -executable -exec chmod -x \{\} \;
+
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/hmmer.git
More information about the debian-med-commit
mailing list