This is an automated email from the git hooks/post-receive script. tille pushed a commit to branch master in repository r-cran-bbmisc.
commit a1d3ff5018bd3e46da67d813f77a96310ba94d03 Author: Andreas Tille <[email protected]> Date: Sun Oct 30 06:31:56 2016 +0000 * New upstream version * Convert to dh-r * Canonical homepage for CRAN * Versioned Build-Depends: r-cran-checkmate (>= 1.8.0) --- debian/changelog | 10 ++++++++++ debian/control | 13 ++++++------- debian/copyright | 8 ++++---- debian/rules | 9 +++++---- 4 files changed, 25 insertions(+), 15 deletions(-) diff --git a/debian/changelog b/debian/changelog index f107b1b..191d8e6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 <[email protected]> Sun, 30 Oct 2016 07:21:34 +0100 + r-cran-bbmisc (1.9-2) unstable; urgency=medium * Fix missing test depencency r-cran-codetools diff --git a/debian/control b/debian/control index 07559d9..3340c61 100644 --- a/debian/control +++ b/debian/control @@ -2,23 +2,22 @@ Source: r-cran-bbmisc Maintainer: Debian Med Packaging Team <[email protected]> Uploaders: Andreas Tille <[email protected]> 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. diff --git a/debian/copyright b/debian/copyright index 4f95a42..f245714 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: BBmisc Upstream-Contact: Bernd Bischl <[email protected]> -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 <[email protected]> +Copyright: 2014-2016 Andreas Tille <[email protected]> License: BSD-3-clause License: BSD-3-clause diff --git a/debian/rules b/debian/rules index 158531f..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/*/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-bbmisc.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
