[med-svn] r13636 - trunk/packages/R/r-cran-evd/trunk/debian
Andreas Tille
tille at alioth.debian.org
Sat May 18 09:04:15 UTC 2013
Author: tille
Date: 2013-05-18 09:04:14 +0000 (Sat, 18 May 2013)
New Revision: 13636
Modified:
trunk/packages/R/r-cran-evd/trunk/debian/changelog
trunk/packages/R/r-cran-evd/trunk/debian/control
trunk/packages/R/r-cran-evd/trunk/debian/rules
Log:
Remove unneeded code to obtain R:Depends variable as well as remove versioned Dependency
Modified: trunk/packages/R/r-cran-evd/trunk/debian/changelog
===================================================================
--- trunk/packages/R/r-cran-evd/trunk/debian/changelog 2013-05-18 09:02:20 UTC (rev 13635)
+++ trunk/packages/R/r-cran-evd/trunk/debian/changelog 2013-05-18 09:04:14 UTC (rev 13636)
@@ -6,9 +6,11 @@
- DM-Upload-Allowed removed
- debhelper 9 (also debian/compat)
- normalised format
+ - remove versioned Build-Depends from r-base-dev
* mv README.Debian README.test; install via debian/docs
* debian/copyright: DEP5
* debian/upstream: Add citation information
+ * debian/rules: Remove unneeded code to obtain R:Depends variable
-- Andreas Tille <tille at debian.org> Sat, 18 May 2013 10:51:08 +0200
Modified: trunk/packages/R/r-cran-evd/trunk/debian/control
===================================================================
--- trunk/packages/R/r-cran-evd/trunk/debian/control 2013-05-18 09:02:20 UTC (rev 13635)
+++ trunk/packages/R/r-cran-evd/trunk/debian/control 2013-05-18 09:04:14 UTC (rev 13636)
@@ -5,7 +5,7 @@
Section: gnu-r
Priority: optional
Build-Depends: debhelper (>= 9),
- r-base-dev (>= 2.10.0~1),
+ r-base-dev,
cdbs
Standards-Version: 3.9.4
Vcs-Browser: http://svn.debian.org/wsvn/debian-med/trunk/packages/R/r-cran-evd/trunk/
Modified: trunk/packages/R/r-cran-evd/trunk/debian/rules
===================================================================
--- trunk/packages/R/r-cran-evd/trunk/debian/rules 2013-05-18 09:02:20 UTC (rev 13635)
+++ trunk/packages/R/r-cran-evd/trunk/debian/rules 2013-05-18 09:04:14 UTC (rev 13636)
@@ -4,7 +4,3 @@
# 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