This is an automated email from the git hooks/post-receive script. tille pushed a commit to branch master in repository r-cran-gridbase.
commit edc260d37ee884f008e161d9c22e4e0a06450f96 Author: Andreas Tille <[email protected]> Date: Fri Sep 29 14:54:58 2017 +0200 Convert from cdbs to dh-r --- debian/changelog | 1 + debian/control | 4 +++- debian/rules | 4 +++- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index f56f91c..d4e15c5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,7 @@ r-cran-gridbase (0.4-7-3) UNRELEASED; urgency=medium * Moved packaging from SVN to Git * Standards-Version: 4.1.0 + * Convert from cdbs to dh-r -- Andreas Tille <[email protected]> Fri, 29 Sep 2017 14:49:20 +0200 diff --git a/debian/control b/debian/control index b6bc2a3..75590a3 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), - cdbs, + dh-r, r-base-dev Standards-Version: 4.1.0 Vcs-Browser: https://anonscm.debian.org/cgit/debian-med/r-cran-gridbase.git @@ -15,5 +15,7 @@ Package: r-cran-gridbase Architecture: all Depends: ${misc:Depends}, ${R:Depends} +Recommends: ${R:Recommends} +Suggests: ${R:Suggests} Description: GNU R Integration of base and grid graphics This GNU R package enables integration of base and grid graphics. diff --git a/debian/rules b/debian/rules index 2fbba2d..529c38a 100755 --- a/debian/rules +++ b/debian/rules @@ -1,3 +1,5 @@ #!/usr/bin/make -f -include /usr/share/R/debian/r-cran.mk +%: + dh $@ --buildsystem R + -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/r-cran-gridbase.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
