This is an automated email from the git hooks/post-receive script. ginggs pushed a commit to branch master in repository ffindex.
commit b56f58f75863b7864d87bb2c909445fb23327c9e Author: Graham Inggs <[email protected]> Date: Thu Jun 29 14:14:33 2017 +0200 Fix autopkgtest: Really limit the amount of RAM needed --- debian/changelog | 7 +++++++ debian/tests/run-unit-test | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 750333a..acc97ed 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +ffindex (0.9.9.7-4) UNRELEASED; urgency=medium + + * Team upload + * Fix autopkgtest: Really limit the amount of RAM needed + + -- Graham Inggs <[email protected]> Thu, 29 Jun 2017 14:11:49 +0200 + ffindex (0.9.9.7-3) unstable; urgency=medium * Fix autopkgtest diff --git a/debian/tests/run-unit-test b/debian/tests/run-unit-test index 39b6e7f..d36929c 100644 --- a/debian/tests/run-unit-test +++ b/debian/tests/run-unit-test @@ -12,7 +12,7 @@ cp -a /usr/share/doc/${pkg}/examples/* $AUTOPKGTEST_TMP cd $AUTOPKGTEST_TMP -FFINDEX_MAX_INDEX_ENTRIES=20000 +export FFINDEX_MAX_INDEX_ENTRIES=20000 rm -f ./test.data ./test.ffindex set -x -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/ffindex.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
