[med-svn] [r-cran-future] 04/06: debhelper 10

Andreas Tille tille at debian.org
Fri Dec 9 21:49:07 UTC 2016


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

tille pushed a commit to branch master
in repository r-cran-future.

commit f2c15e6c28445017a111e56cb8c1d51d258fe733
Author: Andreas Tille <tille at debian.org>
Date:   Fri Dec 9 21:56:26 2016 +0100

    debhelper 10
---
 debian/changelog |  1 +
 debian/compat    |  2 +-
 debian/control   | 15 +++++++++++----
 3 files changed, 13 insertions(+), 5 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index e772a37..5d4b505 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ r-cran-future (1.2.0-1) UNRELEASED; urgency=medium
 
   * Team upload.
   * New upstream version
+  * debhelper 10
 
  -- Andreas Tille <tille at debian.org>  Fri, 09 Dec 2016 21:54:02 +0100
 
diff --git a/debian/compat b/debian/compat
index ec63514..f599e28 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-9
+10
diff --git a/debian/control b/debian/control
index 002ff4d..7c58c11 100644
--- a/debian/control
+++ b/debian/control
@@ -3,15 +3,23 @@ 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), r-base-dev, r-cran-digest, r-cran-globals, r-cran-listenv, r-cran-codetools, dh-r
+Build-Depends: debhelper (>= 10),
+               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
 Vcs-Git: https://anonscm.debian.org/git/debian-med/r-cran-future.git
+Homepage: https://github.com/HenrikBengtsson/future
 
 Package: r-cran-future
 Architecture: all
-Depends: ${R:Depends}, ${misc:Depends}, ${shlibs:Depends}
+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
@@ -19,4 +27,3 @@ 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.
-

-- 
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