[colobot] 05/07: Enable verbose build, so that the tools can check the compilerflags
Tobias Frost
tobi at moszumanska.debian.org
Fri Jan 8 09:44:01 UTC 2016
This is an automated email from the git hooks/post-receive script.
tobi pushed a commit to branch debian/master
in repository colobot.
commit cd6bc53eec880aa9b388fec3a940531ca895020a
Author: Tobias Frost <tobi at coldtobi.de>
Date: Fri Jan 8 10:19:39 2016 +0100
Enable verbose build, so that the tools can check the compilerflags
---
debian/changelog | 5 +++--
debian/rules | 2 +-
2 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 47eedc2..665b80a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,11 +2,12 @@ colobot (0.1.6-2) unstable; urgency=medium
* Team upload.
* Update B-D to libpng-dev only, versioned depend is no longer needed
- (Closes: #809859)
+ (Closes: #809859)
* Remove -dbg package in favour of automatic -dbgsym package
* Bump S-V to 3.9.6 -- no changes
+ * Enable verbose build, so that the tools can check the compilerflags
- -- Tobias Frost <tobi at debian.org> Fri, 08 Jan 2016 10:11:11 +0100
+ -- Tobias Frost <tobi at debian.org> Fri, 08 Jan 2016 10:19:39 +0100
colobot (0.1.6-1) unstable; urgency=medium
diff --git a/debian/rules b/debian/rules
index db55ab9..cc2ca57 100755
--- a/debian/rules
+++ b/debian/rules
@@ -15,7 +15,7 @@ override_dh_auto_configure:
dh_auto_configure -- -DCMAKE_BUILD_TYPE:STRING="RelWithDebInfo" \
-DINSTALL_DOCS:BOOL=True \
${CBOT_CONFIGURE_SOUNDS} \
- -DOPENAL_SOUND:BOOL=True
+ -DOPENAL_SOUND:BOOL=True -DCMAKE_VERBOSE_MAKEFILE=True
override_dh_auto_build-arch:
dh_auto_build -a
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/colobot.git
More information about the Pkg-games-commits
mailing list