[r-cran-caret] 06/11: Convert to dh-r
Andreas Tille
tille at debian.org
Tue Nov 29 13:35:56 UTC 2016
This is an automated email from the git hooks/post-receive script.
tille pushed a commit to branch master
in repository r-cran-caret.
commit 48200edeff567db92e2ce92358050c423767821f
Author: Andreas Tille <tille at debian.org>
Date: Tue Nov 29 14:22:18 2016 +0100
Convert to dh-r
---
debian/changelog | 1 +
debian/control | 13 +++----------
debian/rules | 5 +++--
3 files changed, 7 insertions(+), 12 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index c17bde9..39f80d3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,7 @@ r-cran-caret (6.0-73+dfsg1-1) UNRELEASED; urgency=medium
* cme fix dpkg-control
* Remove redundant Build-Depends: r-base-core
* Enhance description
+ * Convert to dh-r
-- Andreas Tille <tille at debian.org> Tue, 29 Nov 2016 14:09:27 +0100
diff --git a/debian/control b/debian/control
index 21acb3d..2fb450f 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,7 @@ Uploaders: Balint Reczey <balint at balintreczey.hu>
Section: gnu-r
Priority: optional
Build-Depends: debhelper (>= 9),
- cdbs,
+ dh-r,
r-base-dev,
r-cran-lattice,
r-cran-ggplot2,
@@ -23,16 +23,9 @@ Package: r-cran-caret
Architecture: any
Depends: ${shlibs:Depends},
${misc:Depends},
- r-base-core,
- r-cran-lattice,
- r-cran-ggplot2,
- r-cran-car,
- r-cran-reshape2,
- r-cran-foreach,
- r-cran-plyr,
- r-cran-nlme,
- r-cran-bradleyterry2,
${R:Depends}
+Recommends: ${R:Recommends}
+Suggests: ${R:Suggests}
Description: GNU R package for classification and regression training
This GNU R package provides misc functions for training and plotting
classification and regression models.
diff --git a/debian/rules b/debian/rules
index 5ae51c8..68d9a36 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,3 +1,4 @@
#!/usr/bin/make -f
-debRreposname := cran
-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-caret.git
More information about the debian-science-commits
mailing list