[SCM] qtbase packaging branch, master, updated. debian/5.7.1-20161021+dfsg-6-2-g1f86781

Dmitry Shachnev mitya57 at moszumanska.debian.org
Wed Nov 23 12:24:42 UTC 2016


Gitweb-URL: http://git.debian.org/?p=pkg-kde/qt/qtbase.git;a=commitdiff;h=1f86781

The following commit has been merged in the master branch:
commit 1f86781120b3762c8ae3782911089c9b9236f15d
Author: Dmitry Shachnev <mitya57 at gmail.com>
Date:   Wed Nov 23 15:24:18 2016 +0300

    Build with system libdouble-conversion library.
    
    Closes: #845372.
---
 debian/changelog | 1 +
 debian/control   | 1 +
 debian/rules     | 1 +
 3 files changed, 3 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 82a7a48..41dc748 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ qtbase-opensource-src (5.7.1+dfsg-1) UNRELEASED; urgency=medium
 
   [ Dmitry Shachnev ]
   * New upstream final release.
+  * Build with system libdouble-conversion library (closes: #845372).
 
  -- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Wed, 23 Nov 2016 15:19:37 +0300
 
diff --git a/debian/control b/debian/control
index 41a6d80..7886db0 100644
--- a/debian/control
+++ b/debian/control
@@ -17,6 +17,7 @@ Build-Depends: debhelper (>= 9),
                libatspi2.0-dev,
                libcups2-dev,
                libdbus-1-dev,
+               libdouble-conversion-dev,
                libfontconfig1-dev,
                libfreetype6-dev,
                libgbm-dev [linux-any kfreebsd-any],
diff --git a/debian/rules b/debian/rules
index 2a9a796..08d265a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -126,6 +126,7 @@ override_dh_auto_configure:
 	            -system-zlib \
 	            -system-libpng \
 	            -system-libjpeg \
+	            -system-doubleconversion \
 	            -openssl \
 	            -no-rpath \
 	            -verbose \

-- 
qtbase packaging



More information about the pkg-kde-commits mailing list