diff -Nru r-cran-matrixmodels-0.4-1/debian/changelog r-cran-matrixmodels-0.4-1/debian/changelog --- r-cran-matrixmodels-0.4-1/debian/changelog 2017-09-29 19:35:53.000000000 +0000 +++ r-cran-matrixmodels-0.4-1/debian/changelog 2018-06-05 01:51:08.000000000 +0000 @@ -1,3 +1,17 @@ +r-cran-matrixmodels (0.4-1-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/compat: Increase level to 9 + * debian/control: Switch from cdbs to dh-r + * debian/rules: Idem + + -- Dirk Eddelbuettel Mon, 04 Jun 2018 20:51:08 -0500 + r-cran-matrixmodels (0.4-1-1.1) unstable; urgency=medium * Non-maintainer upload. diff -Nru r-cran-matrixmodels-0.4-1/debian/compat r-cran-matrixmodels-0.4-1/debian/compat --- r-cran-matrixmodels-0.4-1/debian/compat 2013-03-23 12:56:42.000000000 +0000 +++ r-cran-matrixmodels-0.4-1/debian/compat 2018-06-05 01:49:03.000000000 +0000 @@ -1 +1 @@ -7 +9 diff -Nru r-cran-matrixmodels-0.4-1/debian/control r-cran-matrixmodels-0.4-1/debian/control --- r-cran-matrixmodels-0.4-1/debian/control 2015-08-18 00:34:03.000000000 +0000 +++ r-cran-matrixmodels-0.4-1/debian/control 2018-06-05 01:50:44.000000000 +0000 @@ -2,8 +2,11 @@ Section: gnu-r Priority: optional Maintainer: Dirk Eddelbuettel -Build-Depends: debhelper (>= 7.0.0), r-base-dev (>= 3.2.2), cdbs, r-cran-matrix -Standards-Version: 3.9.6 +Build-Depends: debhelper (>= 10), r-base-dev (>= 3.5.0), dh-r, r-cran-matrix +Standards-Version: 4.1.4 +Vcs-Browser: https://salsa.debian.org/edd/r-cran-matrixmodels +Vcs-Git: https://salsa.debian.org/edd/r-cran-matrixmodels.git +Homepage: https://cran.r-project.org/package=MatrixModels Package: r-cran-matrixmodels Architecture: all diff -Nru r-cran-matrixmodels-0.4-1/debian/rules r-cran-matrixmodels-0.4-1/debian/rules --- r-cran-matrixmodels-0.4-1/debian/rules 2015-08-18 00:38:15.000000000 +0000 +++ r-cran-matrixmodels-0.4-1/debian/rules 2018-06-05 01:49:14.000000000 +0000 @@ -1,6 +1,7 @@ #!/usr/bin/make -f # -*- makefile -*- # debian/rules file for the Debian/GNU Linux r-cran-matrixmodels package -# Copyright 2003-2015 by Dirk Eddelbuettel +# Copyright 2003 - 2018 by Dirk Eddelbuettel -include /usr/share/R/debian/r-cran.mk +%: + dh $@ --buildsystem R