This is an automated email from the git hooks/post-receive script. tille pushed a commit to branch master in repository r-cran-futile.logger.
commit 6fc9ecf0e56ed9e22320030918c08961316c74c0 Author: Andreas Tille <[email protected]> Date: Thu Apr 28 09:41:59 2016 +0000 Fix autopkgtest --- debian/changelog | 7 +++++++ debian/control | 4 ++-- debian/tests/run-unit-test | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index 98881d2..4e8a24f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +r-cran-futile.logger (1.4.1-2) unstable; urgency=medium + + * Fix autopkgtest + * cme fix dpkg-control + + -- Andreas Tille <[email protected]> Thu, 28 Apr 2016 11:38:00 +0200 + r-cran-futile.logger (1.4.1-1) unstable; urgency=medium * Initial upload (Closes: #787097) diff --git a/debian/control b/debian/control index 9b77c77..ce6f846 100644 --- a/debian/control +++ b/debian/control @@ -8,8 +8,8 @@ Build-Depends: debhelper (>= 9), cdbs, r-cran-lambda.r, r-cran-futile.options -Standards-Version: 3.9.6 -Vcs-Browser: http://anonscm.debian.org/viewvc/debian-med/trunk/packages/R/r-cran-futile.logger/ +Standards-Version: 3.9.8 +Vcs-Browser: https://anonscm.debian.org/viewvc/debian-med/trunk/packages/R/r-cran-futile.logger/ Vcs-Svn: svn://anonscm.debian.org/debian-med/trunk/packages/R/r-cran-futile.logger/ Homepage: http://cran.r-project.org/web/packages/futile.logger diff --git a/debian/tests/run-unit-test b/debian/tests/run-unit-test index 668be52..e13b6b6 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 < testthat.R rm -fr $ADTTMP/* -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/r-cran-futile.logger.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
