[med-svn] [r-cran-brew] 03/07: Convert from cdbs to dh-r
Andreas Tille
tille at debian.org
Thu Oct 19 06:47:22 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-brew.
commit aa45ef750c80225c22f5f7c1e6af5d85a5b5f79e
Author: Andreas Tille <tille at debian.org>
Date: Thu Oct 19 08:39:41 2017 +0200
Convert from cdbs to dh-r
---
debian/changelog | 1 +
debian/control | 8 +++++---
debian/rules | 4 ++--
3 files changed, 8 insertions(+), 5 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 2e637da..fb7e0f4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,7 @@ r-cran-brew (1.0-6-2) UNRELEASED; urgency=medium
* cme fix dpkg-control
* Standards-Version: 4.1.1
* debhelper 10
+ * Convert from cdbs to dh-r
-- Andreas Tille <tille at debian.org> Thu, 19 Oct 2017 08:36:46 +0200
diff --git a/debian/control b/debian/control
index 8ee2e29..d12999d 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 (>= 3.0.0)
Standards-Version: 4.1.1
Vcs-Browser: https://anonscm.debian.org/cgit/debian-med/r-cran-brew.git
@@ -12,9 +12,11 @@ Vcs-Git: https://anonscm.debian.org/git/debian-med/r-cran-brew.git
Homepage: http://cran.r-project.org/web/packages/brew/
Package: r-cran-brew
-Architecture: any
-Depends: ${shlibs:Depends},
+Architecture: all
+Depends: ${misc:Depends},
${R:Depends}
+Recommends: ${R:Recommends}
+Suggests: ${R:Suggests}
Description: GNU R templating framework for report generation
The GNU R package brew implements a templating framework for mixing
text and R code for report generation. brew template syntax is similar
diff --git a/debian/rules b/debian/rules
index d643f96..68d9a36 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,4 +1,4 @@
#!/usr/bin/make -f
-# -*- makefile -*-
-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-brew.git
More information about the debian-med-commit
mailing list