[med-svn] [r-cran-randomforest] 02/08: Convert from cdbs to dh-r

Andreas Tille tille at debian.org
Fri Oct 20 10:23:29 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-randomforest.

commit 5482198133b0337edc3beb3eb4e7ee88494b428a
Author: Andreas Tille <tille at debian.org>
Date:   Fri Oct 20 12:11:48 2017 +0200

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

diff --git a/debian/changelog b/debian/changelog
index ee2d87a..7dcde2c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ r-cran-randomforest (4.6-12-2) UNRELEASED; urgency=medium
 
   * Moved packaging from SVN to Git
   * Standards-Version: 4.1.1
+  * Convert from cdbs to dh-r
 
  -- Andreas Tille <tille at debian.org>  Fri, 20 Oct 2017 12:09:43 +0200
 
diff --git a/debian/control b/debian/control
index b5d108a..49e9c00 100644
--- a/debian/control
+++ b/debian/control
@@ -5,8 +5,7 @@ Uploaders: Steffen Moeller <moeller at debian.org>,
 Section: gnu-r
 Priority: optional
 Build-Depends: debhelper (>= 9),
-               cdbs,
-               r-base-dev
+               dh-r
 Standards-Version: 4.1.1
 Vcs-Browser: https://anonscm.debian.org/cgit/debian-med/r-cran-randomforest.git
 Vcs-Git: https://anonscm.debian.org/git/debian-med/r-cran-randomforest.git
@@ -15,9 +14,10 @@ Homepage: http://cran.r-project.org/web/packages/randomForest/
 Package: r-cran-randomforest
 Architecture: any
 Depends: ${shlibs:Depends},
-         ${R:Depends}
-Recommends: r-cran-rcolorbrewer
-Suggests: r-cran-mass
+         ${R:Depends},
+         ${misc:Depends},
+Recommends: ${R:Recommends}
+Suggests: ${R:Suggests}
 Description: GNU R package implementing the random forest classificator
  RandomForest implements Breiman’s random forest algorithm (based on Breiman
  and Cutler’s original Fortran code) for classification and regression. It can
diff --git a/debian/rules b/debian/rules
index 5e8c95b..9496691 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,5 +1,6 @@
 #!/usr/bin/make -f
 
-include /usr/share/R/debian/r-cran.mk
+%:
+	dh $@ --buildsystem R
 
-# xvfb-run --auto-servernum --server-args="-screen 0 1024x768x24" 
\ No newline at end of file
+# xvfb-run --auto-servernum --server-args="-screen 0 1024x768x24" 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/r-cran-randomforest.git



More information about the debian-med-commit mailing list