This is an automated email from the git hooks/post-receive script. smcv pushed a commit to branch master in repository openjk.
commit f76921e335df5c4f60556c4ed06a712f92476dc2 Author: Simon McVittie <[email protected]> Date: Sun Mar 20 12:44:21 2016 +0000 Build-depend on libboost-test-dev, and run new build-time tests --- debian/changelog | 1 + debian/control | 1 + debian/rules | 1 + 3 files changed, 3 insertions(+) diff --git a/debian/changelog b/debian/changelog index cc2d334..3a4f52b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -6,6 +6,7 @@ openjk (0~20160320+dfsg1-1) UNRELEASED; urgency=medium - refresh remaining patch * Switch Vcs-Git to https (see #810378) * Standards-Version: 3.9.7 (no changes needed) + * Build-depend on libboost-test-dev, and run new build-time tests -- Simon McVittie <[email protected]> Fri, 22 Jan 2016 11:09:04 +0000 diff --git a/debian/control b/debian/control index f37f37c..d22050a 100644 --- a/debian/control +++ b/debian/control @@ -10,6 +10,7 @@ Build-Depends: dpkg-dev (>= 1.16.1), icnsutils, imagemagick, + libboost-test-dev, libjpeg-dev, libpng-dev, libsdl2-dev (>= 2.0.0), diff --git a/debian/rules b/debian/rules index 67cba9a..24af758 100755 --- a/debian/rules +++ b/debian/rules @@ -61,6 +61,7 @@ override_dh_auto_configure: -DBuildJK2SPEngine=$(with_jk2) \ -DBuildJK2SPRdVanilla=$(with_jk2) \ -DBuildJK2SPGame=$(with_jk2) \ + -DBuildTests=ON \ -DCMAKE_BUILD_TYPE=None \ -DCMAKE_INSTALL_PREFIX=/usr/lib/openjk \ -DCMAKE_VERBOSE_MAKEFILE=TRUE \ -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/openjk.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

