[r-cran-arm] 05/07: Convert to dh-r
Andreas Tille
tille at debian.org
Tue Nov 29 17:58:23 UTC 2016
This is an automated email from the git hooks/post-receive script.
tille pushed a commit to tag debian/1.9-3-1
in repository r-cran-arm.
commit 2d279a1cfb41fb440e38a576a4a87fc0f1fe22a3
Author: Andreas Tille <tille at debian.org>
Date: Tue Nov 29 18:49:28 2016 +0100
Convert to dh-r
---
debian/changelog | 1 +
debian/control | 13 +++++--------
debian/rules | 3 ++-
3 files changed, 8 insertions(+), 9 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 6514de6..02cf19b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,7 @@ r-cran-arm (1.9-3-1) UNRELEASED; urgency=medium
* New upstream version
* cme fix dpkg-control
* debhelper 10
+ * Convert to dh-r
-- Andreas Tille <tille at debian.org> Tue, 29 Nov 2016 18:42:45 +0100
diff --git a/debian/control b/debian/control
index 777ebb9..ca83a10 100644
--- a/debian/control
+++ b/debian/control
@@ -5,7 +5,7 @@ Section: gnu-r
Priority: optional
Build-Depends: debhelper (>= 10),
r-base-dev (>= 3.0.0),
- cdbs,
+ dh-r,
r-cran-mass,
r-cran-matrix,
r-cran-lme4,
@@ -19,13 +19,10 @@ Homepage: http://cran.r-project.org/web/packages/arm/
Package: r-cran-arm
Architecture: all
-Depends: ${shlibs:Depends},
- ${misc:Depends},
- ${R:Depends},
- r-cran-lme4,
- r-cran-abind,
- r-cran-coda,
- r-cran-nloptr
+Depends: ${misc:Depends},
+ ${R:Depends}
+Recommends: ${R:Recommends}
+Suggests: ${R:Suggests}
Description: Data Analysis Using Regression and Multilevel/Hierarchical Models
R functions for processing 'lm', 'glm', 'svy.glm', 'merMod' and 'polr'
outputs.
diff --git a/debian/rules b/debian/rules
index 2fbba2d..68d9a36 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,3 +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-arm.git
More information about the debian-science-commits
mailing list