This is an automated email from the git hooks/post-receive script. sebastic pushed a commit to branch master in repository librasterlite2.
commit b4a928fe40bd9f9b587bf21a5382da1df9018473 Author: Bas Couwenberg <[email protected]> Date: Tue Sep 26 14:09:36 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 dbdcf4e..bcd1222 100644 --- a/debian/changelog +++ b/debian/changelog @@ -5,6 +5,7 @@ librasterlite2 (1.0.0~rc0+devel1-5) UNRELEASED; urgency=medium * Add patch to fix FTBFS with OpenJPEG 2.2. (closes: #876808) * Use pkg-info.mk variables instead of dpkg-parsechangelog output. + * Add autopkgtest to test installability. -- Bas Couwenberg <[email protected]> Sun, 24 Sep 2017 13:08:21 +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/librasterlite2.git _______________________________________________ Pkg-grass-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

