[med-svn] [r-cran-checkmate] 09/15: * New upstream version * Convert to dh-r * Canonical homepage for CRAN * New Build-Depends: r-cran-backports
Andreas Tille
tille at debian.org
Mon Oct 9 09:34:23 UTC 2017
This is an automated email from the git hooks/post-receive script.
tille pushed a commit to branch master
in repository r-cran-checkmate.
commit 74c7bbaad4b7fc6793682bf9361c820f25afbfdf
Author: Andreas Tille <tille at debian.org>
Date: Sun Oct 30 06:34:37 2016 +0000
* New upstream version
* Convert to dh-r
* Canonical homepage for CRAN
* New Build-Depends: r-cran-backports
---
debian/changelog | 10 ++++++----
debian/control | 12 +++++++-----
debian/copyright | 8 ++++----
debian/rules | 9 +++++----
4 files changed, 22 insertions(+), 17 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index fa5c666..39dc0aa 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,10 +1,12 @@
-r-cran-checkmate (1.6.3-1) UNRELEASED; urgency=medium
+r-cran-checkmate (1.8.1-1) UNRELEASED; urgency=medium
+ TODO: r-cran-backports
* New upstream version
- TODO: Test failures
- may be upgrading r-cran-testthat could help
+ * Convert to dh-r
+ * Canonical homepage for CRAN
+ * New Build-Depends: r-cran-backports
- -- Andreas Tille <tille at debian.org> Sat, 31 Oct 2015 08:31:19 +0100
+ -- Andreas Tille <tille at debian.org> Sun, 30 Oct 2016 07:28:19 +0100
r-cran-checkmate (1.6.0-1) unstable; urgency=medium
diff --git a/debian/control b/debian/control
index 90822ed..2e98009 100644
--- a/debian/control
+++ b/debian/control
@@ -2,20 +2,22 @@ Source: r-cran-checkmate
Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
Uploaders: Andreas Tille <tille at debian.org>
Section: gnu-r
-Testsuite: autopkgtest
Priority: optional
Build-Depends: debhelper (>= 9),
cdbs,
- r-base-dev (>= 3.0.0)
-Standards-Version: 3.9.6
-Vcs-Browser: http://anonscm.debian.org/viewvc/debian-med/packages/trunk/R/r-cran-checkmate/trunk/
+ r-base-dev (>= 3.0.0),
+ r-cran-backports
+Standards-Version: 3.9.8
+Vcs-Browser: https://anonscm.debian.org/viewvc/debian-med/packages/trunk/R/r-cran-checkmate/trunk/
Vcs-Svn: svn://anonscm.debian.org/debian-med/trunk/packages/R/r-cran-checkmate/trunk/
-Homepage: http://cran.r-project.org/web/packages/checkmate/
+Homepage: https://cran.r-project.org/package=checkmate
Package: r-cran-checkmate
Architecture: any
Depends: ${shlibs:Depends},
${R:Depends}
+Recommends: ${R:Recommends}
+Suggests: ${R:Suggests}
Description: GNU R fast and versatile argument checks
This GNU R package tests and assertions to perform frequent argument
checks. A substantial part of the package was written in C to minimize
diff --git a/debian/copyright b/debian/copyright
index 8386a77..5717195 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,14 +1,14 @@
-Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: checkmate
Upstream-Contact: Bernd Bischl <bernd_bischl at gmx.net>
-Source: http://cran.r-project.org/web/packages/checkmate/
+Source: https://cran.r-project.org/package=checkmate
Files: *
-Copyright: 2012-2014 Bernd Bischl, Michel Lang
+Copyright: 2012-2016 Bernd Bischl, Michel Lang
License: BSD-3-Clause
Files: debian/*
-Copyright: 2014 Andreas Tille <tille at debian.org>
+Copyright: 2016 Andreas Tille <tille at debian.org>
License: BSD-3-Clause
License: BSD-3-Clause
diff --git a/debian/rules b/debian/rules
index 9c63da8..ae86733 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,7 +1,8 @@
#!/usr/bin/make -f
-# -*- makefile -*-
-include /usr/share/R/debian/r-cran.mk
+%:
+ dh $@ --buildsystem R
-install/$(package)::
- rm -rf debian/$(package)/usr/lib/R/site-library/$(cranName)/LICENSE
+override_dh_install:
+ dh_install
+ find debian -name LICENSE -delete
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/r-cran-checkmate.git
More information about the debian-med-commit
mailing list