[SCM] qt5webkit packaging branch, experimental, updated. debian/5.5.1+dfsg-2-10-g75e0729

Dmitry Shachnev mitya57 at moszumanska.debian.org
Sun Mar 6 10:12:49 UTC 2016


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

The following commit has been merged in the experimental branch:
commit d5aa0172f5511e94478747665cdebc35af695710
Author: Dmitry Shachnev <mitya57 at gmail.com>
Date:   Sun Mar 6 13:05:48 2016 +0300

    Call syncqt.pl in configure target.
---
 debian/changelog | 1 +
 debian/rules     | 3 +++
 2 files changed, 4 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index aa9666d..806e57b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,6 +7,7 @@ qtwebkit-opensource-src (5.6.0~rc+dfsg-1) UNRELEASED; urgency=medium
   * Use recommended https URIs for Vcs fields.
   * Do not build-depend on qtxmlpatterns private headers.
   * Update symbols files from the current build log.
+  * Call syncqt.pl in configure target.
 
  -- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Sat, 05 Mar 2016 21:41:44 +0300
 
diff --git a/debian/rules b/debian/rules
index c8bca65..a427c2e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -50,6 +50,9 @@ endif
 	# Run qmake again now with the proper values.
 	qmake
 
+	# Upstream 5.6.0 RC tarball was generated improperly and has no synced headers
+	/usr/lib/$(DEB_HOST_MULTIARCH)/qt5/bin/syncqt.pl Source -version 5.6.0
+
 override_dh_auto_build-indep:
 	dh_auto_build -- docs
 

-- 
qt5webkit packaging



More information about the pkg-kde-commits mailing list