[r-cran-conting] 03/06: Convert to debhelper
Andreas Tille
tille at debian.org
Tue Nov 15 16:52:06 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-conting.
commit 4e0fcafbfa738069c937d5e3804315047f12d3d0
Author: Andreas Tille <tille at debian.org>
Date: Tue Nov 15 17:45:33 2016 +0100
Convert to debhelper
---
debian/changelog | 1 +
debian/control | 10 +++-------
debian/rules | 4 ++--
3 files changed, 6 insertions(+), 9 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 7c01cf7..d393a32 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ r-cran-conting (1.6-1) UNRELEASED; urgency=medium
* Non-maintainer upload.
* New upstream version
+ * Convert to debhelper
-- Andreas Tille <tille at debian.org> Tue, 15 Nov 2016 17:42:54 +0100
diff --git a/debian/control b/debian/control
index bd4d3eb..275bdcc 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,7 @@ Uploaders: Jonathon Love <jon at thon.cc>
Section: gnu-r
Priority: optional
Build-Depends: debhelper (>= 9),
- cdbs,
+ dh-r,
r-base-dev,
r-cran-mvtnorm,
r-cran-bms,
@@ -20,12 +20,8 @@ Package: r-cran-conting
Architecture: all
Depends: ${R:Depends},
${misc:Depends},
- r-base,
- r-cran-mvtnorm,
- r-cran-bms,
- r-cran-gtools,
- r-cran-tseries,
- r-cran-coda
+Recommends: ${R:Recommends}
+Suggests: ${R:Suggests}
Description: GNU R package for Bayesian analysis of contingency tables
r-cran-conting is a GNU Package for Bayesian analysis of complete and
incomplete contingency tables.
diff --git a/debian/rules b/debian/rules
index 935f37f..68d9a36 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,4 +1,4 @@
#!/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-conting.git
More information about the debian-science-commits
mailing list