This is an automated email from the git hooks/post-receive script. sebastic pushed a commit to branch master in repository hdf4.
commit 8e51b0a5130ff56f5a8e30c88c6e99e8fd710d09 Author: Bas Couwenberg <[email protected]> Date: Fri Oct 13 11:15:01 2017 +0200 Update autopkgtest to test installability of individual packages. --- debian/changelog | 1 + debian/tests/control | 12 ++++++++++-- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 5eea789..f841eeb 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,7 @@ libhdf4 (4.2.13-2~exp2) UNRELEASED; urgency=medium * Change priority from extra to optional. * Bump Standards-Version to 4.1.1, changes: priority. + * Update autopkgtest to test installability of individual packages. -- Bas Couwenberg <[email protected]> Sun, 24 Sep 2017 12:59:58 +0200 diff --git a/debian/tests/control b/debian/tests/control index 3b18c6d..dc8ad85 100644 --- a/debian/tests/control +++ b/debian/tests/control @@ -1,3 +1,11 @@ -# Test installability -Depends: @ +# Test installability (libhdf4-dev) +Depends: libhdf4-dev +Test-Command: /bin/true + +# Test installability (libhdf4-alt-dev) +Depends: libhdf4-alt-dev +Test-Command: /bin/true + +# Test installability (hdf4-tools) +Depends: hdf4-tools Test-Command: /bin/true -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/hdf4.git _______________________________________________ Pkg-grass-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

