[med-svn] [r-cran-hwriter] 03/06: Convert packaging from cdbs to dh-r
Andreas Tille
tille at debian.org
Fri Oct 20 05:33:16 UTC 2017
This is an automated email from the git hooks/post-receive script.
tille pushed a commit to branch master
in repository r-cran-hwriter.
commit d69859a7c9fe557ca06f7f2a1f9e5092c4226fc7
Author: Andreas Tille <tille at debian.org>
Date: Fri Oct 20 07:26:14 2017 +0200
Convert packaging from cdbs to dh-r
---
debian/changelog | 1 +
debian/control | 8 +++++---
debian/rules | 3 ++-
3 files changed, 8 insertions(+), 4 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index f4c1278..d94b0ca 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ r-cran-hwriter (1.3.2-2) UNRELEASED; urgency=medium
* Moved packaging from SVN to Git
* Standards-Version: 4.1.1
* debhelper 10
+ * Convert packaging from cdbs to dh-r
-- Andreas Tille <tille at debian.org> Fri, 20 Oct 2017 07:22:32 +0200
diff --git a/debian/control b/debian/control
index e34dd2c..d40203e 100644
--- a/debian/control
+++ b/debian/control
@@ -4,8 +4,7 @@ Uploaders: Andreas Tille <tille at debian.org>
Section: gnu-r
Priority: optional
Build-Depends: debhelper (>= 10),
- cdbs,
- r-base-dev
+ dh-r
Standards-Version: 4.1.1
Vcs-Browser: https://anonscm.debian.org/cgit/debian-med/r-cran-hwriter.git
Vcs-Git: https://anonscm.debian.org/git/debian-med/r-cran-hwriter.git
@@ -13,7 +12,10 @@ Homepage: http://cran.r-project.org/web/packages/hwriter
Package: r-cran-hwriter
Architecture: all
-Depends: ${R:Depends}
+Depends: ${misc:Depends},
+ ${R:Depends}
+Recommends: ${R:Recommends}
+Suggests: ${R:Suggests}
Description: HTML Writer - Outputs R objects in HTML format
The GNU R package hwriter provides an easy-to-use and versatile
functions to output R objects in HTML format. It supports advanced
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-med/r-cran-hwriter.git
More information about the debian-med-commit
mailing list