[r-cran-pbapply] 03/06: Convert to debhelper
Andreas Tille
tille at debian.org
Wed Nov 9 16:35:35 UTC 2016
This is an automated email from the git hooks/post-receive script.
tille pushed a commit to tag debian/1.3-1-1
in repository r-cran-pbapply.
commit 59e3595901ee1a81aa3419b2350a379be1d8ff3e
Author: Andreas Tille <tille at debian.org>
Date: Wed Nov 9 17:27:14 2016 +0100
Convert to debhelper
---
debian/changelog | 1 +
debian/control | 7 ++++---
debian/rules | 4 ++--
3 files changed, 7 insertions(+), 5 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index ceab984..e245fa5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ r-cran-pbapply (1.3-1-1) UNRELEASED; urgency=medium
* Team upload.
* New upstream version
+ * Convert to debhelper
-- Andreas Tille <tille at debian.org> Wed, 09 Nov 2016 17:25:43 +0100
diff --git a/debian/control b/debian/control
index 07825ee..0db7e9c 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
Standards-Version: 3.9.6
Vcs-Browser: https://anonscm.debian.org/cgit/debian-science/packages/r-cran-pbapply.git
@@ -14,8 +14,9 @@ Homepage: http://cran.r-project.org/package=pbapply
Package: r-cran-pbapply
Architecture: all
Depends: ${R:Depends},
- ${misc:Depends},
- r-base
+ ${misc:Depends}
+Recommends: ${R:Recommends}
+Suggests: ${R:Suggests}
Description: GNU R package providing progress bars for vectorized R functions
The r-cran-pbapply package is a GNU R package providing progress bars
for vectorized R functions.
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-pbapply.git
More information about the debian-science-commits
mailing list