[med-svn] [r-cran-rglwidget] 02/06: Convert packaging from cdbs to dh-r
Andreas Tille
tille at debian.org
Mon Oct 2 10:38:12 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-rglwidget.
commit 0dc529277452a57ca82a4caccdcb82b0ab4542c4
Author: Andreas Tille <tille at debian.org>
Date: Mon Oct 2 12:27:43 2017 +0200
Convert packaging from cdbs to dh-r
---
debian/changelog | 1 +
debian/control | 15 +++++----------
debian/rules | 4 +++-
3 files changed, 9 insertions(+), 11 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 060b6e7..53a1385 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ r-cran-rglwidget (0.2.1-2) UNRELEASED; urgency=medium
* Moved packaging from SVN to Git
* debhelper 10
+ * Convert packaging from cdbs to dh-r
-- Andreas Tille <tille at debian.org> Mon, 02 Oct 2017 12:25:31 +0200
diff --git a/debian/control b/debian/control
index 0452839..6c105e7 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,7 @@ Uploaders: Andreas Tille <tille at debian.org>
Section: gnu-r
Priority: optional
Build-Depends: debhelper (>= 10),
- cdbs,
+ dh-r,
r-base-dev,
r-cran-htmlwidgets,
r-cran-htmltools,
@@ -20,15 +20,10 @@ Homepage: https://cran.r-project.org/web/packages/rglwidget
Package: r-cran-rglwidget
Architecture: all
-Depends: ${misc:Depends},
- ${R:Depends},
- r-cran-htmlwidgets,
- r-cran-htmltools,
- r-cran-knitr,
- r-cran-jsonlite,
- r-cran-shiny,
- r-cran-magrittr,
- r-cran-rgl
+Depends: ${R:Depends},
+ ${misc:Depends}
+Recommends: ${R:Recommends}
+Suggests: ${R:Suggests}
Description: GNU R 'rgl' in 'htmlwidgets' Framework
This GNU R package provides an 'htmlwidgets' (framework for creating
HTML widgets that render in various contexts) framework for the 'rgl'
diff --git a/debian/rules b/debian/rules
index 2fbba2d..529c38a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,3 +1,5 @@
#!/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-rglwidget.git
More information about the debian-med-commit
mailing list