[med-svn] r10000 - trunk/packages/R/r-cran-psy/trunk/debian

Charles Plessy plessy at alioth.debian.org
Thu Mar 15 03:59:48 UTC 2012


Author: plessy
Date: 2012-03-15 03:59:48 +0000 (Thu, 15 Mar 2012)
New Revision: 10000

Modified:
   trunk/packages/R/r-cran-psy/trunk/debian/control
   trunk/packages/R/r-cran-psy/trunk/debian/rules
Log:
Populate ${R:Depends} substitution variable through r-base-dev.


Modified: trunk/packages/R/r-cran-psy/trunk/debian/control
===================================================================
--- trunk/packages/R/r-cran-psy/trunk/debian/control	2012-03-15 02:36:59 UTC (rev 9999)
+++ trunk/packages/R/r-cran-psy/trunk/debian/control	2012-03-15 03:59:48 UTC (rev 10000)
@@ -4,7 +4,7 @@
 Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
 Uploaders: Chris Lawrence <lawrencc at debian.org>,
  Andreas Tille <tille at debian.org>
-Build-Depends: debhelper (>= 8), r-base-dev (>= 2.10.0~1), cdbs
+Build-Depends: debhelper (>= 8), r-base-dev (>= 2.14.2~20120222), cdbs
 Standards-Version: 3.9.2
 DM-Upload-Allowed: yes
 Homepage: http://cran.r-project.org/web/packages/psy

Modified: trunk/packages/R/r-cran-psy/trunk/debian/rules
===================================================================
--- trunk/packages/R/r-cran-psy/trunk/debian/rules	2012-03-15 02:36:59 UTC (rev 9999)
+++ trunk/packages/R/r-cran-psy/trunk/debian/rules	2012-03-15 03:59:48 UTC (rev 10000)
@@ -1,10 +1,3 @@
 #!/usr/bin/make -f
-# 							-*- makefile -*-
-# debian/rules file for the Debian/GNU Linux r-cran-psy package
-# Copyright 2011 by Andreas Tille <tille at debian.org>, GPL
 
 include /usr/share/R/debian/r-cran.mk
-
-install/$(package)::
-	# Require a number equal or superior than the R version the package was built with.
-	echo "R:Depends=r-base-core (>= $(shell R --version | head -n1 | perl -ne 'print / +([0-9]\.[0-9]+\.[0-9])/')~)" >> debian/$(package).substvars




More information about the debian-med-commit mailing list