[med-svn] [SCM] r-cran-plyr branch, master, updated. 1fb9b8cf362f8f494f7aba4fbc387789e5b75557

Andreas Tille tille at debian.org
Tue Feb 7 21:03:54 UTC 2012


The following commit has been merged in the master branch:
commit 1fb9b8cf362f8f494f7aba4fbc387789e5b75557
Author: Andreas Tille <tille at debian.org>
Date:   Tue Feb 7 20:53:02 2012 +0100

    Fix permission of *.r files which should not be executable; upload to unstable

diff --git a/debian/changelog b/debian/changelog
index 07010ed..6df1b9e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-r-cran-plyr (1.7.1-1) UNRELEASE; urgency=low
+r-cran-plyr (1.7.1-1) unstable; urgency=low
 
   * Initial release (Closes: #657993)
   
diff --git a/debian/rules b/debian/rules
index 63cc99b..1bcfaed 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,3 +5,4 @@ include /usr/share/R/debian/r-cran.mk
 # Require a number equal or superior than the R version the package was built with.
 install/r-$(debRreposname)-$(cranName)::
 	echo "R:Depends=r-base-core (>= $(shell R --version | head -n1 | perl -ne 'print / +([0-9]\.[0-9]+\.[0-9])/')~)" >> debian/r-$(debRreposname)-$(cranName).substvars
+	find debian -name "*.r" -type f | xargs chmod a-x

-- 
Packaging for R/CRAN/plyr in Debian



More information about the debian-med-commit mailing list