[med-svn] [r-cran-rsqlite] 01/01: Fix autopkgtest script

Andreas Tille tille at debian.org
Sun Aug 10 09:50:30 UTC 2014


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

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

commit 86f338ba6236387df533add3eac37cfe74a309e1
Author: Andreas Tille <tille at debian.org>
Date:   Sun Aug 10 11:49:58 2014 +0200

    Fix autopkgtest script
---
 debian/changelog           | 6 ++++--
 debian/tests/run-unit-test | 4 ++--
 2 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 1106ba4..0a8bacb 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,11 +1,13 @@
-r-cran-rsqlite (0.11.4-2) UNRELEASED; urgency=medium
+r-cran-rsqlite (0.11.4-2) unstable; urgency=medium
 
   * Consider a patch that would relax version comparison since the installed
     sqlite version might differ from the version this package was builded
     against but patch is not activated since it might need further
     investigation
+  * Fix autopkgtest script
+    Closes: #757597
 
- -- Andreas Tille <tille at debian.org>  Fri, 27 Jun 2014 09:03:24 +0200
+ -- Andreas Tille <tille at debian.org>  Sun, 10 Aug 2014 08:43:44 +0200
 
 r-cran-rsqlite (0.11.4-1) unstable; urgency=medium
 
diff --git a/debian/tests/run-unit-test b/debian/tests/run-unit-test
index 58c4cb1..75bc1b6 100644
--- a/debian/tests/run-unit-test
+++ b/debian/tests/run-unit-test
@@ -5,8 +5,8 @@ if [ "$ADTTMP" = "" ] ; then
   ADTTMP=`mktemp -d /tmp/${pkg}-test.XXXXXX`
 fi
 cd $ADTTMP
-gunzip *.gz
-cp /usr/share/doc/${pkg}/tests/* $ADTTMP
+cp -a /usr/share/doc/${pkg}/tests/* $ADTTMP
+find . -name "*.gz" -exed gunzip \{\} \;
 for runtest in `ls *.R` ; do
    R --no-save < $runtest >/dev/null
    if [ ! $? ] ; then

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



More information about the debian-med-commit mailing list