[med-svn] [r-cran-r.oo] 01/01: Fix permissions, upload to unstable

Andreas Tille tille at debian.org
Wed Nov 29 18:56:16 UTC 2017


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

tille pushed a commit to branch master
in repository r-cran-r.oo.

commit bfbf8263c123910c29642419ea815e4296a720fe
Author: Andreas Tille <tille at debian.org>
Date:   Wed Nov 29 19:55:57 2017 +0100

    Fix permissions, upload to unstable
---
 debian/changelog | 5 +++--
 debian/rules     | 5 +++++
 2 files changed, 8 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index bddac8a..46a1adc 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,11 +1,12 @@
-r-cran-r.oo (1.21.0-2) UNRELEASED; urgency=medium
+r-cran-r.oo (1.21.0-2) unstable; urgency=medium
 
   * Moved packaging from SVN to Git
   * debhelper 10
   * Secure watch file
   * Standards-Version: 4.1.1
+  * Fix permissions
 
- -- Andreas Tille <tille at debian.org>  Wed, 29 Nov 2017 19:49:53 +0100
+ -- Andreas Tille <tille at debian.org>  Wed, 29 Nov 2017 19:51:20 +0100
 
 r-cran-r.oo (1.21.0-1) unstable; urgency=medium
 
diff --git a/debian/rules b/debian/rules
index 68d9a36..c696d16 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,3 +2,8 @@
 
 %:
 	dh $@ --buildsystem R
+
+override_dh_fixperms:
+	dh_fixperms
+	find debian -name "*.R" -exec chmod -x \{\} \;
+	find debian -name "*.pdf" -exec chmod -x \{\} \;

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



More information about the debian-med-commit mailing list