[med-svn] r4803 - trunk/packages/R/r-cran-epibasix/trunk/debian

Charles Plessy plessy at alioth.debian.org
Wed May 19 00:26:58 UTC 2010


Author: plessy
Date: 2010-05-19 00:26:51 +0000 (Wed, 19 May 2010)
New Revision: 4803

Added:
   trunk/packages/R/r-cran-epibasix/trunk/debian/README.Debian
Modified:
   trunk/packages/R/r-cran-epibasix/trunk/debian/changelog
   trunk/packages/R/r-cran-epibasix/trunk/debian/control
   trunk/packages/R/r-cran-epibasix/trunk/debian/copyright
   trunk/packages/R/r-cran-epibasix/trunk/debian/rules
Log:
Rebuilt against a recent version of R (because the documentation format changed), and added a couple of packaging sugars to the upload.


Added: trunk/packages/R/r-cran-epibasix/trunk/debian/README.Debian
===================================================================
--- trunk/packages/R/r-cran-epibasix/trunk/debian/README.Debian	                        (rev 0)
+++ trunk/packages/R/r-cran-epibasix/trunk/debian/README.Debian	2010-05-19 00:26:51 UTC (rev 4803)
@@ -0,0 +1,5 @@
+Notes on how this package can be tested.
+────────────────────────────────────────
+
+This package can be tested by loading it into R with the command
+‘library(epibasix)’ in order to confirm its integrity.

Modified: trunk/packages/R/r-cran-epibasix/trunk/debian/changelog
===================================================================
--- trunk/packages/R/r-cran-epibasix/trunk/debian/changelog	2010-05-18 23:29:32 UTC (rev 4802)
+++ trunk/packages/R/r-cran-epibasix/trunk/debian/changelog	2010-05-19 00:26:51 UTC (rev 4803)
@@ -1,3 +1,17 @@
+r-cran-epibasix (1.1-2) unstable; urgency=low
+
+  * Rebuilt against R >= 2.10 in order to work with Squeeze's R.
+  * Incremented Standards-Version to reflect conformance with Policy 3.8.4
+    (debian/control, no changes needed).
+  * Depend on a version equal or superior than the R upstream release that
+    was used to build this package, using a R:Depends substvar
+    (debian/control, debian/rules). 
+  * Added a note to explain how to test this package (debian/README.Debian).
+  * Indicate a more generic URL in debian/copyright, to reduce redundancy
+    with debian/watch.
+
+ -- Charles Plessy <plessy at debian.org>  Wed, 19 May 2010 08:48:28 +0900
+
 r-cran-epibasix (1.1-1) unstable; urgency=low
 
   * New upstream release.

Modified: trunk/packages/R/r-cran-epibasix/trunk/debian/control
===================================================================
--- trunk/packages/R/r-cran-epibasix/trunk/debian/control	2010-05-18 23:29:32 UTC (rev 4802)
+++ trunk/packages/R/r-cran-epibasix/trunk/debian/control	2010-05-19 00:26:51 UTC (rev 4803)
@@ -6,14 +6,14 @@
            Charles Plessy <plessy at debian.org>
 DM-Upload-Allowed: yes
 Build-Depends: debhelper (>= 7.0), cdbs, r-base-dev, r-cran-foreign, r-cran-sp
-Standards-Version: 3.8.1
+Standards-Version: 3.8.4
 Homepage: http://cran.r-project.org/web/packages/epibasix
 Vcs-Browser: http://svn.debian.org/wsvn/debian-med/trunk/packages/R/r-cran-epibasix/trunk/?rev=0&sc=0
 Vcs-Svn: svn://svn.debian.org/svn/debian-med/trunk/packages/R/r-cran-epibasix/trunk/
 
 Package: r-cran-epibasix
 Architecture: any
-Depends: ${shlibs:Depends}, r-base-core
+Depends: ${shlibs:Depends}, ${R:Depends}
 Suggests: r-cran-surveillance, r-cran-epi, r-cran-epitools
 Description: GNU R Elementary Epidemiological Functions
  Elementary Epidemiological Functions for a Graduate Epidemiology /

Modified: trunk/packages/R/r-cran-epibasix/trunk/debian/copyright
===================================================================
--- trunk/packages/R/r-cran-epibasix/trunk/debian/copyright	2010-05-18 23:29:32 UTC (rev 4802)
+++ trunk/packages/R/r-cran-epibasix/trunk/debian/copyright	2010-05-19 00:26:51 UTC (rev 4803)
@@ -2,7 +2,7 @@
 
 Name: epibasix
 Contact: Michael A Rotondi <mrotondi at uwo.ca>
-Source: http://cran.r-project.org/src/contrib/epibasix_1.1.tar.gz
+Source: http://cran.r-project.org/web/packages/epibasix
 
 Copyright: (C) 2007–2009 Michael A Rotondi
 License: GPL2+

Modified: trunk/packages/R/r-cran-epibasix/trunk/debian/rules
===================================================================
--- trunk/packages/R/r-cran-epibasix/trunk/debian/rules	2010-05-18 23:29:32 UTC (rev 4802)
+++ trunk/packages/R/r-cran-epibasix/trunk/debian/rules	2010-05-19 00:26:51 UTC (rev 4803)
@@ -4,3 +4,7 @@
 # Copyright 2009 by Andreas Tille <tille at debian.org>
 
 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




More information about the debian-med-commit mailing list