[med-svn] r13463 - trunk/packages/R/r-cran-genabel/trunk/debian

Charles Plessy plessy at alioth.debian.org
Wed May 1 05:50:30 UTC 2013


Author: plessy
Date: 2013-05-01 05:50:30 +0000 (Wed, 01 May 2013)
New Revision: 13463

Modified:
   trunk/packages/R/r-cran-genabel/trunk/debian/changelog
   trunk/packages/R/r-cran-genabel/trunk/debian/rules
Log:
Acquire R:Depends directly from r-base-dev.

Modified: trunk/packages/R/r-cran-genabel/trunk/debian/changelog
===================================================================
--- trunk/packages/R/r-cran-genabel/trunk/debian/changelog	2013-05-01 05:49:51 UTC (rev 13462)
+++ trunk/packages/R/r-cran-genabel/trunk/debian/changelog	2013-05-01 05:50:30 UTC (rev 13463)
@@ -5,6 +5,7 @@
   * Drop references to old name r-other-genabel.
   * Drop build-dependance on package only suggested.
   * Normalised VCS URLs following Lintian's standard.
+  * Acquire R:Depends directly from r-base-dev.
 
  -- Charles Plessy <plessy at debian.org>  Wed, 01 May 2013 14:34:36 +0900
 

Modified: trunk/packages/R/r-cran-genabel/trunk/debian/rules
===================================================================
--- trunk/packages/R/r-cran-genabel/trunk/debian/rules	2013-05-01 05:49:51 UTC (rev 13462)
+++ trunk/packages/R/r-cran-genabel/trunk/debian/rules	2013-05-01 05:50:30 UTC (rev 13463)
@@ -4,8 +4,6 @@
 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
 	find debian/$(package)/usr/lib/R/site-library/GenABEL/ -type f -exec chmod 644 \{\} \;
 
 DEB_INSTALL_CHANGELOGS_ALL = CHANGES.LOG




More information about the debian-med-commit mailing list