[med-svn] r5079 - in trunk/packages/R/r-cran-epir/trunk/debian: . source

Andreas Tille tille at alioth.debian.org
Fri Jul 30 21:47:30 UTC 2010


Author: tille
Date: 2010-07-30 21:47:26 +0000 (Fri, 30 Jul 2010)
New Revision: 5079

Added:
   trunk/packages/R/r-cran-epir/trunk/debian/README.Debian
   trunk/packages/R/r-cran-epir/trunk/debian/source/
   trunk/packages/R/r-cran-epir/trunk/debian/source/format
Modified:
   trunk/packages/R/r-cran-epir/trunk/debian/changelog
   trunk/packages/R/r-cran-epir/trunk/debian/control
   trunk/packages/R/r-cran-epir/trunk/debian/rules
Log:
New upstream version and pushing package to recent R packaging habit of Debian Med team


Added: trunk/packages/R/r-cran-epir/trunk/debian/README.Debian
===================================================================
--- trunk/packages/R/r-cran-epir/trunk/debian/README.Debian	                        (rev 0)
+++ trunk/packages/R/r-cran-epir/trunk/debian/README.Debian	2010-07-30 21:47:26 UTC (rev 5079)
@@ -0,0 +1,7 @@
+Notes on how this package can be tested.
+────────────────────────────────────────
+
+This package can be tested by loading it into R with the command
+‘library(epiR)’ in order to confirm its integrity.
+
+ -- Andreas Tille <tille at debian.org>  Fri, 30 Jul 2010 23:09:30 +0200

Modified: trunk/packages/R/r-cran-epir/trunk/debian/changelog
===================================================================
--- trunk/packages/R/r-cran-epir/trunk/debian/changelog	2010-07-30 17:04:51 UTC (rev 5078)
+++ trunk/packages/R/r-cran-epir/trunk/debian/changelog	2010-07-30 21:47:26 UTC (rev 5079)
@@ -1,3 +1,15 @@
+r-cran-epir (0.9-26-1) unstable; urgency=low
+
+  * New upstream version
+  * Standards-Version: 3.9.1 (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).
+  * debian/README.Debian: explain how to test this package
+  * Using Dpkg source format version ‘3.0 (quilt)’ (debian/source/format)
+
+ -- Andreas Tille <tille at debian.org>  Fri, 30 Jul 2010 23:09:30 +0200
+
 r-cran-epir (0.9-22-1) unstable; urgency=low
 
   + New upstream version

Modified: trunk/packages/R/r-cran-epir/trunk/debian/control
===================================================================
--- trunk/packages/R/r-cran-epir/trunk/debian/control	2010-07-30 17:04:51 UTC (rev 5078)
+++ trunk/packages/R/r-cran-epir/trunk/debian/control	2010-07-30 21:47:26 UTC (rev 5079)
@@ -5,14 +5,14 @@
 Uploaders: Andreas Tille <tille at debian.org>
 DM-Upload-Allowed: yes
 Build-Depends: debhelper (>= 7.0), cdbs, r-base-dev
-Standards-Version: 3.8.3
+Standards-Version: 3.9.1
 Homepage: http://cran.r-project.org/web/packages/epiR
 Vcs-Browser: http://svn.debian.org/wsvn/debian-med/trunk/packages/R/r-cran-epir/trunk/?rev=0&sc=0
 Vcs-Svn: svn://svn.debian.org/svn/debian-med/trunk/packages/R/r-cran-epir/trunk/
 
 Package: r-cran-epir
 Architecture: all
-Depends: ${shlibs:Depends}, r-base-core
+Depends: ${shlibs:Depends}, ${R:Depends}
 Suggests: r-cran-surveillance, r-cran-epi, r-cran-epibasix, r-cran-epitools
 Description: GNU R Functions for analysing epidemiological data
  A package for analysing epidemiological data. Contains functions for

Modified: trunk/packages/R/r-cran-epir/trunk/debian/rules
===================================================================
--- trunk/packages/R/r-cran-epir/trunk/debian/rules	2010-07-30 17:04:51 UTC (rev 5078)
+++ trunk/packages/R/r-cran-epir/trunk/debian/rules	2010-07-30 21:47:26 UTC (rev 5079)
@@ -4,3 +4,7 @@
 # Copyright 2008 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

Added: trunk/packages/R/r-cran-epir/trunk/debian/source/format
===================================================================
--- trunk/packages/R/r-cran-epir/trunk/debian/source/format	                        (rev 0)
+++ trunk/packages/R/r-cran-epir/trunk/debian/source/format	2010-07-30 21:47:26 UTC (rev 5079)
@@ -0,0 +1 @@
+3.0 (quilt)




More information about the debian-med-commit mailing list