This is an automated email from the git hooks/post-receive script. sebastic pushed a commit to branch master in repository grits.
commit b2ed668e68cca07a8f0839853c8e960779e28570 Author: Bas Couwenberg <[email protected]> Date: Sun Jun 25 17:09:03 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 c647a39..20e7836 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,7 @@ libgrits (0.8.1-3) UNRELEASED; urgency=medium * Bump Standards-Version to 4.0.0, no changes. * Use pkg-info.mk variables instead of dpkg-parsechangelog output. * Enable PIE hardening buildflags. + * Add autopkgtest to test installability. -- Bas Couwenberg <[email protected]> Sun, 25 Jun 2017 16:57:59 +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/grits.git _______________________________________________ Pkg-grass-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

