[med-svn] [r-cran-memoise] 01/15: initial release

Andreas Tille tille at debian.org
Fri Sep 29 19:56:27 UTC 2017


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

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

commit 4405b450d71ce6c44919efd516140291065e5fe0
Author: Ivo Maintz <ivo at maintz.de>
Date:   Sun Feb 24 15:44:12 2013 +0000

    initial release
---
 debian/changelog     |  5 +++++
 debian/compat        |  1 +
 debian/control       | 17 +++++++++++++++++
 debian/copyright     | 42 ++++++++++++++++++++++++++++++++++++++++++
 debian/docs          |  0
 debian/rules         |  7 +++++++
 debian/source/format |  1 +
 debian/watch         |  2 ++
 8 files changed, 75 insertions(+)

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..23cdbd5
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+memoise (0.1-1) UNRELEASED; urgency=low
+
+  * Initial release (Closes: #701568)
+
+ -- Ivo Maintz <ivo at maintz.de>  Sun, 24 Feb 2013 16:42:10 +0100
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..45a4fb7
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+8
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..92e3399
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,17 @@
+Source: memoise
+Section: gnu-r
+Priority: extra
+Maintainer: Ivo Maintz <ivo at maintz.de>
+Build-Depends: debhelper (>= 8.0.0),
+ r-base-dev,
+ r-cran-digest,
+ cdbs
+Standards-Version: 3.9.3
+Homepage: http://cran.r-project.org/web/packages/memoise/index.html
+
+Package: r-cran-memoise
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: Memoise functions
+ Cache the results of a function so that when you call it again with the same
+ arguments it returns the pre-computed value.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..1351cea
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,42 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: memoise
+Source: http://cran.r-project.org/web/packages/memoise/index.html
+
+Files: *
+Copyright: 2012 Hadley Wickham <h.wickham at gmail.com>
+License: MIT
+ Permission is hereby granted, free of charge, to any person obtaining a copy
+ of this software and associated documentation files (the "Software"), to deal
+ in the Software without restriction, including without limitation the rights
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
+ of the Software, and to permit persons to whom the Software is furnished to do
+ so, subject to the following conditions:
+ .
+ The above copyright notice and this permission notice shall be included in all
+ copies or substantial portions of the Software.
+ .
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
+ WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
+ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+
+Files: debian/*
+Copyright: 2012 Ivo Maintz <ivo at maintz.de>
+License: GPL-2+
+ This package is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 2 of the License, or
+ (at your option) any later version.
+ .
+ This package is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ GNU General Public License for more details.
+ .
+ You should have received a copy of the GNU General Public License
+ along with this program. If not, see <http://www.gnu.org/licenses/>
+ .
+ On Debian systems, the complete text of the GNU General
+ Public License version 2 can be found in "/usr/share/common-licenses/GPL-2".
diff --git a/debian/docs b/debian/docs
new file mode 100644
index 0000000..e69de29
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..47c90a7
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,7 @@
+#!/usr/bin/make -f
+# 							-*- makefile -*-
+# debian/rules file for the Debian/GNU Linux r-cran-dbi package
+# Copyright 2003-2007 by Dirk Eddelbuettel <edd at debian.org>
+#                    and Steffen Moeller <moeller at inb.uni-luebeck.de>
+
+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..264b01e
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,2 @@
+version=3
+http://cran.r-project.org/src/contrib/memoise_([\d.-]*)\.tar.gz

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/r-cran-memoise.git



More information about the debian-med-commit mailing list