[med-svn] [r-cran-bbmle] 01/11: Inject r-cran-bbmle

Andreas Tille tille at debian.org
Fri Sep 29 18:15:34 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-bbmle.

commit c449ab56626db613fea46758671e96d6952b3760
Author: Andreas Tille <tille at debian.org>
Date:   Mon Jul 4 10:20:08 2016 +0000

    Inject r-cran-bbmle
---
 debian/README.test         |  8 ++++++
 debian/changelog           |  5 ++++
 debian/compat              |  1 +
 debian/control             | 27 ++++++++++++++++++++
 debian/copyright           | 27 ++++++++++++++++++++
 debian/docs                |  3 +++
 debian/rules               |  7 ++++++
 debian/source/format       |  1 +
 debian/tests/control       |  3 +++
 debian/tests/run-unit-test | 61 ++++++++++++++++++++++++++++++++++++++++++++++
 debian/watch               |  2 ++
 11 files changed, 145 insertions(+)

diff --git a/debian/README.test b/debian/README.test
new file mode 100644
index 0000000..55a9142
--- /dev/null
+++ b/debian/README.test
@@ -0,0 +1,8 @@
+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..fc6fcb1
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+r-cran-bbmle (1.0.18-1) UNRELEASED; urgency=low
+
+  * Initial release (closes: #???)
+
+ -- Andreas Tille <tille at debian.org>  Tue, 28 Jun 2016 17:09:05 +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..e9d6c3b
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,27 @@
+Source: r-cran-bbmle
+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,
+               r-cran-numderiv,
+               r-cran-lattice,
+               r-cran-mass
+Standards-Version: 3.9.8
+Vcs-Browser: https://anonscm.debian.org/viewvc/debian-med/trunk/packages/R/r-cran-bbmle/trunk/
+Vcs-Svn: svn://anonscm.debian.org/debian-med/trunk/packages/R/r-cran-bbmle/trunk/
+Homepage: https://cran.r-project.org/web/packages/bbmle
+
+Package: r-cran-bbmle
+Architecture: any
+Depends: ${misc:Depends},
+         ${R:Depends},
+         r-cran-numderiv,
+         r-cran-lattice,
+         r-cran-mass
+Description: GNU R tools for general maximum likelihood estimation
+ This GNU R package provides methods and functions for fitting maximum
+ likelihood models in R. This package modifies and extends the 'mle'
+ classes in the 'stats4' package.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..143f497
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,27 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: bbmle
+Upstream-Contact: Ben Bolker <bolker at mcmaster.ca>
+Source: https://cran.r-project.org/web/packages/bbmle
+
+Files: *
+Copyright: 2010-2016 Ben Bolker <bolker at mcmaster.ca>
+                     R Development Core Team
+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.
+ .
+ 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..3adf0d6
--- /dev/null
+++ b/debian/docs
@@ -0,0 +1,3 @@
+debian/README.test
+debian/tests/run-unit-test
+tests
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..3539397
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,7 @@
+#!/usr/bin/make -f
+
+include /usr/share/R/debian/r-cran.mk
+
+install/$(package)::
+	chmod -x $(debRlib)/$(cranNameOrig)/unitTests/*
+	chmod -x $(debRlib)/$(cranNameOrig)/vignetteData/*
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..25377fc
--- /dev/null
+++ b/debian/tests/control
@@ -0,0 +1,3 @@
+Tests: run-unit-test
+Depends: @, r-cran-runit
+Restrictions: allow-stderr
diff --git a/debian/tests/run-unit-test b/debian/tests/run-unit-test
new file mode 100644
index 0000000..7a394c4
--- /dev/null
+++ b/debian/tests/run-unit-test
@@ -0,0 +1,61 @@
+#!/bin/sh -e
+
+oname=bbmle
+pkg=r-cran-`echo $oname | tr '[A-Z]' '[a-z]'`
+
+# 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 '^R Under development (unstable)' \
+        -e '^Platform:' \
+        -e '^ISBN 3-900051-07-0' \
+        -e '^$' \
+        -e 'Natural language support but running in an English locale' \
+        -e '^Loading required package: stats4' \
+       $1 | \
+    sed -e '/^> *proc\.time()$/,$d' \
+        -e "/^Signif. codes:/s/[‘’]/'/g"
+}
+
+if [ "$ADTTMP" = "" ] ; then
+  ADTTMP=`mktemp -d /tmp/${pkg}-test.XXXXXX`
+#  trap "rm -rf $ADTTMP" 0 INT QUIT ABRT PIPE TERM
+fi
+cd $ADTTMP
+if [ 0 -eq 1 ] ; then # try to use RUnit - but this does not do anything :-(
+  mkdir inst
+  cd inst
+  cp -a /usr/lib/R/site-library/${oname}/unitTests .
+  cd ..
+fi
+cp -a /usr/share/doc/${pkg}/tests $ADTTMP
+find . -name "*.gz" -exec gunzip \{\} \;
+cd tests
+if [ 0 -eq 1 ] ; then # try to use RUnit - but this does not do anything :-(
+  # This does not test anything - no idea why
+  RCMDCHECK=FALSE R --vanilla --slave < doRUnit.R
+fi
+
+for htest in `ls *.R | sed 's/\.R$//'` ; do
+   if [ "${htest}" = "doRUnit" -o "${htest}" = "RUnit-tests" ] ; then
+      # This is no separate test but should trigger all test (but fails to do so for whatever reason
+      continue
+   fi
+   if [ "${htest}" = "optimx" ] ; then
+      # Needs https://cran.r-project.org/web/packages/optimx/ which is not packaged yet
+      continue
+   fi
+   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-space-change ${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..71fcca2
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,2 @@
+version=3
+http://cran.r-project.org/src/contrib/bbmle_([-\d.]*)\.tar\.gz

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



More information about the debian-med-commit mailing list