This is an automated email from the git hooks/post-receive script. sebastic pushed a commit to branch master in repository postgis-java.
commit 7f69d9c098455633039db23362dce74d87ef26e2 Author: Bas Couwenberg <[email protected]> Date: Sat Jul 22 12:00:52 2017 +0200 Add autopkgtest to test installability. --- debian/changelog | 1 + debian/tests/control | 3 +++ 2 files changed, 4 insertions(+) diff --git a/debian/changelog b/debian/changelog index 9bf2393..af8826c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,7 @@ postgis-java (1:2.2.1-4) UNRELEASED; urgency=medium * Add junit4 to build dependencies. (closes: #869274) * Bump Standards-Version to 4.0.0, no changes. + * Add autopkgtest to test installability. -- Bas Couwenberg <[email protected]> Sat, 22 Jul 2017 11:59:49 +0200 diff --git a/debian/tests/control b/debian/tests/control new file mode 100644 index 0000000..3b18c6d --- /dev/null +++ b/debian/tests/control @@ -0,0 +1,3 @@ +# Test installability +Depends: @ +Test-Command: /bin/true -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/postgis-java.git _______________________________________________ Pkg-grass-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

