[r-cran-msm] 04/04: R:Depends substitution variable now handled via cdbs helper; upload to unstable
Sébastien Villemot
sebastien at debian.org
Thu Nov 16 16:17:18 UTC 2017
This is an automated email from the git hooks/post-receive script.
sebastien pushed a commit to annotated tag debian/1.1-1
in repository r-cran-msm.
commit 8efa1b82a1d6c628ef0bf2e5227da06f8d74bae7
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
---
changelog | 5 ++++-
rules | 4 ----
2 files changed, 4 insertions(+), 5 deletions(-)
diff --git a/changelog b/changelog
index 5c08a0e..7ab9413 100644
--- a/changelog
+++ b/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/rules b/rules
index d26ff34..d24acb7 100755
--- a/rules
+++ b/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