[SCM] qtwebengine packaging branch, master, updated. debian/5.7.1+dfsg-4-6-g3f9b648

Sandro Knauß hefee at moszumanska.debian.org
Tue Jan 17 14:27:38 UTC 2017


Gitweb-URL: http://git.debian.org/?p=pkg-kde/qt/qtwebengine.git;a=commitdiff;h=7eeb807

The following commit has been merged in the master branch:
commit 7eeb80788160ae2aa01861a51a2b2b0f22a33fd5
Author: Sandro Knauß <hefee at debian.org>
Date:   Mon Jan 16 21:12:00 2017 +0100

    Add Build-Deps ninja-build
---
 debian/changelog | 1 +
 debian/control   | 1 +
 debian/rules     | 2 ++
 3 files changed, 4 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index eaa948c..d79105e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,7 @@ qtwebengine-opensource-src (5.7.1+dfsg-5~) UNRELEASED; urgency=medium
   * Fix "h.264 video does not seem to work" (Closes: #851170)
     - Add use_proprietary_codecs to defines, to be able to use ffmpeg and h264
   * Add -Wl,-z,now to LFAGS, to make build full hardened
+  * Add Build-Deps ninja-build
 
  -- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Fri, 13 Jan 2017 21:06:56 +0100
 
diff --git a/debian/control b/debian/control
index e48c196..d8dfcfb 100644
--- a/debian/control
+++ b/debian/control
@@ -13,6 +13,7 @@ Build-Depends: autotools-dev,
                dh-autoreconf,
                flex,
                gperf,
+               ninja-build,
                khronos-api,
                libasound2-dev [linux-any],
                libavcodec-dev,
diff --git a/debian/rules b/debian/rules
index b4d364d..2d15421 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,6 +2,8 @@
 
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
+export NINJA_PATH=/usr/bin/ninja
+export NINJAFLAGS=-v
 include /usr/share/dpkg/default.mk
 
 export CFLAGS := $(shell dpkg-buildflags --get CFLAGS) $(shell dpkg-buildflags --get CPPFLAGS)

-- 
qtwebengine packaging



More information about the pkg-kde-commits mailing list