diff -Nru r-cran-forcats-0.3.0/debian/changelog r-cran-forcats-0.3.0/debian/changelog --- r-cran-forcats-0.3.0/debian/changelog 2018-02-23 13:07:18.000000000 +0000 +++ r-cran-forcats-0.3.0/debian/changelog 2018-06-06 01:52:22.000000000 +0000 @@ -1,3 +1,16 @@ +r-cran-forcats (0.3.0-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 Tue, 05 Jun 2018 20:52:22 -0500 + r-cran-forcats (0.3.0-1) unstable; urgency=medium * New upstream release diff -Nru r-cran-forcats-0.3.0/debian/control r-cran-forcats-0.3.0/debian/control --- r-cran-forcats-0.3.0/debian/control 2018-02-23 13:07:18.000000000 +0000 +++ r-cran-forcats-0.3.0/debian/control 2018-06-06 01:51:48.000000000 +0000 @@ -2,9 +2,11 @@ Section: gnu-r Priority: optional Maintainer: Dirk Eddelbuettel -Build-Depends: debhelper (>= 7.0.0), r-base-dev (>= 3.4.3), cdbs, r-cran-tibble, r-cran-magrittr, r-cran-rlang -Standards-Version: 4.1.3 -Homepage: https://github.com/tidyverse/forcats +Build-Depends: debhelper (>= 10), r-base-dev (>= 3.5.0), dh-r, r-cran-tibble, r-cran-magrittr, r-cran-rlang +Standards-Version: 4.1.4 +Vcs-Browser: https://salsa.debian.org/edd/r-cran-forcats +Vcs-Git: https://salsa.debian.org/edd/r-cran-forcats.git +Homepage: https://cran.r-project.org/package=forcats Package: r-cran-forcats Architecture: all diff -Nru r-cran-forcats-0.3.0/debian/rules r-cran-forcats-0.3.0/debian/rules --- r-cran-forcats-0.3.0/debian/rules 2017-10-15 17:20:26.000000000 +0000 +++ r-cran-forcats-0.3.0/debian/rules 2018-06-06 01:52:22.000000000 +0000 @@ -1,6 +1,8 @@ #!/usr/bin/make -f # -*- makefile -*- # debian/rules file for the Debian/GNU Linux r-cran-forcats package -# Copyright 2003-2017 by Dirk Eddelbuettel +# Copyright 2003 - 2018 by Dirk Eddelbuettel + +%: + dh $@ --buildsystem R -include /usr/share/R/debian/r-cran.mk