[r-cran-contfrac] 03/05: Switch to dh-r
Andreas Tille
tille at debian.org
Fri Nov 11 08:19:26 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-contfrac.
commit ee3bef8d7c53e11e4bebb02c5fdc3743c0b947a5
Author: Andreas Tille <tille at debian.org>
Date: Fri Nov 11 09:09:51 2016 +0100
Switch to dh-r
---
debian/changelog | 1 +
debian/control | 8 ++++----
debian/rules | 4 ++--
3 files changed, 7 insertions(+), 6 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 43652da..864e5bb 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ r-cran-contfrac (1.1-10-1) UNRELEASED; urgency=medium
* Team upload
* New upstream version
+ * Switch to dh-r
-- Andreas Tille <tille at debian.org> Fri, 11 Nov 2016 09:07:52 +0100
diff --git a/debian/control b/debian/control
index 8acbeda..38a85c5 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-mass
Standards-Version: 3.9.8
@@ -16,9 +16,9 @@ Package: r-cran-contfrac
Architecture: any
Depends: ${R:Depends},
${shlibs:Depends},
- ${misc:Depends},
- r-base,
- r-cran-mass
+ ${misc:Depends}
+Recommends: ${R:Recommends}
+Suggests: ${R:Suggests}
Description: GNU R package providing various utilities for evaluating continued fractions
The contfrac package is a GNU R package providing various utilities for
evaluating continued fractions.
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-contfrac.git
More information about the debian-science-commits
mailing list