[med-svn] [r-cran-futile.options] 10/10: Convert from cdbs to dh-r
Andreas Tille
tille at debian.org
Thu Sep 28 16:07:40 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-futile.options.
commit f6d07a8ee9e8e4c67026cf1116c42ad5a051ae40
Author: Andreas Tille <tille at debian.org>
Date: Thu Sep 28 20:05:18 2017 +0200
Convert from cdbs to dh-r
---
debian/changelog | 1 +
debian/control | 7 ++++---
debian/rules | 4 +++-
3 files changed, 8 insertions(+), 4 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 17d160c..da048ef 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ r-cran-futile.options (1.0.0-3) UNRELEASED; urgency=medium
* Move packaging from SVN to Git
* debhelper 10
* Standards-Version: 4.1.0 (no changes needed)
+ * Convert from cdbs to dh-r
-- Andreas Tille <tille at debian.org> Thu, 28 Sep 2017 19:58:13 +0200
diff --git a/debian/control b/debian/control
index 3d04c7d..48c1e0a 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
Standards-Version: 4.1.0
Vcs-Browser: https://anonscm.debian.org/cgit/debian-med/r-cran-futile.options.git
Vcs-Git: https://anonscm.debian.org/git/debian-med/r-cran-futile.options.git
@@ -13,8 +13,9 @@ Homepage: http://cran.r-project.org/web/packages/futile.options
Package: r-cran-futile.options
Architecture: all
-Depends: ${shlibs:Depends},
+Depends: ${R:Depends},
${misc:Depends},
- ${R:Depends}
+Recommends: ${R:Recommends}
+Suggests: ${R:Suggests}
Description: GNU R futile options management
This GNU R package provides a scoped options management framework.
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-futile.options.git
More information about the debian-med-commit
mailing list