[r-cran-vcd] 01/01: Add r-cran-mass as Recommends + tests/control Depends, only gunzip if needed

Sébastien Villemot sebastien at debian.org
Mon Nov 20 12:33:40 UTC 2017


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

sebastien pushed a commit to annotated tag debian/1.3-2-2
in repository r-cran-vcd.

commit 29eb4af106fc5619446229c2c1b410f4e7d8474c
Author: Andreas Tille <tille at debian.org>
Date:   Tue Aug 12 14:32:57 2014 +0000

    Add r-cran-mass as Recommends + tests/control Depends, only gunzip if needed
---
 changelog           | 8 ++++++++
 control             | 1 +
 tests/control       | 2 +-
 tests/run-unit-test | 2 +-
 4 files changed, 11 insertions(+), 2 deletions(-)

diff --git a/changelog b/changelog
index 69d158e..a2027c0 100644
--- a/changelog
+++ b/changelog
@@ -1,3 +1,11 @@
+r-cran-vcd (1:1.3-2-2) unstable; urgency=medium
+
+  * Add r-cran-mass as Recommends + tests/control Depends
+    Closes: #757598
+  * debian/tests/run-unit-tests: only gunzip if needed
+
+ -- Andreas Tille <tille at debian.org>  Tue, 12 Aug 2014 16:16:33 +0200
+
 r-cran-vcd (1:1.3-2-1) unstable; urgency=medium
 
   * New upstream version
diff --git a/control b/control
index 7e08946..8a5be77 100644
--- a/control
+++ b/control
@@ -20,6 +20,7 @@ Depends: ${misc:Depends},
          ${shlibs:Depends},
          ${R:Depends},
          r-cran-colorspace
+Recommends: r-cran-mass
 Description: GNU R Visualizing Categorical Data
  Visualization techniques, data sets, summary and inference procedures
  aimed particularly at categorical data. Special emphasis is given to
diff --git a/tests/control b/tests/control
index 25377fc..27ce807 100644
--- a/tests/control
+++ b/tests/control
@@ -1,3 +1,3 @@
 Tests: run-unit-test
-Depends: @, r-cran-runit
+Depends: @, r-cran-runit, r-cran-mass
 Restrictions: allow-stderr
diff --git a/tests/run-unit-test b/tests/run-unit-test
index 24c1eaf..34f41b1 100644
--- a/tests/run-unit-test
+++ b/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
+find . -name "*.gz" -exec gzip \{\} \;
 for runtest in `ls *.R` ; do
     R --no-save < $runtest
 done

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/r-cran-vcd.git



More information about the debian-science-commits mailing list