Author: tille
Date: 2016-10-30 06:34:37 +0000 (Sun, 30 Oct 2016)
New Revision: 22976

Modified:
   trunk/packages/R/r-cran-checkmate/trunk/debian/changelog
   trunk/packages/R/r-cran-checkmate/trunk/debian/control
   trunk/packages/R/r-cran-checkmate/trunk/debian/copyright
   trunk/packages/R/r-cran-checkmate/trunk/debian/rules
Log:
  * New upstream version
  * Convert to dh-r
  * Canonical homepage for CRAN
  * New Build-Depends: r-cran-backports



Modified: trunk/packages/R/r-cran-checkmate/trunk/debian/changelog
===================================================================
--- trunk/packages/R/r-cran-checkmate/trunk/debian/changelog    2016-10-30 
06:31:56 UTC (rev 22975)
+++ trunk/packages/R/r-cran-checkmate/trunk/debian/changelog    2016-10-30 
06:34:37 UTC (rev 22976)
@@ -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 <[email protected]>  Sat, 31 Oct 2015 08:31:19 +0100
+ -- Andreas Tille <[email protected]>  Sun, 30 Oct 2016 07:28:19 +0100
 
 r-cran-checkmate (1.6.0-1) unstable; urgency=medium
 

Modified: trunk/packages/R/r-cran-checkmate/trunk/debian/control
===================================================================
--- trunk/packages/R/r-cran-checkmate/trunk/debian/control      2016-10-30 
06:31:56 UTC (rev 22975)
+++ trunk/packages/R/r-cran-checkmate/trunk/debian/control      2016-10-30 
06:34:37 UTC (rev 22976)
@@ -2,20 +2,22 @@
 Maintainer: Debian Med Packaging Team 
<[email protected]>
 Uploaders: Andreas Tille <[email protected]>
 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

Modified: trunk/packages/R/r-cran-checkmate/trunk/debian/copyright
===================================================================
--- trunk/packages/R/r-cran-checkmate/trunk/debian/copyright    2016-10-30 
06:31:56 UTC (rev 22975)
+++ trunk/packages/R/r-cran-checkmate/trunk/debian/copyright    2016-10-30 
06:34:37 UTC (rev 22976)
@@ -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 <[email protected]>
-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 <[email protected]>
+Copyright: 2016 Andreas Tille <[email protected]>
 License: BSD-3-Clause
 
 License: BSD-3-Clause

Modified: trunk/packages/R/r-cran-checkmate/trunk/debian/rules
===================================================================
--- trunk/packages/R/r-cran-checkmate/trunk/debian/rules        2016-10-30 
06:31:56 UTC (rev 22975)
+++ trunk/packages/R/r-cran-checkmate/trunk/debian/rules        2016-10-30 
06:34:37 UTC (rev 22976)
@@ -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


_______________________________________________
debian-med-commit mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit

Reply via email to