[med-svn] [bedtools] 04/05: Fix permission of some genome example files

Andreas Tille tille at debian.org
Fri Jun 6 20:21:04 UTC 2014


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

tille pushed a commit to branch debian/unstable
in repository bedtools.

commit 06f0ad11accd50aa2b16aab51edf9a2211959df2
Author: Andreas Tille <tille at debian.org>
Date:   Fri Jun 6 22:18:14 2014 +0200

    Fix permission of some genome example files
---
 debian/changelog | 3 ++-
 debian/rules     | 4 ++++
 2 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 83a24e8..85ef4cf 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
-bedtools (2.20.1-1) UNRELEASED; urgency=medium
+bedtools (2.20.1-1) unstable; urgency=medium
 
   * New upstream version
+  * Fix permission of some genome example files
 
  -- Andreas Tille <tille at debian.org>  Fri, 06 Jun 2014 21:50:39 +0200
 
diff --git a/debian/rules b/debian/rules
index b974d84..f94f692 100755
--- a/debian/rules
+++ b/debian/rules
@@ -17,6 +17,10 @@ override_dh_install:
 	dh_install
 	rm -f $(CURDIR)/debian/$(DEBPKGNAME)/usr/bin/groupBy # distributed in the filo package.
 
+override_dh_fixperms:
+	dh_fixperms
+	chmod -x $(CURDIR)/debian/$(DEBPKGNAME)/usr/share/bedtools/genomes/*.genome
+
 get-orig-source:
 	uscan --no-symlink --force-download --download-version $(DEB_UPSTREAM_VERSION)
 

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



More information about the debian-med-commit mailing list