[med-svn] r4665 - trunk/packages/R/r-cran-diagnosismed/trunk/debian

Andreas Tille tille at alioth.debian.org
Tue Mar 16 10:24:30 UTC 2010


Author: tille
Date: 2010-03-16 10:24:29 +0000 (Tue, 16 Mar 2010)
New Revision: 4665

Modified:
   trunk/packages/R/r-cran-diagnosismed/trunk/debian/changelog
   trunk/packages/R/r-cran-diagnosismed/trunk/debian/control
   trunk/packages/R/r-cran-diagnosismed/trunk/debian/rules
Log:
New upstream version, R:Depends


Modified: trunk/packages/R/r-cran-diagnosismed/trunk/debian/changelog
===================================================================
--- trunk/packages/R/r-cran-diagnosismed/trunk/debian/changelog	2010-03-16 09:18:00 UTC (rev 4664)
+++ trunk/packages/R/r-cran-diagnosismed/trunk/debian/changelog	2010-03-16 10:24:29 UTC (rev 4665)
@@ -1,3 +1,13 @@
+r-cran-diagnosismed (0.2.3-1) unstable; urgency=low
+
+  * New upstream version
+  * 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 version used to build
+    the package, by adding a R:Depends substvar (debian/control, debian/rules).
+
+ -- Andreas Tille <tille at debian.org>  Tue, 16 Mar 2010 10:18:44 +0100
+
 r-cran-diagnosismed (0.2.2.2-1) unstable; urgency=low
 
   * Initial release (closes: #557202).

Modified: trunk/packages/R/r-cran-diagnosismed/trunk/debian/control
===================================================================
--- trunk/packages/R/r-cran-diagnosismed/trunk/debian/control	2010-03-16 09:18:00 UTC (rev 4664)
+++ trunk/packages/R/r-cran-diagnosismed/trunk/debian/control	2010-03-16 10:24:29 UTC (rev 4665)
@@ -6,14 +6,14 @@
 DM-Upload-Allowed: yes
 Build-Depends: debhelper (>= 7.0), cdbs, r-base-dev
 Build-Depends-Indep: r-cran-epicalc, r-cran-epitools, r-cran-teachingdemos, r-cran-amore
-Standards-Version: 3.8.3
+Standards-Version: 3.8.4
 Homepage: http://cran.r-project.org/web/packages/DiagnosisMed
 Vcs-Browser: http://svn.debian.org/wsvn/debian-med/trunk/packages/R/r-cran-diagnosismed/trunk/?rev=0&sc=0
 Vcs-Svn: svn://svn.debian.org/svn/debian-med/trunk/packages/R/r-cran-diagnosismed/trunk/
 
 Package: r-cran-diagnosismed
 Architecture: all
-Depends: ${shlibs:Depends}, ${misc:Depends}, r-base-core, r-cran-epicalc, r-cran-epitools,
+Depends: ${shlibs:Depends}, ${misc:Depends}, ${R:Depends}, r-cran-epicalc, r-cran-epitools,
  r-cran-teachingdemos, r-cran-amore
 Suggests: r-cran-surveillance, r-cran-epi, r-cran-epibasix, r-cran-epir
 Description: GNU R Diagnostic test accuracy evaluation for medical professionals

Modified: trunk/packages/R/r-cran-diagnosismed/trunk/debian/rules
===================================================================
--- trunk/packages/R/r-cran-diagnosismed/trunk/debian/rules	2010-03-16 09:18:00 UTC (rev 4664)
+++ trunk/packages/R/r-cran-diagnosismed/trunk/debian/rules	2010-03-16 10:24:29 UTC (rev 4665)
@@ -4,3 +4,8 @@
 # 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
+




More information about the debian-med-commit mailing list