[r-cran-qvcalc] 06/10: Convert to dh-r
Andreas Tille
tille at debian.org
Tue Nov 29 13:06:14 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-qvcalc.
commit b01aa398d1c9b43dd0fa6fecb8deb34a5e42902e
Author: Andreas Tille <tille at debian.org>
Date: Tue Nov 29 13:58:18 2016 +0100
Convert 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 7312cd0..600836e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,7 @@ r-cran-qvcalc (0.9-0-1) UNRELEASED; urgency=medium
* cme fix dpkg-control
* Enhance description
* Remove redundant Build-Depends: r-base-core
+ * Convert to dh-r
-- Andreas Tille <tille at debian.org> Tue, 29 Nov 2016 13:52:21 +0100
diff --git a/debian/control b/debian/control
index 0ba96f0..483d709 100644
--- a/debian/control
+++ b/debian/control
@@ -5,7 +5,7 @@ Section: gnu-r
Priority: optional
Build-Depends: r-base-dev,
debhelper (>= 9),
- cdbs
+ dh-r
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/cgit/debian-science/packages/r-cran-qvcalc.git
Vcs-Git: https://anonscm.debian.org/git/debian-science/packages/r-cran-qvcalc.git
@@ -13,8 +13,10 @@ Homepage: http://warwick.ac.uk/qvcalc
Package: r-cran-qvcalc
Architecture: all
-Depends: r-base-core,
+Depends: ${misc:Depends},
${R:Depends}
+Recommends: ${R:Recommends}
+Suggests: ${R:Suggests}
Description: GNU R quasi variances for factor effects in statistical models
This GNU R package provides functions to compute quasi variances and
associated measures of approximation error in statistical models.
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-qvcalc.git
More information about the debian-science-commits
mailing list