[med-svn] [r-cran-fastmatch] 05/11: Convert packaging from cdbs to dh-r
Andreas Tille
tille at debian.org
Mon Oct 23 17:38:09 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-fastmatch.
commit 6de77e072a092251e5f67b04c733a935baa0ce5c
Author: Andreas Tille <tille at debian.org>
Date: Mon Oct 23 19:29:09 2017 +0200
Convert packaging from cdbs to dh-r
---
debian/changelog | 1 +
debian/control | 5 +++--
debian/rules | 6 ++----
3 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index e6fbec1..2d22756 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ r-cran-fastmatch (1.1-0-1) UNRELEASED; urgency=medium
* Team upload
* New upstream version
* Secure URI in watch file
+ * Convert packaging from cdbs to dh-r
-- Andreas Tille <tille at debian.org> Mon, 23 Oct 2017 19:24:08 +0200
diff --git a/debian/control b/debian/control
index d82560b..0073e99 100644
--- a/debian/control
+++ b/debian/control
@@ -4,8 +4,7 @@ Uploaders: Alba Crespi <crespialba+debian at gmail.com>
Section: gnu-r
Priority: optional
Build-Depends: debhelper (>= 9),
- r-base-dev (>= 3.0.0),
- cdbs
+ dh-r
Standards-Version: 3.9.6
Vcs-Browser: https://anonscm.debian.org/cgit/debian-med/r-cran-fastmatch.git
Vcs-Git: git://anonscm.debian.org/debian-med/r-cran-fastmatch.git
@@ -16,6 +15,8 @@ Architecture: any
Depends: ${shlibs:Depends},
${misc:Depends},
${R:Depends}
+Recommends: ${R:Recommends}
+Suggests: ${R:Suggests}
Description: GNU R package for fast match replacement for repeated look-ups
This R package provides a fast match replacement for cases that
require repeated look-ups. Extremely fast after the first lookup
diff --git a/debian/rules b/debian/rules
index e5aeb4f..68d9a36 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,6 +1,4 @@
#!/usr/bin/make -f
-include /usr/share/R/debian/r-cran.mk
-
-DEB_INSTALL_CHANGELOGS_ALL = NEWS
-DEB_INSTALL_DOCS_ALL = -XNEWS
+%:
+ dh $@ --buildsystem R
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/r-cran-fastmatch.git
More information about the debian-med-commit
mailing list