[med-svn] [r-cran-g.data] 02/02: Convert from cdbs to dh-r
Andreas Tille
tille at debian.org
Thu Oct 19 10:59:27 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-g.data.
commit f2194d90e292f26e74f66cdef15487b503258659
Author: Andreas Tille <tille at debian.org>
Date: Thu Oct 19 12:59:20 2017 +0200
Convert from cdbs to dh-r
---
debian/changelog | 1 +
debian/control | 10 +++++-----
debian/rules | 3 ++-
3 files changed, 8 insertions(+), 6 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 0b953d8..eaeb8c8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ r-cran-g.data (2.4-2) UNRELEASED; urgency=medium
* Moved packaging from SVN to Git
* Standards-Version: 4.1.1
+ * Convert from cdbs to dh-r
-- Andreas Tille <tille at debian.org> Thu, 19 Oct 2017 12:57:51 +0200
diff --git a/debian/control b/debian/control
index bbf66aa..04a5b64 100644
--- a/debian/control
+++ b/debian/control
@@ -6,8 +6,7 @@ Section: gnu-r
Testsuite: autopkgtest
Priority: optional
Build-Depends: debhelper (>= 9),
- cdbs,
- r-base-dev
+ dh-r
Standards-Version: 4.1.1
Vcs-Browser: https://anonscm.debian.org/cgit/debian-med/r-cran-g.data.git
Vcs-Git: https://anonscm.debian.org/git/debian-med/r-cran-g.data.git
@@ -15,9 +14,10 @@ Homepage: http://cran.r-project.org/web/packages/g.data
Package: r-cran-g.data
Architecture: all
-Depends: ${R:Depends},
- ${shlibs:Depends},
- r-base-core
+Depends: ${misc:Depends},
+ ${R:Depends}
+Recommends: ${R:Recommends}
+Suggests: ${R:Suggests}
Description: GNU R package for delayed-data
g.data creates and maintains delayed-data packages (DDP's). Data
stored in a DDP are available on demand, but do not take up memory
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-g.data.git
More information about the debian-med-commit
mailing list