[r-cran-profilemodel] 04/06: Convert from cdbs to dh-r
Andreas Tille
tille at debian.org
Fri Sep 29 08:40:08 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-profilemodel.
commit 6e0153542d4689ff96473994d7e1891599ae5bb2
Author: Andreas Tille <tille at debian.org>
Date: Fri Sep 29 10:35:40 2017 +0200
Convert from cdbs to dh-r
---
debian/changelog | 1 +
debian/control | 6 ++++--
debian/rules | 4 ++--
3 files changed, 7 insertions(+), 4 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 3be49bf..5322c11 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,7 @@ r-cran-profilemodel (0.5-9-2) UNRELEASED; urgency=medium
* Add missing Vcs fields
* cme fix dpkg-control
* debhelper 10
+ * Convert from cdbs to dh-r
-- Andreas Tille <tille at debian.org> Fri, 29 Sep 2017 10:32:16 +0200
diff --git a/debian/control b/debian/control
index ae72aa2..02342a7 100644
--- a/debian/control
+++ b/debian/control
@@ -6,7 +6,7 @@ Priority: optional
Build-Depends: r-base-dev,
r-base-core,
debhelper (>= 10),
- cdbs
+ dh-r
Standards-Version: 4.1.0
Vcs-Browser: https://anonscm.debian.org/cgit/debian-science/packages/r-cran-plotrix.git
Vcs-Git: https://anonscm.debian.org/git/debian-science/packages/r-cran-plotrix.git
@@ -14,8 +14,10 @@ Homepage: http://www.ucl.ac.uk/~ucakiko/index.html
Package: r-cran-profilemodel
Architecture: all
-Depends: r-base-core,
+Depends: ${misc:Depends},
${R:Depends}
+Recommends: ${R:Recommends}
+Suggests: ${R:Suggests}
Description: GNU R tools for profiling inference functions
profileModel provides tools that can be used to calculate, evaluate,
plot and use for inference the profiles of *arbitrary* inference
diff --git a/debian/rules b/debian/rules
index 1f22180..68d9a36 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,4 +1,4 @@
#!/usr/bin/make -f
-# -*- makefile -*-
-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-profilemodel.git
More information about the debian-science-commits
mailing list