Author: tille Date: 2010-11-24 12:49:30 +0000 (Wed, 24 Nov 2010) New Revision: 5480
Added: trunk/packages/R/r-cran-epitools/trunk/debian/source/ trunk/packages/R/r-cran-epitools/trunk/debian/source/format Modified: trunk/packages/R/r-cran-epitools/trunk/debian/README.Debian trunk/packages/R/r-cran-epitools/trunk/debian/changelog trunk/packages/R/r-cran-epitools/trunk/debian/control trunk/packages/R/r-cran-epitools/trunk/debian/rules Log: New upstream version Modified: trunk/packages/R/r-cran-epitools/trunk/debian/README.Debian =================================================================== --- trunk/packages/R/r-cran-epitools/trunk/debian/README.Debian 2010-11-24 12:29:49 UTC (rev 5479) +++ trunk/packages/R/r-cran-epitools/trunk/debian/README.Debian 2010-11-24 12:49:30 UTC (rev 5480) @@ -1,8 +1,7 @@ -EpiTools CRAN package for Debian --------------------------------- +Notes on how this package can be tested. +──────────────────────────────────────── -Notes on testing: +This package can be tested by loading it into R with the command +‘library(epitools)’ in order to confirm its integrity. -Since this package does not have regression checks nor instructions for -performing some manually, it was not thoroughly tested before its upload to the -Debian archive. + -- Andreas Tille <[email protected]> Wed, 24 Nov 2010 13:33:25 +0100 Modified: trunk/packages/R/r-cran-epitools/trunk/debian/changelog =================================================================== --- trunk/packages/R/r-cran-epitools/trunk/debian/changelog 2010-11-24 12:29:49 UTC (rev 5479) +++ trunk/packages/R/r-cran-epitools/trunk/debian/changelog 2010-11-24 12:49:30 UTC (rev 5480) @@ -1,3 +1,12 @@ +r-cran-epitools (1:0.5-6-1) unstable; urgency=low + + * New upstream version + * Standards-Version: 3.9.1 (no changes needed) + * debian/README.Debian: explain how to test this package + * Using Dpkg source format version ‘3.0 (quilt)’ (debian/source/format) + + -- Andreas Tille <[email protected]> Wed, 24 Nov 2010 13:33:25 +0100 + r-cran-epitools (1:0.5-5-1) unstable; urgency=low * New upstream version. Modified: trunk/packages/R/r-cran-epitools/trunk/debian/control =================================================================== --- trunk/packages/R/r-cran-epitools/trunk/debian/control 2010-11-24 12:29:49 UTC (rev 5479) +++ trunk/packages/R/r-cran-epitools/trunk/debian/control 2010-11-24 12:49:30 UTC (rev 5480) @@ -5,7 +5,7 @@ Uploaders: Andreas Tille <[email protected]>, Charles Plessy <[email protected]> DM-Upload-Allowed: yes Build-Depends: debhelper (>= 7.0), cdbs, r-base-dev -Standards-Version: 3.8.4 +Standards-Version: 3.9.1 Homepage: http://sites.google.com/site/medepi/epitools Vcs-Browser: http://svn.debian.org/wsvn/debian-med/trunk/packages/R/r-cran-epitools/trunk/?rev=0&sc=0 Vcs-Svn: svn://svn.debian.org/svn/debian-med/trunk/packages/R/r-cran-epitools/trunk/ Modified: trunk/packages/R/r-cran-epitools/trunk/debian/rules =================================================================== --- trunk/packages/R/r-cran-epitools/trunk/debian/rules 2010-11-24 12:29:49 UTC (rev 5479) +++ trunk/packages/R/r-cran-epitools/trunk/debian/rules 2010-11-24 12:49:30 UTC (rev 5480) @@ -6,5 +6,5 @@ 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 +install/$(package):: + echo "R:Depends=r-base-core (>= $(shell R --version | head -n1 | perl -ne 'print / +([0-9]\.[0-9]+\.[0-9])/'))" >> debian/$(package).substvars Added: trunk/packages/R/r-cran-epitools/trunk/debian/source/format =================================================================== --- trunk/packages/R/r-cran-epitools/trunk/debian/source/format (rev 0) +++ trunk/packages/R/r-cran-epitools/trunk/debian/source/format 2010-11-24 12:49:30 UTC (rev 5480) @@ -0,0 +1 @@ +3.0 (quilt) _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/debian-med-commit
