[Pkg-sdl-commits] [libsdl2] 02/03: Enable verbose build logs.

Felix Geyer fgeyer at moszumanska.debian.org
Thu Oct 12 17:26:12 UTC 2017


This is an automated email from the git hooks/post-receive script.

fgeyer pushed a commit to branch master
in repository libsdl2.

commit e5cb4a1adafd28028d2297fd657352f5664ffd29
Author: Felix Geyer <fgeyer at debian.org>
Date:   Thu Oct 12 18:32:52 2017 +0200

    Enable verbose build logs.
---
 debian/changelog | 1 +
 debian/rules     | 3 +++
 2 files changed, 4 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index b724036..3a44fba 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -10,6 +10,7 @@ libsdl2 (2.0.6+dfsg1-3) UNRELEASED; urgency=high
   * Fix CVE-2017-2888: Integer overflow while creating a new RGB surface.
     - Add d/patches/CVE-2017-2888.patch
     - Closes: #878264
+  * Enable verbose build logs.
 
  -- Gianfranco Costamagna <locutusofborg at debian.org>  Sat, 07 Oct 2017 09:33:15 +0200
 
diff --git a/debian/rules b/debian/rules
index a8f8e18..2c9b846 100755
--- a/debian/rules
+++ b/debian/rules
@@ -64,6 +64,9 @@ override_dh_auto_build-indep:
 	find output -name "jquery.js" -delete
 	dh_link -plibsdl2-doc usr/share/javascript/jquery/jquery.js usr/share/doc/libsdl2-doc/html/jquery.js
 
+override_dh_auto_build-arch:
+	dh_auto_build -- V=1
+
 override_dh_auto_clean-indep:
 	dh_auto_clean
 	rm -f debian/examples.tar.gz

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-sdl/packages/libsdl2.git



More information about the pkg-sdl-commits mailing list