[med-svn] [r-cran-sendmailr] 03/06: Convert from cdbs to dh-r
Andreas Tille
tille at debian.org
Fri Oct 20 12:42:25 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-sendmailr.
commit 5831b7d84c054118c42e95464266ea00a5efabbf
Author: Andreas Tille <tille at debian.org>
Date: Fri Oct 20 14:32:08 2017 +0200
Convert from cdbs to dh-r
---
debian/changelog | 1 +
debian/control | 12 ++++++------
debian/rules | 4 ++--
3 files changed, 9 insertions(+), 8 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 38859d8..84d5104 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,7 @@ r-cran-sendmailr (1.2-1-2) UNRELEASED; urgency=medium
* debhelper 10
* Moved packaging from SVN to Git
* Standards-Version: 4.1.1
+ * Convert from cdbs to dh-r
-- Andreas Tille <tille at debian.org> Fri, 20 Oct 2017 14:30:30 +0200
diff --git a/debian/control b/debian/control
index adf67f6..8d57692 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 (>= 3.0.0),
+ dh-r,
r-cran-base64enc
Standards-Version: 4.1.1
Vcs-Browser: https://anonscm.debian.org/cgit/debian-med/r-cran-sendmailr.git
@@ -13,10 +12,11 @@ Vcs-Git: https://anonscm.debian.org/git/debian-med/r-cran-sendmailr.git
Homepage: http://cran.r-project.org/web/packages/sendmailR/
Package: r-cran-sendmailr
-Architecture: any
-Depends: ${shlibs:Depends},
- ${R:Depends},
- r-cran-base64enc
+Architecture: all
+Depends: ${misc:Depends},
+ ${R:Depends}
+Recommends: ${R:Recommends}
+Suggests: ${R:Suggests}
Description: send email using GNU R
This GNU R package contains a simple SMTP client which provides a
portable solution for sending email, including attachements, from within
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-sendmailr.git
More information about the debian-med-commit
mailing list