[med-svn] [r-cran-r.utils] 02/13: * New upstream version * runits is not needed for testing * Fix autopkgtest * cme fix dpkg-control

Andreas Tille tille at debian.org
Thu Nov 9 13:18:16 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-r.utils.

commit 4f1f2d43bdfcf077b33ca2c0573b87f3344d919a
Author: Andreas Tille <tille at debian.org>
Date:   Thu Apr 28 10:32:42 2016 +0000

      * New upstream version
      * runits is not needed for testing
      * Fix autopkgtest
      * cme fix dpkg-control
---
 debian/changelog           | 9 +++++++++
 debian/control             | 7 +++----
 debian/tests/control       | 2 +-
 debian/tests/run-unit-test | 2 +-
 4 files changed, 14 insertions(+), 6 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 1709433..0d85c42 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+r-cran-r.utils (2.3.0-1) unstable; urgency=medium
+
+  * New upstream version
+  * runits is not needed for testing
+  * Fix autopkgtest
+  * cme fix dpkg-control
+
+ -- Andreas Tille <tille at debian.org>  Thu, 28 Apr 2016 12:22:14 +0200
+
 r-cran-r.utils (2.1.0-1) unstable; urgency=medium
 
   * Initial upload (Closes: #792756)
diff --git a/debian/control b/debian/control
index 8f94c4b..1897a87 100644
--- a/debian/control
+++ b/debian/control
@@ -1,14 +1,14 @@
 Source: r-cran-r.utils
 Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
-Uploaders: Andreas Tille <tille at debian.org>,
+Uploaders: Andreas Tille <tille at debian.org>
 Section: gnu-r
 Priority: optional
 Build-Depends: debhelper (>= 9),
                cdbs,
                r-base-dev,
                r-cran-r.oo
-Standards-Version: 3.9.6
-Vcs-Browser: http://anonscm.debian.org/viewvc/debian-med/trunk/packages/R/r-cran-r.utils/
+Standards-Version: 3.9.8
+Vcs-Browser: https://anonscm.debian.org/viewvc/debian-med/trunk/packages/R/r-cran-r.utils/
 Vcs-Svn: svn://anonscm.debian.org/debian-med/trunk/packages/R/r-cran-r.utils/
 Homepage: http://cran.r-project.org/web/packages/R.utils
 
@@ -21,4 +21,3 @@ Depends: ${shlibs:Depends},
 Description: GNU R various programming utilities
  This GNU R package contains various programming utilities,  These
  functions are useful when programming and developing R packages.
-
diff --git a/debian/tests/control b/debian/tests/control
index 25377fc..d2aa55a 100644
--- a/debian/tests/control
+++ b/debian/tests/control
@@ -1,3 +1,3 @@
 Tests: run-unit-test
-Depends: @, r-cran-runit
+Depends: @
 Restrictions: allow-stderr
diff --git a/debian/tests/run-unit-test b/debian/tests/run-unit-test
index 59e6c42..63daef8 100644
--- a/debian/tests/run-unit-test
+++ b/debian/tests/run-unit-test
@@ -17,6 +17,6 @@ for htest in `ls *.R | sed 's/\.R$//'` ; do
      echo "Test ${htest} passed"
    fi
 done
-rm -f $ADTTMP/*
+rm -rf $ADTTMP/*
 
 exit 0

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



More information about the debian-med-commit mailing list