This is an automated email from the git hooks/post-receive script. apo pushed a commit to branch master in repository caveexpress.
commit f79879fbdea43831aa5dca099b3ce67883593372 Author: Markus Koschany <[email protected]> Date: Mon Jul 4 20:21:29 2016 +0200 Enable CMAKE_VERBOSE_MAKEFILE_OPTION --- debian/changelog | 1 + debian/rules | 1 + 2 files changed, 2 insertions(+) diff --git a/debian/changelog b/debian/changelog index 0804bf6..346e821 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,7 @@ caveexpress (2.4+git20160609-2) unstable; urgency=medium * cavepacker,caveexpress: Depend on the data packages. Thanks to Armin Haas for the report. (Closes: #829615, #829616) + * Enable CMAKE_VERBOSE_MAKEFILE option. -- Markus Koschany <[email protected]> Mon, 04 Jul 2016 20:12:21 +0200 diff --git a/debian/rules b/debian/rules index 9e02a27..a9d82b4 100755 --- a/debian/rules +++ b/debian/rules @@ -17,6 +17,7 @@ override_dh_auto_configure: -DCAVEEXPRESS=ON \ -DCAVEPACKER=ON \ -DMINIRACER=OFF \ + -DCMAKE_VERBOSE_MAKEFILE=ON \ -DPKGDATADIR=/usr/share/games override_dh_installchangelogs: -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/caveexpress.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

