[med-svn] [transdecoder] 05/06: Fix permission of some file that should not be executable

Andreas Tille tille at debian.org
Fri May 20 08:16:49 UTC 2016


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

tille pushed a commit to branch master
in repository transdecoder.

commit 0f66750ddebf7964535c08808bb57e777b7e2af3
Author: Andreas Tille <tille at debian.org>
Date:   Fri May 20 10:15:59 2016 +0200

    Fix permission of some file that should not be executable
---
 debian/changelog | 1 +
 debian/rules     | 4 ++++
 2 files changed, 5 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index ec5c443..9d34e29 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ transdecoder (3.0.0+dfsg-2) UNRELEASED; urgency=medium
   * Use xz compression for repackaged tarball
   * Simplify overrides
   * Delete unneeded empty directory
+  * Fix permission of some file that should not be executable
 
  -- Andreas Tille <tille at debian.org>  Fri, 20 May 2016 09:58:24 +0200
 
diff --git a/debian/rules b/debian/rules
index d9f8060..a0e9c90 100755
--- a/debian/rules
+++ b/debian/rules
@@ -27,6 +27,10 @@ override_dh_installman:
 		debian/TransDecoder.Predict.1
 	dh_installman
 
+override_dh_fixperms:
+	dh_fixperms
+	chmod -x debian/transdecoder/usr/lib/transdecoder/PerlLib/Fasta_retriever.pm
+
 get-orig-source:
 	uscan --verbose --force-download --repack --compression xz
 

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



More information about the debian-med-commit mailing list