[med-svn] [r-cran-future] 01/01: convert to dh-r

Michael Crusoe misterc-guest at moszumanska.debian.org
Thu Nov 10 12:43:17 UTC 2016


This is an automated email from the git hooks/post-receive script.

misterc-guest pushed a commit to tag debian/1.1.1-1
in repository r-cran-future.

commit e5b2f46eeaedc0c1c08359f9cea5732ea094ef8c
Author: Michael R. Crusoe <michael.crusoe at gmail.com>
Date:   Thu Nov 10 04:28:45 2016 -0800

    convert to dh-r
---
 debian/changelog |  1 +
 debian/control   | 16 +++-------------
 debian/rules     |  4 ++--
 3 files changed, 6 insertions(+), 15 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index c4ad9ba..808caba 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ r-cran-future (1.1.1-1) unstable; urgency=medium
 
   * new upstream release
   * Fix VCS URL
+  * Convert to dh-r packaging
 
  -- Michael R. Crusoe <michael.crusoe at gmail.com>  Thu, 10 Nov 2016 02:54:07 -0800
 
diff --git a/debian/control b/debian/control
index 21ea5b4..002ff4d 100644
--- a/debian/control
+++ b/debian/control
@@ -3,13 +3,7 @@ Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.
 Uploaders: Michael R. Crusoe <michael.crusoe at gmail.com>
 Section: gnu-r
 Priority: optional
-Build-Depends: debhelper (>= 9),
-               cdbs,
-               r-base-dev,
-               r-cran-digest,
-               r-cran-globals,
-               r-cran-listenv,
-               r-cran-codetools
+Build-Depends: debhelper (>= 9), r-base-dev, r-cran-digest, r-cran-globals, r-cran-listenv, r-cran-codetools, dh-r
 Standards-Version: 3.9.8
 Homepage: https://github.com/HenrikBengtsson/future
 Vcs-Browser: https://anonscm.debian.org/cgit/debian-med/r-cran-future.git
@@ -17,12 +11,7 @@ Vcs-Git: https://anonscm.debian.org/git/debian-med/r-cran-future.git
 
 Package: r-cran-future
 Architecture: all
-Depends: ${R:Depends},
-         ${misc:Depends},
-         r-cran-digest,
-         r-cran-globals,
-         r-cran-listenv,
-         r-cran-codetools
+Depends: ${R:Depends}, ${misc:Depends}, ${shlibs:Depends}
 Description: R package: A Future API for R
  In programming, a future is an abstraction for a value that may be available
  at some point in the future. The state of a future can either be unresolved or
@@ -30,3 +19,4 @@ Description: R package: A Future API for R
  useful constructs in for instance concurrent evaluation, e.g. parallel
  processing and distributed processing on compute clusters. The purpose of this
  package is to provide a lightweight interface for using futures in R.
+
diff --git a/debian/rules b/debian/rules
index 71809fc..68d9a36 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,4 +1,4 @@
 #!/usr/bin/make -f
 
-debRreposname=cran
-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-future.git



More information about the debian-med-commit mailing list