Author: tille Date: 2013-05-18 09:19:05 +0000 (Sat, 18 May 2013) New Revision: 13637
Modified: trunk/packages/R/r-cran-evd/trunk/debian/changelog trunk/packages/R/r-cran-evd/trunk/debian/rules Log: Remove executable flag from docs and upload to unstable Modified: trunk/packages/R/r-cran-evd/trunk/debian/changelog =================================================================== --- trunk/packages/R/r-cran-evd/trunk/debian/changelog 2013-05-18 09:04:14 UTC (rev 13636) +++ trunk/packages/R/r-cran-evd/trunk/debian/changelog 2013-05-18 09:19:05 UTC (rev 13637) @@ -1,4 +1,4 @@ -r-cran-evd (2.3-0-1) UNRELEASED; urgency=low +r-cran-evd (2.3-0-1) unstable; urgency=low * New upstream version * debian/control: @@ -10,7 +10,9 @@ * mv README.Debian README.test; install via debian/docs * debian/copyright: DEP5 * debian/upstream: Add citation information - * debian/rules: Remove unneeded code to obtain R:Depends variable + * debian/rules: + - Remove unneeded code to obtain R:Depends variable + - Remove executable flag from docs -- Andreas Tille <[email protected]> Sat, 18 May 2013 10:51:08 +0200 Modified: trunk/packages/R/r-cran-evd/trunk/debian/rules =================================================================== --- trunk/packages/R/r-cran-evd/trunk/debian/rules 2013-05-18 09:04:14 UTC (rev 13636) +++ trunk/packages/R/r-cran-evd/trunk/debian/rules 2013-05-18 09:19:05 UTC (rev 13637) @@ -4,3 +4,9 @@ # Copyright 2011 by Andreas Tille <[email protected]>, GPL include /usr/share/R/debian/r-cran.mk + +install/$(package):: + chmod 644 debian/$(package)/usr/lib/R/site-library/$(cranName)/doc/* + chmod 644 debian/$(package)/usr/lib/R/site-library/$(cranName)/README + chmod 644 debian/$(package)/usr/lib/R/site-library/$(cranName)/CITATION + chmod 644 debian/$(package)/usr/lib/R/site-library/$(cranName)/CHANGES _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
