[r-cran-mlbench] 03/07: Convert packaging from cdbs to dh-r

Andreas Tille tille at debian.org
Sat Oct 21 15:07:18 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-mlbench.

commit 89a74ce275d1a3bb1cf3ecc2bf74de6823764ad5
Author: Andreas Tille <tille at debian.org>
Date:   Sat Oct 21 16:48:27 2017 +0200

    Convert packaging from cdbs to dh-r
---
 debian/changelog | 1 +
 debian/control   | 5 +++--
 debian/rules     | 4 +++-
 3 files changed, 7 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index ffe2571..3145285 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ r-cran-mlbench (2.1-1-2) UNRELEASED; urgency=medium
   * Moved packaging from SVN to Git
   * Standards-Version: 4.1.1
   * debhelper 10
+  * Convert packaging from cdbs to dh-r
 
  -- Andreas Tille <tille at debian.org>  Sat, 21 Oct 2017 16:42:52 +0200
 
diff --git a/debian/control b/debian/control
index 46034e2..27809b6 100644
--- a/debian/control
+++ b/debian/control
@@ -4,8 +4,7 @@ Uploaders: Andreas Tille <tille at debian.org>
 Section: gnu-r
 Priority: optional
 Build-Depends: debhelper (>= 10),
-               cdbs,
-               r-base-dev (>= 3.0.0)
+               dh-r
 Standards-Version: 4.1.1
 Vcs-Browser: https://anonscm.debian.org/cgit/debian-science/packages/r-cran-mlbench.git
 Vcs-Git: https://anonscm.debian.org/git/debian-science/packages/r-cran-mlbench.git
@@ -16,6 +15,8 @@ Architecture: any
 Depends: ${shlibs:Depends},
          ${misc:Depends},
          ${R:Depends}
+Recommends: ${R:Recommends}
+Suggests: ${R:Suggests}
 Description: GNU R Machine Learning Benchmark Problems
  This GNU R package provices a collection of artificial and real-world
  machine learning benchmark problems, including, e.g., several data sets
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-science/packages/r-cran-mlbench.git



More information about the debian-science-commits mailing list