[med-svn] r22975 - trunk/packages/R/r-cran-bbmisc/trunk/debian

Andreas Tille tille at moszumanska.debian.org
Sun Oct 30 06:31:57 UTC 2016


Author: tille
Date: 2016-10-30 06:31:56 +0000 (Sun, 30 Oct 2016)
New Revision: 22975

Modified:
   trunk/packages/R/r-cran-bbmisc/trunk/debian/changelog
   trunk/packages/R/r-cran-bbmisc/trunk/debian/control
   trunk/packages/R/r-cran-bbmisc/trunk/debian/copyright
   trunk/packages/R/r-cran-bbmisc/trunk/debian/rules
Log:
  * New upstream version
  * Convert to dh-r
  * Canonical homepage for CRAN
  * Versioned Build-Depends: r-cran-checkmate (>= 1.8.0)



Modified: trunk/packages/R/r-cran-bbmisc/trunk/debian/changelog
===================================================================
--- trunk/packages/R/r-cran-bbmisc/trunk/debian/changelog	2016-10-29 07:37:05 UTC (rev 22974)
+++ trunk/packages/R/r-cran-bbmisc/trunk/debian/changelog	2016-10-30 06:31:56 UTC (rev 22975)
@@ -1,3 +1,13 @@
+r-cran-bbmisc (1.10-1) UNRELEASED; urgency=medium
+
+  TODO: upload r-cran-checkmate (>= 1.8.0)
+  * New upstream version
+  * Convert to dh-r
+  * Canonical homepage for CRAN
+  * Versioned Build-Depends: r-cran-checkmate (>= 1.8.0)
+
+ -- Andreas Tille <tille at debian.org>  Sun, 30 Oct 2016 07:21:34 +0100
+
 r-cran-bbmisc (1.9-2) unstable; urgency=medium
 
   * Fix missing test depencency r-cran-codetools

Modified: trunk/packages/R/r-cran-bbmisc/trunk/debian/control
===================================================================
--- trunk/packages/R/r-cran-bbmisc/trunk/debian/control	2016-10-29 07:37:05 UTC (rev 22974)
+++ trunk/packages/R/r-cran-bbmisc/trunk/debian/control	2016-10-30 06:31:56 UTC (rev 22975)
@@ -2,23 +2,22 @@
 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,
+               dh-r,
                r-base-dev (>= 3.0.0),
-               r-cran-checkmate
+               r-cran-checkmate (>= 1.8.0)
 Standards-Version: 3.9.8
 Vcs-Browser: https://anonscm.debian.org/viewvc/debian-med/packages/trunk/R/r-cran-bbmisc/trunk/
 Vcs-Svn: svn://anonscm.debian.org/debian-med/trunk/packages/R/r-cran-bbmisc/trunk/
-Homepage: http://cran.r-project.org/web/packages/BBmisc/
+Homepage: https://cran.r-project.org/package=BBmisc
 
 Package: r-cran-bbmisc
 Architecture: any
 Depends: ${shlibs:Depends},
-         ${R:Depends},
-         r-cran-checkmate
-Suggests: r-cran-codetools
+         ${R:Depends}
+Recommends: ${R:Recommends}
+Suggests: ${R:Suggests}
 Description: GNU R Miscellaneous helper functions for B. Bischl
  Miscellaneous helper functions for and from B. Bischl and some other
  guys at TU Dortmund, mainly for package development.

Modified: trunk/packages/R/r-cran-bbmisc/trunk/debian/copyright
===================================================================
--- trunk/packages/R/r-cran-bbmisc/trunk/debian/copyright	2016-10-29 07:37:05 UTC (rev 22974)
+++ trunk/packages/R/r-cran-bbmisc/trunk/debian/copyright	2016-10-30 06:31:56 UTC (rev 22975)
@@ -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: BBmisc
 Upstream-Contact: Bernd Bischl <bernd_bischl at gmx.net>
-Source: http://cran.r-project.org/web/packages/BBmisc/
+Source: https://cran.r-project.org/package=BBmisc
 
 Files: *
-Copyright: 2012-2015 Bernd Bischl, Michel Lang, Olaf Mersmann
+Copyright: 2012-2016 Bernd Bischl, Michel Lang, Olaf Mersmann
 License: BSD-3-clause
 
 Files: debian/*
-Copyright: 2014-2015 Andreas Tille <tille at debian.org>
+Copyright: 2014-2016 Andreas Tille <tille at debian.org>
 License: BSD-3-clause
 
 License: BSD-3-clause

Modified: trunk/packages/R/r-cran-bbmisc/trunk/debian/rules
===================================================================
--- trunk/packages/R/r-cran-bbmisc/trunk/debian/rules	2016-10-29 07:37:05 UTC (rev 22974)
+++ trunk/packages/R/r-cran-bbmisc/trunk/debian/rules	2016-10-30 06:31:56 UTC (rev 22975)
@@ -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/*/LICENSE
+override_dh_install:
+	dh_install
+	find debian -name LICENSE -delete




More information about the debian-med-commit mailing list