This is an automated email from the git hooks/post-receive script. misterc-guest pushed a commit to branch master in repository r-cran-future.
commit 256fcce6167bf863236dd4e1a58aeea2bfa95e39 Author: Michael R. Crusoe <[email protected]> Date: Sat Jun 25 16:58:40 2016 -0700 initial Debianization --- debian/changelog | 5 +++++ debian/compat | 1 + debian/control | 28 ++++++++++++++++++++++++++++ debian/copyright | 19 +++++++++++++++++++ debian/rules | 4 ++++ debian/source/format | 1 + debian/watch | 7 +++++++ 7 files changed, 65 insertions(+) diff --git a/debian/changelog b/debian/changelog new file mode 100644 index 0000000..6c22de1 --- /dev/null +++ b/debian/changelog @@ -0,0 +1,5 @@ +r-cran-future (1.0.0-1) UNRELEASED; urgency=medium + + * Initial release. (Closes: #828197) + + -- Michael R. Crusoe <[email protected]> Sat, 25 Jun 2016 13:58:30 -0700 diff --git a/debian/compat b/debian/compat new file mode 100644 index 0000000..ec63514 --- /dev/null +++ b/debian/compat @@ -0,0 +1 @@ +9 diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..a775b12 --- /dev/null +++ b/debian/control @@ -0,0 +1,28 @@ +Source: r-cran-future +Maintainer: Debian Med Packaging Team <[email protected]> +Uploaders: Michael R. Crusoe <[email protected]> +Section: gnu-r +Priority: optional +Build-Depends: debhelper (>= 9), + cdbs, + r-base-dev, + r-cran-digest, + r-cran-globals, + r-cran-listenv +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/debian-med/r-cran-future.git + +Package: r-cran-future +Architecture: any +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 + resolved. As soon as it is resolved, the value is available. Futures are + 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/copyright b/debian/copyright new file mode 100644 index 0000000..9460da7 --- /dev/null +++ b/debian/copyright @@ -0,0 +1,19 @@ +Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: future +Source: https://github.com/HenrikBengtsson/future + +Files: * +Copyright: Henrik Bengtsson <[email protected]> +License: LGPL-2.1+ + +Files: debian/* +Copyright: © 2016 Michael R. Crusoe <[email protected]> +License: LGPL-2.1+ + +License: LGPL-2.1+ + This code may be freely distributed and modified under the + terms of the GNU Lesser General Public Licence. This should + be distributed with the code. + . + On Debian systems, the complete text of the GNU Lesser General Public + License can be found in `/usr/share/common-licenses/LGPL-2.1'. diff --git a/debian/rules b/debian/rules new file mode 100755 index 0000000..71809fc --- /dev/null +++ b/debian/rules @@ -0,0 +1,4 @@ +#!/usr/bin/make -f + +debRreposname=cran +include /usr/share/R/debian/r-cran.mk diff --git a/debian/source/format b/debian/source/format new file mode 100644 index 0000000..163aaf8 --- /dev/null +++ b/debian/source/format @@ -0,0 +1 @@ +3.0 (quilt) diff --git a/debian/watch b/debian/watch new file mode 100644 index 0000000..0084dc0 --- /dev/null +++ b/debian/watch @@ -0,0 +1,7 @@ +version=3 + +# Uncomment to find new files on Github +# - when using releases: +https://github.com/HenrikBengtsson/future/releases .*/archive/(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz) +# if you need to repack and choose +dfsg prefix +# opts="repacksuffix=+dfsg,dversionmangle=s/\+dfsg//g,compress=xz" \ -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/r-cran-future.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
