[r-cran-rsdmx] 04/09: Switch from cdbs to dh-r
Andreas Tille
tille at debian.org
Wed Jan 25 08:07:01 UTC 2017
This is an automated email from the git hooks/post-receive script.
tille pushed a commit to branch master
in repository r-cran-rsdmx.
commit f962554e48bf744a1b1fbadc0049bda24ecba607
Author: Andreas Tille <tille at debian.org>
Date: Wed Jan 25 08:35:01 2017 +0100
Switch from cdbs to dh-r
---
debian/changelog | 1 +
debian/control | 9 ++++-----
debian/rules | 3 ++-
3 files changed, 7 insertions(+), 6 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 9ab685a..ea9db75 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ r-cran-rsdmx (0.5.7+dfsg-1) UNRELEASED; urgency=medium
* Team upload.
* New upstream version
* cme fix dpkg-control
+ * Switch from cdbs to dh-r
-- Andreas Tille <tille at debian.org> Wed, 25 Jan 2017 08:32:36 +0100
diff --git a/debian/control b/debian/control
index e1c7f97..2afe3e5 100644
--- a/debian/control
+++ b/debian/control
@@ -5,7 +5,7 @@ Section: gnu-r
Priority: optional
Build-Depends: debhelper (>= 10),
r-base-dev,
- cdbs,
+ dh-r,
r-cran-xml,
r-cran-rcurl,
r-cran-plyr
@@ -17,10 +17,9 @@ Homepage: http://cran.r-project.org/web/packages/rsdmx/index.html
Package: r-cran-rsdmx
Architecture: all
Depends: ${misc:Depends},
- ${R:Depends},
- r-cran-xml,
- r-cran-rcurl,
- r-cran-plyr
+ ${R:Depends}
+Recommends: ${R:Recommends}
+Suggests: ${R:Suggests}
Description: GNU R package for the Statistical Data and Metadata Exchange (SDMX) framework
This package provides a set of classes and methods to read data and metadata
documents exchanged through the Statistical Data and Metadata Exchange (SDMX)
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-rsdmx.git
More information about the debian-science-commits
mailing list