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

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

commit cd02105d3b15d25973cce332953a345691d2e148
Author: Andreas Tille <[email protected]>
Date:   Tue Jul 7 17:23:41 2015 +0200

    Strip executable flag from all *.bed files
---
 debian/changelog | 1 +
 debian/rules     | 1 +
 2 files changed, 2 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 7512f1a..c92fe80 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -9,6 +9,7 @@ bedtools (2.24.0-1) UNRELEASED; urgency=medium
     one describing the workflow of this Git archive
   * New upsteam version
   * Bash completions now go to /usr/share/bash-completion/completions
+  * Strip executable flag from all *.bed files
 
  -- Andreas Tille <[email protected]>  Tue, 07 Jul 2015 16:40:52 +0200
 
diff --git a/debian/rules b/debian/rules
index f94f692..6c6bc8e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -20,6 +20,7 @@ override_dh_install:
 override_dh_fixperms:
        dh_fixperms
        chmod -x 
$(CURDIR)/debian/$(DEBPKGNAME)/usr/share/bedtools/genomes/*.genome
+       find $(CURDIR)/debian -name "*.bed" -executable -exec chmod -x \{\} \;
 
 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

_______________________________________________
debian-med-commit mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit

Reply via email to