Author: plessy Date: 2011-10-22 03:37:31 +0000 (Sat, 22 Oct 2011) New Revision: 8255
Modified: trunk/packages/R/r-cran-rocr/trunk/debian/changelog trunk/packages/R/r-cran-rocr/trunk/debian/rules Log: Install NEWS as changelog. Modified: trunk/packages/R/r-cran-rocr/trunk/debian/changelog =================================================================== --- trunk/packages/R/r-cran-rocr/trunk/debian/changelog 2011-10-22 03:36:51 UTC (rev 8254) +++ trunk/packages/R/r-cran-rocr/trunk/debian/changelog 2011-10-22 03:37:31 UTC (rev 8255) @@ -2,6 +2,7 @@ * Support depending on R pre-releases (debian/rules, Closes: #646157). * Machine-readable debian/copyright, format 1.0 (DEP 5). + * Install NEWS as changelog (debian/rules). -- Charles Plessy <[email protected]> Sat, 22 Oct 2011 12:26:45 +0900 Modified: trunk/packages/R/r-cran-rocr/trunk/debian/rules =================================================================== --- trunk/packages/R/r-cran-rocr/trunk/debian/rules 2011-10-22 03:36:51 UTC (rev 8254) +++ trunk/packages/R/r-cran-rocr/trunk/debian/rules 2011-10-22 03:37:31 UTC (rev 8255) @@ -2,6 +2,8 @@ include /usr/share/R/debian/r-cran.mk +DEB_INSTALL_CHANGELOGS_ALL := NEWS + # 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 _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
