diff -Nru r-cran-gridextra-2.3/debian/changelog r-cran-gridextra-2.3/debian/changelog --- r-cran-gridextra-2.3/debian/changelog 2018-06-21 21:52:38.000000000 +0000 +++ r-cran-gridextra-2.3/debian/changelog 2018-06-03 13:36:51.000000000 +0000 @@ -1,3 +1,16 @@ +r-cran-gridextra (2.3-2) unstable; urgency=medium + + * Rebuilding for R 3.5.0 transition + + * debian/control: Set Build-Depends: to current R version + * debian/control: Set Build-Depends: to 'debhelper (>= 10)' + * debian/control: Set Standards-Version: to current version + * debian/control: Add Vcs-Browser: and Vcs-Git: + * debian/control: Switch from cdbs to dh-r + * debian/rules: Idem + + -- Dirk Eddelbuettel Sun, 03 Jun 2018 08:36:51 -0500 + r-cran-gridextra (2.3-1.1) unstable; urgency=medium * Non-maintainer upload. diff -Nru r-cran-gridextra-2.3/debian/control r-cran-gridextra-2.3/debian/control --- r-cran-gridextra-2.3/debian/control 2018-06-21 21:52:38.000000000 +0000 +++ r-cran-gridextra-2.3/debian/control 2018-06-03 13:34:23.000000000 +0000 @@ -2,8 +2,11 @@ Section: gnu-r Priority: optional Maintainer: Dirk Eddelbuettel -Build-Depends: debhelper (>= 7.0.0), r-base-dev (>= 3.4.1), cdbs, r-cran-gtable -Standards-Version: 4.0.0 +Build-Depends: debhelper (>= 10), r-base-dev (>= 3.5.0), dh-r, r-cran-gtable +Standards-Version: 4.1.4 +Vcs-Browser: https://salsa.debian.org/edd/r-cran-gridextra +Vcs-Git: https://salsa.debian.org/edd/r-cran-gridextra.git +Homepage: https://cran.r-project.org/package=gridextra Package: r-cran-gridextra Architecture: all diff -Nru r-cran-gridextra-2.3/debian/rules r-cran-gridextra-2.3/debian/rules --- r-cran-gridextra-2.3/debian/rules 2018-06-21 21:52:38.000000000 +0000 +++ r-cran-gridextra-2.3/debian/rules 2018-06-03 13:33:25.000000000 +0000 @@ -1,7 +1,8 @@ #!/usr/bin/make -f # -*- makefile -*- # debian/rules file for the Debian/GNU Linux r-cran-gridextra package -# Copyright 2003-2015 by Dirk Eddelbuettel +# Copyright 2003 - 2018 by Dirk Eddelbuettel -include /usr/share/R/debian/r-cran.mk +%: + dh $@ --buildsystem R diff -Nru r-cran-gridextra-2.3/debian/source/format r-cran-gridextra-2.3/debian/source/format --- r-cran-gridextra-2.3/debian/source/format 2018-06-21 21:52:38.000000000 +0000 +++ r-cran-gridextra-2.3/debian/source/format 2013-09-06 11:05:46.000000000 +0000 @@ -1 +1 @@ -1.0 +3.0 (quilt)