[med-svn] [r-cran-lambda.r] 06/10: Fix autopkgtest

Andreas Tille tille at debian.org
Thu Sep 28 21:11:49 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-lambda.r.

commit fcbb729cb5082057877abe19dc5a6d2ea6bafa6f
Author: Andreas Tille <tille at debian.org>
Date:   Thu Apr 28 09:46:44 2016 +0000

    Fix autopkgtest
---
 debian/changelog           | 7 +++++++
 debian/control             | 5 ++---
 debian/tests/run-unit-test | 2 +-
 3 files changed, 10 insertions(+), 4 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index de010c5..352426e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+r-cran-lambda.r (1.1.7-3) unstable; urgency=medium
+
+  * Fix autopkgtest
+  * cme fix dpkg-control
+
+ -- Andreas Tille <tille at debian.org>  Thu, 28 Apr 2016 11:40:24 +0200
+
 r-cran-lambda.r (1.1.7-2) unstable; urgency=medium
 
   * Package is arch all not any
diff --git a/debian/control b/debian/control
index beabd61..19b266d 100644
--- a/debian/control
+++ b/debian/control
@@ -6,8 +6,8 @@ Priority: optional
 Build-Depends: debhelper (>= 9),
                r-base-dev,
                cdbs
-Standards-Version: 3.9.6
-Vcs-Browser: http://anonscm.debian.org/viewvc/debian-med/trunk/packages/R/r-cran-lambda.r/
+Standards-Version: 3.9.8
+Vcs-Browser: https://anonscm.debian.org/viewvc/debian-med/trunk/packages/R/r-cran-lambda.r/
 Vcs-Svn: svn://anonscm.debian.org/debian-med/trunk/packages/R/r-cran-lambda.r/
 Homepage: http://cran.r-project.org/web/packages/lambda.r
 
@@ -21,4 +21,3 @@ Description: GNU R modeling data with functional programming
  functional programs in R. Syntax extensions include multi-part function
  definitions, pattern matching, guard statements, built-in (optional)
  type safety.
-
diff --git a/debian/tests/run-unit-test b/debian/tests/run-unit-test
index 25de254..acf9dce 100644
--- a/debian/tests/run-unit-test
+++ b/debian/tests/run-unit-test
@@ -6,6 +6,6 @@ if [ "$ADTTMP" = "" ] ; then
 fi
 cd $ADTTMP
 cp -a /usr/share/doc/${pkg}/tests/* $ADTTMP
-find . -name "*.gz" -exec gunzip \{\}
+find . -name "*.gz" -exec gunzip \{\} \;
 LC_ALL=C R --no-save < doRUnit.R
 rm -fr $ADTTMP/*

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



More information about the debian-med-commit mailing list