This is an automated email from the git hooks/post-receive script. misterc-guest pushed a commit to branch master in repository r-cran-r.cache.
commit 15ff8b3a0b83b546bda8ff5fc0492456bf6c48cd Author: Michael R. Crusoe <[email protected]> Date: Sat Jun 25 14:15:55 2016 -0700 initial Debianization --- debian/changelog | 5 +++++ debian/compat | 1 + debian/control | 30 ++++++++++++++++++++++++++++++ debian/copyright | 19 +++++++++++++++++++ debian/rules | 4 ++++ debian/source/format | 1 + debian/watch | 7 +++++++ 7 files changed, 67 insertions(+) diff --git a/debian/changelog b/debian/changelog new file mode 100644 index 0000000..1edfccb --- /dev/null +++ b/debian/changelog @@ -0,0 +1,5 @@ +r-cran-r.cache (0.12.0-1) UNRELEASED; urgency=medium + + * Initial release. (Closes: #828184) + + -- 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..48e2e95 --- /dev/null +++ b/debian/control @@ -0,0 +1,30 @@ +Source: r-cran-r.cache +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-r.methodss3, + r-cran-r.oo, + r-cran-r.utils, + r-cran-digest +Standards-Version: 3.9.8 +Homepage: https://github.com/HenrikBengtsson/R.cache +Vcs-Browser: https://anonscm.debian.org/cgit/debian-med/r-cran-r.cache.git +Vcs-Git: https://anonscm.debian.org/debian-med/r-cran-r.cache.git + +Package: r-cran-r.cache +Architecture: any +Depends: ${R:Depends}, + ${misc:Depends}, + ${shlibs:Depends} +Description: R package: Fast and Light-Weight Caching of Objects and Results + Memoization can be used to speed up repetitive and computational expensive + function calls. The first time a function that implements memoization is + called the results are stored in a cache memory. The next time the function is + called with the same set of parameters, the results are momentarily retrieved + from the cache avoiding repeating the calculations. With this package, any R + object can be cached in a key-value storage where the key can be an arbitrary + set of R objects. The cache memory is persistent (on the file system). diff --git a/debian/copyright b/debian/copyright new file mode 100644 index 0000000..e9d8d63 --- /dev/null +++ b/debian/copyright @@ -0,0 +1,19 @@ +Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: R.cache +Source: https://github.com/HenrikBengtsson/R.cache + +Files: * +Copyright: Henrik Bengtsson [aut, cre, cph] +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..4bc632c --- /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/R.cache/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-r.cache.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
