This is an automated email from the git hooks/post-receive script. sebastic pushed a commit to branch master in repository postgis.
commit 99910be022cc48366720bc9f762713436f8bb863 Author: Bas Couwenberg <[email protected]> Date: Sun Jun 18 17:26:15 2017 +0200 Fix test-extension-creation autopkgtest name in control file. --- debian/changelog | 6 +++++- debian/tests/control | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index e7ef829..0510e06 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,12 @@ postgis (2.3.2+dfsg-1~exp3) UNRELEASED; urgency=medium + [ Markus Wanner ] * Add a trivial autopkgtest to check creation of the extension. - -- Markus Wanner <[email protected]> Sun, 09 Apr 2017 20:26:54 +0200 + [ Bas Couwenberg ] + * Fix test-extension-creation autopkgtest name in control file. + + -- Bas Couwenberg <[email protected]> Sun, 18 Jun 2017 17:09:12 +0200 postgis (2.3.2+dfsg-1~exp2) experimental; urgency=medium diff --git a/debian/tests/control b/debian/tests/control index a4ef2bc..ddee3be 100644 --- a/debian/tests/control +++ b/debian/tests/control @@ -1,3 +1,3 @@ Depends: @, postgresql-server-dev-all, postgresql-contrib-9.6 -Tests: installcheck +Tests: test-extension-creation Restrictions: needs-root allow-stderr -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/postgis.git _______________________________________________ Pkg-grass-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

