[med-svn] [predictnls] 01/02: Fix permission of script

Andreas Tille tille at debian.org
Thu Nov 16 13:21:54 UTC 2017


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

tille pushed a commit to branch master
in repository predictnls.

commit a66987502fa6d29e0e0c507ec8d4113a3121e1af
Author: Andreas Tille <tille at debian.org>
Date:   Thu Nov 16 14:16:46 2017 +0100

    Fix permission of script
---
 debian/changelog | 4 +++-
 debian/rules     | 8 ++++++--
 2 files changed, 9 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 544d582..db75d1f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,9 +1,11 @@
 predictnls (1.0.20-4) UNRELEASED; urgency=medium
 
   * Moved packaging from SVN to Git
+  * debhelper 10
   * Standards-Version: 4.1.1
+  * Fix permission of script
 
- -- Andreas Tille <tille at debian.org>  Thu, 16 Nov 2017 14:12:09 +0100
+ -- Andreas Tille <tille at debian.org>  Thu, 16 Nov 2017 14:13:47 +0100
 
 predictnls (1.0.20-3) unstable; urgency=medium
 
diff --git a/debian/rules b/debian/rules
index ac4a912..702ee15 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,8 +2,12 @@
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
 
+%:
+	dh $@
+
 override_dh_compress:
 	dh_compress -Xexamples/O49931.fa
 
-%:
-	dh $@
+override_dh_fixperms:
+	dh_fixperms
+	find debian -name grep_NLS_update.pl -exec chmod -x \{\} \;

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



More information about the debian-med-commit mailing list