[med-svn] [r-cran-backports] 05/12: * New upstream version * Debug line in autopkgtest * Debhelper 10
Andreas Tille
tille at debian.org
Thu Sep 28 15:47:24 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-backports.
commit 5c67cb7b5a4d3123d8fc7cae56bcc7386d533e39
Author: Andreas Tille <tille at debian.org>
Date: Fri Jan 20 08:59:53 2017 +0000
* New upstream version
* Debug line in autopkgtest
* Debhelper 10
---
debian/changelog | 9 ++++++---
debian/compat | 2 +-
debian/control | 2 +-
debian/tests/run-unit-test | 1 +
4 files changed, 9 insertions(+), 5 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index c3faf56..92d1f53 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,11 @@
-r-cran-backports (1.0.4-2) UNRELEASED; urgency=medium
+r-cran-backports (1.0.5-1) unstable; urgency=medium
- * Fix Vcs-Browser
+ * New upstream version
+ * Debug line in autopkgtest
+ * Fix Vcs-Svn
+ * Debhelper 10
- -- Andreas Tille <tille at debian.org> Mon, 02 Jan 2017 15:55:00 +0100
+ -- Andreas Tille <tille at debian.org> Fri, 20 Jan 2017 09:50:21 +0100
r-cran-backports (1.0.4-1) unstable; urgency=medium
diff --git a/debian/compat b/debian/compat
index ec63514..f599e28 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-9
+10
diff --git a/debian/control b/debian/control
index 42725ad..8c1e788 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.
Uploaders: Andreas Tille <tille at debian.org>
Section: gnu-r
Priority: optional
-Build-Depends: debhelper (>= 9),
+Build-Depends: debhelper (>= 10),
dh-r,
r-base-dev
Standards-Version: 3.9.8
diff --git a/debian/tests/run-unit-test b/debian/tests/run-unit-test
index 28c7e98..5ca64f9 100644
--- a/debian/tests/run-unit-test
+++ b/debian/tests/run-unit-test
@@ -11,6 +11,7 @@ cp -a /usr/share/doc/${pkg}/tests/* $ADTTMP
export LC_ALL=C
for test in *R
do
+ echo "Testing ${test}"
R CMD BATCH ${test}
if [ ! $? ] ; then
echo "Test ${test} failed"
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/r-cran-backports.git
More information about the debian-med-commit
mailing list