This is an automated email from the git hooks/post-receive script. tille pushed a commit to branch master in repository r-cran-magrittr.
commit 285280b4e3940d9864d1a61130c96aea7b4b1a73 Author: Andreas Tille <[email protected]> Date: Thu Apr 28 09:49:31 2016 +0000 Fix autopkgtest --- debian/changelog | 7 +++++++ debian/control | 6 +++--- debian/tests/run-unit-test | 2 +- 3 files changed, 11 insertions(+), 4 deletions(-) diff --git a/debian/changelog b/debian/changelog index 40a22aa..3214e26 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +r-cran-magrittr (1.5-2) unstable; urgency=medium + + * Fixed autopkgtest + * cme fix dpkg-control + + -- Andreas Tille <[email protected]> Thu, 28 Apr 2016 11:45:07 +0200 + r-cran-magrittr (1.5-1) unstable; urgency=medium * Initial upload (Closes: #793686) diff --git a/debian/control b/debian/control index 43ff163..22a12fa 100644 --- a/debian/control +++ b/debian/control @@ -6,10 +6,10 @@ Priority: optional Build-Depends: debhelper (>= 9), cdbs, r-base-dev -Standards-Version: 3.9.6 -Vcs-Browser: http://anonscm.debian.org/viewvc/debian-med/trunk/packages/R/r-cran-magrittr/ +Standards-Version: 3.9.8 +Vcs-Browser: https://anonscm.debian.org/viewvc/debian-med/trunk/packages/R/r-cran-magrittr/ Vcs-Svn: svn://anonscm.debian.org/debian-med/trunk/packages/R/r-cran-magrittr/ -Homepage: http://cran.r-project.org/web/packages/magrittr +Homepage: http://cran.r-project.org/web/packages/R.oo Package: r-cran-magrittr Architecture: any diff --git a/debian/tests/run-unit-test b/debian/tests/run-unit-test index a727ea3..3149ed8 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 < test-all.R rm -fr $ADTTMP/* -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/r-cran-magrittr.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
