This is an automated email from the git hooks/post-receive script. tille pushed a commit to branch master in repository r-cran-gtable.
commit 4f97f4e09612d79f459d33cda622e19cd2dfb1ff Author: Andreas Tille <[email protected]> Date: Fri Sep 29 09:24:45 2017 +0200 Convert from cdbs to dh-r --- debian/changelog | 1 + debian/control | 10 +++++----- debian/rules | 9 +++++---- 3 files changed, 11 insertions(+), 9 deletions(-) diff --git a/debian/changelog b/debian/changelog index 92bf68e..c774940 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,7 @@ r-cran-gtable (0.2.0-2) UNRELEASED; urgency=medium * Move packaging from SVN to Git * Rename source package to match name of binary package + * Convert from cdbs to dh-r -- Andreas Tille <[email protected]> Fri, 29 Sep 2017 09:21:31 +0200 diff --git a/debian/control b/debian/control index ca3b1d6..999fa3c 100644 --- a/debian/control +++ b/debian/control @@ -4,7 +4,7 @@ Uploaders: Andreas Tille <[email protected]> Section: gnu-r Priority: optional Build-Depends: debhelper (>= 9.0.0), - cdbs, + dh-r, r-base-dev Standards-Version: 3.9.8 Vcs-Browser: https://anonscm.debian.org/cgit/debian-med/r-cran-gtable.git @@ -13,10 +13,10 @@ Homepage: https://cran.r-project.org/package=gtable Package: r-cran-gtable Architecture: all -Depends: ${shlibs:Depends}, - ${misc:Depends}, - ${R:Depends} -Suggests: r-cran-plyr +Depends: ${R:Depends}, + ${misc:Depends} +Recommends: ${R:Recommends} +Suggests: ${R:Suggests} Description: Arrange grobs in tables A grob table captures all the information needed to layout grobs in a table structure. It supports row and column spanning, offers some diff --git a/debian/rules b/debian/rules index 8c50502..7215477 100755 --- a/debian/rules +++ b/debian/rules @@ -1,7 +1,8 @@ #!/usr/bin/make -f -# -*- makefile -*- -include /usr/share/R/debian/r-cran.mk +%: + dh $@ --buildsystem R -install/$(package):: - chmod 644 debian/$(package)/usr/lib/R/site-library/$(cranName)/INDEX +override_dh_install: + dh_install + find debian -name INDEX -exec chmod -x \{\} \; -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/r-cran-gtable.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
