This is an automated email from the git hooks/post-receive script. misterc-guest pushed a commit to branch master in repository r-cran-listenv.
commit 702bc94471f0fa1f5a90a0010bffdd3cc7b0e0f1 Author: Michael R. Crusoe <[email protected]> Date: Sat Jun 25 16:14:48 2016 -0700 initial Debianization --- debian/changelog | 5 +++++ debian/compat | 1 + debian/control | 23 +++++++++++++++++++++++ debian/copyright | 19 +++++++++++++++++++ debian/rules | 4 ++++ debian/source/format | 1 + debian/watch | 7 +++++++ 7 files changed, 60 insertions(+) diff --git a/debian/changelog b/debian/changelog new file mode 100644 index 0000000..f11b59e --- /dev/null +++ b/debian/changelog @@ -0,0 +1,5 @@ +r-cran-listenv (0.6.0-1) UNRELEASED; urgency=medium + + * Initial release. (Closes: #828194) + + -- 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..67a60c7 --- /dev/null +++ b/debian/control @@ -0,0 +1,23 @@ +Source: r-cran-listenv +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 +Standards-Version: 3.9.8 +Homepage: https://github.com/HenrikBengtsson/listenv +Vcs-Browser: https://anonscm.debian.org/cgit/debian-med/r-cran-listenvs.git +Vcs-Git: https://anonscm.debian.org/debian-med/r-cran-listnev.git + +Package: r-cran-listenv +Architecture: any +Depends: ${R:Depends}, + ${misc:Depends}, + ${shlibs:Depends} +Description: R package: Environments Behaving (Almost) as Lists + List environments are environments that have list-like properties. For + instance, the elements of a list environment are ordered and can be accessed + and iterated over using index subsetting, e.g. 'x <- listenv(a=1, b=2); for (i + in seq_along(x)) x[[i]] <- x[[i]]^2; y <- as.list(x)'. diff --git a/debian/copyright b/debian/copyright new file mode 100644 index 0000000..0189e75 --- /dev/null +++ b/debian/copyright @@ -0,0 +1,19 @@ +Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: listenv +Source: https://github.com/HenrikBengtsson/listenv + +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..e80ea67 --- /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/listenv/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-listenv.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
