[med-svn] [r-bioc-qvalue] 04/06: Fix permissions
Andreas Tille
tille at debian.org
Sat Nov 11 07:35:08 UTC 2017
This is an automated email from the git hooks/post-receive script.
tille pushed a commit to branch master
in repository r-bioc-qvalue.
commit 471ab24340cc02fc29934bd175ac3d640916a72e
Author: Andreas Tille <tille at debian.org>
Date: Mon Oct 2 10:16:51 2017 +0200
Fix permissions
---
debian/changelog | 1 +
debian/rules | 1 +
2 files changed, 2 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index 2831023..70d11bb 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,7 @@ r-bioc-qvalue (2.8.0-1) UNRELEASED; urgency=medium
* debhelper 10
* Standards-Version: 4.1.1
* Add binary dataset to debian/README.source
+ * Fix permissions
-- Andreas Tille <tille at debian.org> Mon, 02 Oct 2017 10:05:57 +0200
diff --git a/debian/rules b/debian/rules
index c01527a..308f88d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -13,6 +13,7 @@ debRdir := usr/lib/R/site-library
override_dh_fixperms:
dh_fixperms
find debian -name "*.bib" -exec chmod -x \{\} \;
+ find debian -name qvalue.Rnw -exec chmod -x \{\} \;
override_dh_link:
dh_link
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/r-bioc-qvalue.git
More information about the debian-med-commit
mailing list