[r-cran-msm] 16/31: R:Depends substitution variable now handled via cdbs helper; upload to unstable

Sébastien Villemot sebastien at debian.org
Thu Nov 16 16:17:09 UTC 2017


This is an automated email from the git hooks/post-receive script.

sebastien pushed a commit to branch master
in repository r-cran-msm.

commit 77b51f4d9b63c0509118bf7130a59b38701bfc29
Author: Andreas Tille <tille at debian.org>
Date:   Mon Mar 26 20:58:32 2012 +0000

    R:Depends substitution variable now handled via cdbs helper; upload to unstable
---
 debian/changelog | 5 ++++-
 debian/rules     | 4 ----
 2 files changed, 4 insertions(+), 5 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 5c08a0e..7ab9413 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,10 +1,13 @@
-r-cran-msm (1.1-1) UNRELEASED; urgency=low
+r-cran-msm (1.1-1) unstable; urgency=low
 
   * New upstream version
   * debian/control:
     - Standards-Version: 3.9.3 (no changes needed)
     - Build-Depends: r-base-dev (>= 2.14.2~20120222)
     - Fixed Vcs fields
+  * debian/rules:
+    - Remove R:Depends substitution variable which is now
+      included in /usr/share/R/debian/r-cran.mk
   * debhelper compat level 8 (control+compat)
   * debian/README.Debian is now README.test, deleted other redundant
     information which seems to be irrelevant for the user
diff --git a/debian/rules b/debian/rules
index d26ff34..d24acb7 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,12 +6,8 @@
 include /usr/share/R/debian/r-cran.mk
 
 clean::
-	echo "Clean up for package $(package)"
 	rm -f src/msm.so
 
 install/$(package)::
 	chmod 644 debian/$(package)/usr/lib/R/site-library/msm/NEWS
 
-	# 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
-

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/r-cran-msm.git



More information about the debian-science-commits mailing list