This is an automated email from the git hooks/post-receive script. tille pushed a commit to branch master in repository r-cran-optparse.
commit 98180bcd9f7671a6f61a0ac7f012fa10f336af39 Author: Andreas Tille <[email protected]> Date: Sat Oct 29 07:36:34 2016 +0000 * New upstream version * Convert to dh-r * Canonical homepage for CRAN * cme fix dpkg-control --- debian/changelog | 9 +++++++++ debian/control | 15 ++++++++------- debian/copyright | 10 +++++----- debian/rules | 4 ++-- 4 files changed, 24 insertions(+), 14 deletions(-) diff --git a/debian/changelog b/debian/changelog index 5e97efa..d1ef6a7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,12 @@ +r-cran-optparse (1.3.2-1) unstable; urgency=medium + + * New upstream version + * Convert to dh-r + * Canonical homepage for CRAN + * cme fix dpkg-control + + -- Andreas Tille <[email protected]> Sat, 29 Oct 2016 09:29:49 +0200 + r-cran-optparse (1.2.0-1) unstable; urgency=medium * New upstream version diff --git a/debian/control b/debian/control index 9d6fe0e..eab5d27 100644 --- a/debian/control +++ b/debian/control @@ -2,23 +2,24 @@ Source: r-cran-optparse Maintainer: Debian Med Packaging Team <[email protected]> Uploaders: Andreas Tille <[email protected]> Section: gnu-r -Priority: optional Testsuite: autopkgtest +Priority: optional Build-Depends: debhelper (>= 9), - cdbs, + dh-r, r-base-dev, r-cran-getopt -Standards-Version: 3.9.5 -Vcs-Browser: http://anonscm.debian.org/viewvc/debian-med/trunk/packages/R/r-cran-optparse/trunk/ +Standards-Version: 3.9.8 +Vcs-Browser: https://anonscm.debian.org/viewvc/debian-med/trunk/packages/R/r-cran-optparse/trunk/ Vcs-Svn: svn://anonscm.debian.org/debian-med/trunk/packages/R/r-cran-optparse/trunk/ -Homepage: http://cran.r-project.org/web/packages/optparse/ +Homepage: https://cran.r-project.org/package=optparse Package: r-cran-optparse Architecture: all Depends: ${shlibs:Depends}, ${misc:Depends}, - ${R:Depends}, - r-cran-getopt + ${R:Depends} +Recommends: ${R:Recommends} +Suggests: ${R:Suggests} Description: GNU/R Command line option parser A command line parser inspired by Python's 'optparse' library to be used with Rscript to write "#!" shebang scripts that accept short and diff --git a/debian/copyright b/debian/copyright index 17d3c51..998e91c 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: optparse Upstream-Contact: Trevor L Davis <[email protected]> -Source: http://cran.r-project.org/src/contrib/ +Source: https://cran.r-project.org/package=optparse Files: * -Copyright: 2011-2013 Trevor L Davis <[email protected]> +Copyright: 2011-2016 Trevor L Davis <[email protected]> License: GPL-2.0+ Files: debian/* -Copyright: 2014 Andreas Tille <[email protected]> +Copyright: 2014-2016 Andreas Tille <[email protected]> License: GPL-2.0+ Files: R/optparse.R @@ -199,7 +199,7 @@ Comment: On Fri, 21 Mar 2014, Trevor Davis wrote at http://directory.fsf.org/wiki/License:Python1.6b1 . because it had an overly strong "governed in Virginia" clause but I'm using - the version of the CNRI which was weakened enough to satisify the FSF lawyers. + the version of the CNRI which was weakened enough to satisfy the FSF lawyers. License: GPL-2.0+ This package is free software; you can redistribute it and/or modify diff --git a/debian/rules b/debian/rules index 1f22180..68d9a36 100755 --- a/debian/rules +++ b/debian/rules @@ -1,4 +1,4 @@ #!/usr/bin/make -f -# -*- makefile -*- -include /usr/share/R/debian/r-cran.mk +%: + dh $@ --buildsystem R -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/r-cran-optparse.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
