[r-cran-wdi] 03/08: Switch from cdbs to dh-r.

Sébastien Villemot sebastien at debian.org
Thu Jun 8 10:50:38 UTC 2017


This is an automated email from the git hooks/post-receive script.

sebastien pushed a commit to branch master
in repository r-cran-wdi.

commit e3a6b361c3600029b8cbc3c3a5726afab5825c26
Author: Sébastien Villemot <sebastien at debian.org>
Date:   Thu Jun 8 12:45:55 2017 +0200

    Switch from cdbs to dh-r.
---
 debian/control | 6 ++++--
 debian/rules   | 3 ++-
 2 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/debian/control b/debian/control
index 2ca3b0e..4c577de 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: gnu-r
 Priority: optional
 Maintainer: Debian Science Team <debian-science-maintainers at lists.alioth.debian.org>
 Uploaders: Sébastien Villemot <sebastien at debian.org>
-Build-Depends: debhelper (>= 10), r-base-dev, cdbs, r-cran-rjson
+Build-Depends: debhelper (>= 10), r-base-dev, dh-r, r-cran-rjson
 Standards-Version: 3.9.4
 Homepage: http://cran.r-project.org/web/packages/WDI/index.html
 Vcs-Git: git://anonscm.debian.org/debian-science/packages/r-cran-wdi.git
@@ -11,7 +11,9 @@ Vcs-Browser: http://anonscm.debian.org/gitweb/?p=debian-science/packages/r-cran-
 
 Package: r-cran-wdi
 Architecture: all
-Depends: ${misc:Depends}, ${R:Depends}, r-cran-rjson
+Depends: ${misc:Depends}, ${R:Depends}
+Recommends: ${R:Recommends}
+Suggests: ${R:Suggests}
 Description: GNU R package for accessing the World Development Indicators
  This package gives access to the World Development Indicators (WDI), a database
  of various development indicators, compiled by the World Bank from
diff --git a/debian/rules b/debian/rules
index 2fbba2d..68d9a36 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,3 +1,4 @@
 #!/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-science/packages/r-cran-wdi.git



More information about the debian-science-commits mailing list