[med-svn] [r-cran-filehash] 01/05: Inject r-cran-filehash

Andreas Tille tille at debian.org
Tue Oct 10 09:47:22 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-filehash.

commit bc2f7118f89b1391c02226cafda3e7a4fc414f00
Author: Andreas Tille <tille at debian.org>
Date:   Sat Sep 10 19:22:35 2016 +0000

    Inject r-cran-filehash
---
 debian/README.test         | 10 ++++++++++
 debian/changelog           |  5 +++++
 debian/compat              |  1 +
 debian/control             | 29 +++++++++++++++++++++++++++++
 debian/copyright           | 29 +++++++++++++++++++++++++++++
 debian/docs                |  3 +++
 debian/rules               | 15 +++++++++++++++
 debian/source/format       |  1 +
 debian/tests/control       |  3 +++
 debian/tests/run-unit-test | 37 +++++++++++++++++++++++++++++++++++++
 debian/watch               |  2 ++
 11 files changed, 135 insertions(+)

diff --git a/debian/README.test b/debian/README.test
new file mode 100644
index 0000000..3d2b347
--- /dev/null
+++ b/debian/README.test
@@ -0,0 +1,10 @@
+Notes on how this package can be tested.
+────────────────────────────────────────
+
+To run the unit tests provided by the package you can do
+
+   sh run-unit-test
+
+in this directory.
+
+
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..e3687b8
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+r-cran-filehash (2.3-1) UNRELEASED; urgency=low
+
+  * Initial release (closes: #???)
+
+ -- Andreas Tille <tille at debian.org>  Sat, 10 Sep 2016 20:24:39 +0200
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..ada3a10
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,29 @@
+Source: r-cran-filehash
+Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
+Uploaders: Andreas Tille <tille at debian.org>
+Section: gnu-r
+Priority: optional
+Build-Depends: debhelper (>= 9),
+               cdbs,
+               r-base-dev
+Standards-Version: 3.9.8
+Vcs-Browser: https://anonscm.debian.org/viewvc/debian-med/trunk/packages/R/r-cran-filehash/trunk/
+Vcs-Svn: svn://anonscm.debian.org/debian-med/trunk/packages/R/r-cran-filehash/trunk/
+Homepage: http://cran.r-project.org/web/packages/filehash
+
+Package: r-cran-filehash
+Architecture: any
+Depends: ${R:Depends},
+         ${misc:Depends},
+         ${shlibs:Depends}
+Description: GNU R simple key-value database
+ This GNU R package implements a simple key-value style database where
+ character string keys are associated with data values that are stored on
+ the disk. A simple interface is provided for inserting, retrieving, and
+ deleting data from the database. Utilities are provided that allow
+ 'filehash' databases to be treated much like environments and lists are
+ already used in R. These utilities are provided to encourage interactive
+ and exploratory analysis on large datasets. Three different file formats
+ for representing the database are currently available and new formats
+ can easily be incorporated by third parties for use in the 'filehash'
+ framework.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..0c0aa2e
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,29 @@
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Contact: Roger D. Peng <rdpeng at jhu.edu>
+Source: http://cran.r-project.org/web/packages/filehash
+
+Files: *
+Copyright: 2009-2016 Roger D. Peng <rdpeng at jhu.edu>
+License: GPL-2+
+
+Files: debian/*
+Copyright: 2016 Andreas Tille <tille at debian.org>
+License: GPL-2+
+
+License: GPL-2+
+    This program 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 program 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, write to the Free Software
+    Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
+ .
+ On Debian systems, the complete text of the GNU General Public
+ License can be found in `/usr/share/common-licenses/GPL-2'.
diff --git a/debian/docs b/debian/docs
new file mode 100644
index 0000000..960011c
--- /dev/null
+++ b/debian/docs
@@ -0,0 +1,3 @@
+tests
+debian/README.test
+debian/tests/run-unit-test
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..e2bc9e7
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,15 @@
+#!/usr/bin/make -f
+
+include /usr/share/R/debian/r-cran.mk
+
+install/$(package)::
+	rm -rf debian/$(package)/usr/lib/R/site-library/$(cranName)/LICENSE
+
+# if I would only know how to hook in after dh_installdocs - forget this magic
+# cdbs thingy and remove the file rather in the test sccript ...
+	# Delete tests depending from devtools since this is not (yet) packaged
+#	cd debian/$(package)/usr/share/doc/$(package)/tests/ ; \
+#	if grep -qR devtools * ; then \
+#	    rm -f `grep -lR devtools *` ; \
+#	fi
+
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/tests/control b/debian/tests/control
new file mode 100644
index 0000000..d2aa55a
--- /dev/null
+++ b/debian/tests/control
@@ -0,0 +1,3 @@
+Tests: run-unit-test
+Depends: @
+Restrictions: allow-stderr
diff --git a/debian/tests/run-unit-test b/debian/tests/run-unit-test
new file mode 100644
index 0000000..d13482a
--- /dev/null
+++ b/debian/tests/run-unit-test
@@ -0,0 +1,37 @@
+#!/bin/sh -e
+
+pkg=r-cran-filehash
+
+# The saved result files do contain some differences in metadata and we also
+# need to ignore version differences of R
+filter() {
+    grep -v -e '^R version' \
+        -e '^Copyright (C)' \
+        -e '^R : Copyright 20' \
+        -e '^Version 2.0' \
+        -e '^Platform:' \
+        -e '^Spam version .* is loaded.' \
+        -e '^ISBN 3-900051-07-0' \
+        $1 | \
+    sed -e '/^> *proc\.time()$/,$d'
+}
+
+if [ "$ADTTMP" = "" ] ; then
+  ADTTMP=`mktemp -d /tmp/${pkg}-test.XXXXXX`
+  trap "rm -rf $ADTTMP" 0 INT QUIT ABRT PIPE TERM
+fi
+cd $ADTTMP
+cp -a /usr/share/doc/${pkg}/tests/* $ADTTMP
+find . -name "*.gz" -exec gunzip \{\} \;
+for htest in `ls *.R | sed 's/\.R$//'` ; do
+   LC_ALL=C R --no-save < ${htest}.R 2>&1 | tee > ${htest}.Rout
+   filter ${htest}.Rout.save > ${htest}.Rout.save_
+   filter ${htest}.Rout > ${htest}.Rout_
+   diff -u --ignore-all-space ${htest}.Rout.save_ ${htest}.Rout_
+   if [ ! $? ] ; then
+     echo "Test ${htest} failed"
+     exit 1
+   else
+     echo "Test ${htest} passed"
+   fi
+done
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..4f57bbb
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,2 @@
+version=3
+http://cran.r-project.org/src/contrib/filehash_([-\d.]*)\.tar\.gz

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



More information about the debian-med-commit mailing list