[med-svn] r12252 - trunk/packages/R/r-cran-catools/trunk/debian

Charles Plessy plessy at alioth.debian.org
Fri Sep 21 05:30:21 UTC 2012


Author: plessy
Date: 2012-09-21 05:30:21 +0000 (Fri, 21 Sep 2012)
New Revision: 12252

Modified:
   trunk/packages/R/r-cran-catools/trunk/debian/changelog
   trunk/packages/R/r-cran-catools/trunk/debian/control
   trunk/packages/R/r-cran-catools/trunk/debian/rules
Log:
Obtain ${R:Depends} directly throuhg r-base-dev.



Modified: trunk/packages/R/r-cran-catools/trunk/debian/changelog
===================================================================
--- trunk/packages/R/r-cran-catools/trunk/debian/changelog	2012-09-21 05:26:32 UTC (rev 12251)
+++ trunk/packages/R/r-cran-catools/trunk/debian/changelog	2012-09-21 05:30:21 UTC (rev 12252)
@@ -4,6 +4,8 @@
   * debian/copyright file updated to latest machine-readable format.
   * Incremented Standards-Version to reflect conformance with Policy 3.9.4.
     (debian/control, no changes needed).
+  * debian/rules: obtain ${R:Depends} directly throuhg r-base-dev.
+  * debian/control: build-depend on r-base-dev (>= 2.14.2~20120222) for the above.
 
  -- Charles Plessy <plessy at debian.org>  Fri, 21 Sep 2012 13:24:48 +0900
 

Modified: trunk/packages/R/r-cran-catools/trunk/debian/control
===================================================================
--- trunk/packages/R/r-cran-catools/trunk/debian/control	2012-09-21 05:26:32 UTC (rev 12251)
+++ trunk/packages/R/r-cran-catools/trunk/debian/control	2012-09-21 05:30:21 UTC (rev 12252)
@@ -5,7 +5,7 @@
 DM-Upload-Allowed: yes
 Uploaders: Steffen Moeller <moeller at debian.org>,
  Charles Plessy <plessy at debian.org>
-Build-Depends: debhelper (>= 8), r-base-dev, r-cran-bitops, cdbs
+Build-Depends: debhelper (>= 8), r-base-dev (>= 2.14.2~20120222), r-cran-bitops, cdbs
 Standards-Version: 3.9.4
 Vcs-Browser: http://svn.debian.org/wsvn/debian-med/trunk/packages/R/r-cran-catools/trunk/
 Vcs-Svn: svn://svn.debian.org/debian-med/trunk/packages/R/r-cran-catools/trunk/

Modified: trunk/packages/R/r-cran-catools/trunk/debian/rules
===================================================================
--- trunk/packages/R/r-cran-catools/trunk/debian/rules	2012-09-21 05:26:32 UTC (rev 12251)
+++ trunk/packages/R/r-cran-catools/trunk/debian/rules	2012-09-21 05:30:21 UTC (rev 12252)
@@ -1,13 +1,6 @@
 #!/usr/bin/make -f
-# 							-*- makefile -*-
-# debian/rules file for the Debian/GNU Linux r-cran-gplots package
-# Copyright 2003-2006 by Dirk Eddelbuettel <edd at debian.org>
 
 include /usr/share/R/debian/r-cran.mk
 
 clean::
 	rm -f src/caTools.so
-
-# Depend on a version equal or superior than the R upstream release that was used to build this package.
-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