Author: tille Date: 2011-10-26 09:56:45 +0000 (Wed, 26 Oct 2011) New Revision: 8282
Modified: trunk/packages/R/r-cran-epir/trunk/debian/changelog trunk/packages/R/r-cran-epir/trunk/debian/rules Log: Fixed linitian warning and upload to unstable Modified: trunk/packages/R/r-cran-epir/trunk/debian/changelog =================================================================== --- trunk/packages/R/r-cran-epir/trunk/debian/changelog 2011-10-26 09:45:40 UTC (rev 8281) +++ trunk/packages/R/r-cran-epir/trunk/debian/changelog 2011-10-26 09:56:45 UTC (rev 8282) @@ -1,9 +1,10 @@ -r-cran-epir (0.9-32-1) UNRELEASED; urgency=low +r-cran-epir (0.9-32-1) unstable; urgency=low * New upstream version * Standards-Version: 3.9.2 (no changes needed) * Debhelper 8 (control+compat) * debian/control: Fixed Vcs fields + * debian/rules: Fix permission of DESCRIPTION -- Andreas Tille <[email protected]> Wed, 26 Oct 2011 09:05:46 +0200 Modified: trunk/packages/R/r-cran-epir/trunk/debian/rules =================================================================== --- trunk/packages/R/r-cran-epir/trunk/debian/rules 2011-10-26 09:45:40 UTC (rev 8281) +++ trunk/packages/R/r-cran-epir/trunk/debian/rules 2011-10-26 09:56:45 UTC (rev 8282) @@ -8,3 +8,5 @@ # 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 + chmod a-x debian/$(package)/usr/lib/R/site-library/epiR/DESCRIPTION +# chmod a-x debian/$(package)/usr/lib/R/site-library/$(cranName)/DESCRIPTION _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
