[SCM] qtdeclarative packaging branch, master, updated. debian/5.0.2-6-4-g2962e85

Lisandro Damián Nicanor Pérez lisandro at alioth.debian.org
Thu Jul 11 03:10:18 UTC 2013


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

The following commit has been merged in the master branch:
commit 2962e85a8a1e5c4b2e2c6a3a0d501afb6f979cc8
Author: Lisandro Damián Nicanor Pérez Meyer <perezmeyer at gmail.com>
Date:   Thu Jul 11 00:09:50 2013 -0300

    Add fix_systemdialogs_path patch.
---
 debian/changelog                      |    3 +++
 debian/patches/fix_systemdialogs_path |   16 ++++++++++++++++
 debian/patches/series                 |    1 +
 3 files changed, 20 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 964da39..e9a05b2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -10,6 +10,9 @@ qtdeclarative-opensource-src (5.1.0-1) UNRELEASED; urgency=low
   * Update watch file.
   * Bump the build dependency on libqt5v8-5-private-dev to 5.1.0-2~,
     as I wrongly removed the private headers in the previous version.
+  * Add fix_systemdialogs_path to allow installing the sistemdialogs
+    example binary in it's place. Upstream bug
+    https://bugreports.qt-project.org/browse/QTBUG-32359.
 
  -- Timo Jyrinki <timo at debian.org>  Tue, 09 Jul 2013 08:53:30 +0300
 
diff --git a/debian/patches/fix_systemdialogs_path b/debian/patches/fix_systemdialogs_path
new file mode 100644
index 0000000..929679e
--- /dev/null
+++ b/debian/patches/fix_systemdialogs_path
@@ -0,0 +1,16 @@
+Description: fixes installation path of systemdialogs example.
+ This bug has been reported upstream as
+ https://bugreports.qt-project.org/browse/QTBUG-32359
+Author: Lisandro Damián Nicanor Pérez Meyer <lisandro at debian.org>
+Bug: https://bugreports.qt-project.org/browse/QTBUG-32359
+Last-Update: 2013-07-10
+
+--- a/examples/quick/dialogs/systemdialogs/systemdialogs.pro
++++ b/examples/quick/dialogs/systemdialogs/systemdialogs.pro
+@@ -13,5 +13,5 @@ EXAMPLE_FILES = \
+     FileDialogs.qml \
+     ColorDialogs.qml
+ 
+-target.path = $$[QT_INSTALL_EXAMPLES]/quick/dialogs
++target.path = $$[QT_INSTALL_EXAMPLES]/quick/dialog/systemdialogs
+ INSTALLS += target
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..7b93682
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+fix_systemdialogs_path

-- 
qtdeclarative packaging



More information about the pkg-kde-commits mailing list