The following commit has been merged in the master branch:
commit 1fb9b8cf362f8f494f7aba4fbc387789e5b75557
Author: Andreas Tille <ti...@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

_______________________________________________
debian-med-commit mailing list
debian-med-commit@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit

Reply via email to