[med-svn] r10421 - trunk/packages/R/r-other-bio3d/trunk/debian

Andreas Tille tille at alioth.debian.org
Thu Apr 19 07:38:58 UTC 2012


Author: tille
Date: 2012-04-19 07:38:58 +0000 (Thu, 19 Apr 2012)
New Revision: 10421

Modified:
   trunk/packages/R/r-other-bio3d/trunk/debian/changelog
   trunk/packages/R/r-other-bio3d/trunk/debian/control
   trunk/packages/R/r-other-bio3d/trunk/debian/rules
Log:
New handling of R:Depends substitution variable


Modified: trunk/packages/R/r-other-bio3d/trunk/debian/changelog
===================================================================
--- trunk/packages/R/r-other-bio3d/trunk/debian/changelog	2012-04-19 07:35:25 UTC (rev 10420)
+++ trunk/packages/R/r-other-bio3d/trunk/debian/changelog	2012-04-19 07:38:58 UTC (rev 10421)
@@ -3,6 +3,10 @@
   * New upstream version
   * debian/control:
     - Standards-Version: 3.9.3 (no changes needed)
+    - Build-Depends: r-base-dev (>= 2.14.2~20120222) which is supporting
+      R:Depends substitution variable
+  * debian/rules: Remove R:Depends substitution variable which is now
+    included in /usr/share/R/debian/r-cran.mk
   * debian/upstream: removed duplicated entry doi and moved pmid to
     references
 

Modified: trunk/packages/R/r-other-bio3d/trunk/debian/control
===================================================================
--- trunk/packages/R/r-other-bio3d/trunk/debian/control	2012-04-19 07:35:25 UTC (rev 10420)
+++ trunk/packages/R/r-other-bio3d/trunk/debian/control	2012-04-19 07:38:58 UTC (rev 10421)
@@ -5,7 +5,7 @@
 DM-Upload-Allowed: yes
 Uploaders: Steffen Moeller <moeller at debian.org>, Charles Plessy <plessy at debian.org>,
  Andreas Tille <tille at debian.org>
-Build-Depends: debhelper (>= 8), cdbs, r-base-dev
+Build-Depends: debhelper (>= 8), cdbs, r-base-dev (>= 2.14.2~20120222)
 Standards-Version: 3.9.3
 Homepage: http://mccammon.ucsd.edu/~bgrant/bio3d/
 Vcs-Browser: http://svn.debian.org/wsvn/debian-med/trunk/packages/R/r-other-bio3d/trunk/

Modified: trunk/packages/R/r-other-bio3d/trunk/debian/rules
===================================================================
--- trunk/packages/R/r-other-bio3d/trunk/debian/rules	2012-04-19 07:35:25 UTC (rev 10420)
+++ trunk/packages/R/r-other-bio3d/trunk/debian/rules	2012-04-19 07:38:58 UTC (rev 10421)
@@ -6,7 +6,3 @@
 
 debRreposname := other
 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