This is an automated email from the git hooks/post-receive script. tille pushed a commit to branch master in repository r-cran-adegraphics.
commit f942907b9bb5ac38cab5b0753100c6890ae6a85e Author: Andreas Tille <[email protected]> Date: Thu Dec 22 22:05:09 2016 +0000 * New upstream version * cme fix dpkg-control * Convert to dh-r * Canonical homepage for CRAN * d/watch: version=4 * debhelper 10 * New Build-Depends: r-cran-latticeextra --- debian/changelog | 12 ++++++++++++ debian/compat | 2 +- debian/control | 20 +++++++++----------- debian/copyright | 5 +++-- debian/rules | 3 ++- debian/watch | 2 +- 6 files changed, 28 insertions(+), 16 deletions(-) diff --git a/debian/changelog b/debian/changelog index 088f69f..31a8025 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,15 @@ +r-cran-adegraphics (1.0-6-1) unstable; urgency=medium + + * New upstream version + * cme fix dpkg-control + * Convert to dh-r + * Canonical homepage for CRAN + * d/watch: version=4 + * debhelper 10 + * New Build-Depends: r-cran-latticeextra + + -- Andreas Tille <[email protected]> Thu, 22 Dec 2016 22:40:10 +0100 + r-cran-adegraphics (1.0-5-2) unstable; urgency=medium * Fix test dependencies (thanks to Gordon Ball) diff --git a/debian/compat b/debian/compat index ec63514..f599e28 100644 --- a/debian/compat +++ b/debian/compat @@ -1 +1 @@ -9 +10 diff --git a/debian/control b/debian/control index e1e9293..1888809 100644 --- a/debian/control +++ b/debian/control @@ -3,28 +3,26 @@ Maintainer: Debian Med Packaging Team <[email protected]. Uploaders: Andreas Tille <[email protected]> Section: gnu-r Priority: optional -Build-Depends: debhelper (>= 9), - cdbs, +Build-Depends: debhelper (>= 10), + dh-r, r-base-dev, r-cran-ade4, r-cran-kernsmooth, r-cran-lattice, r-cran-rcolorbrewer, - r-cran-sp (>= 1.1.1) -Standards-Version: 3.9.7 + r-cran-sp, + r-cran-latticeextra +Standards-Version: 3.9.8 Vcs-Browser: https://anonscm.debian.org/viewvc/debian-med/trunk/packages/R/r-cran-adegraphics/trunk/ Vcs-Svn: svn://anonscm.debian.org/debian-med/trunk/packages/R/r-cran-adegraphics/trunk/ -Homepage: https://cran.r-project.org/web/packages/adegraphics/ +Homepage: https://cran.r-project.org/package=adegraphics Package: r-cran-adegraphics Architecture: all Depends: ${misc:Depends}, - ${R:Depends}, - r-cran-ade4, - r-cran-kernsmooth, - r-cran-lattice, - r-cran-rcolorbrewer, - r-cran-sp (>= 1.1.1) + ${R:Depends} +Recommends: ${R:Recommends} +Suggests: ${R:Suggests} Description: GNU R lattice-based package for the representation of multivariate data This GNU R package provides graphical functionalities for the representation of multivariate data. It is a complete re-implementation diff --git a/debian/copyright b/debian/copyright index 6f28254..3a86c48 100644 --- a/debian/copyright +++ b/debian/copyright @@ -1,6 +1,7 @@ -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: adegraphics Upstream-Contact: Aurélie Siberchicot <[email protected]> -Source: https://cran.r-project.org/web/packages/adegraphics/ +Source: https://cran.r-project.org/package=adegraphics Files: * Copyright: 2013-2016 Aurélie Siberchicot <[email protected]> diff --git a/debian/rules b/debian/rules index 2fbba2d..68d9a36 100755 --- a/debian/rules +++ b/debian/rules @@ -1,3 +1,4 @@ #!/usr/bin/make -f -include /usr/share/R/debian/r-cran.mk +%: + dh $@ --buildsystem R diff --git a/debian/watch b/debian/watch index e40d4aa..7a7ec5a 100644 --- a/debian/watch +++ b/debian/watch @@ -1,3 +1,3 @@ -version=3 +version=4 http://cran.r-project.org/src/contrib/adegraphics_([-0-9\.]*).tar.gz -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/r-cran-adegraphics.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
