[SCM] qtsvg packaging branch, experimental, updated. debian/5.5.1-2-6-g4973000

Dmitry Shachnev mitya57 at moszumanska.debian.org
Sat Feb 20 18:36:14 UTC 2016


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

The following commit has been merged in the experimental branch:
commit 9f9ac71fda75154c984900a9f3e297b88ee7b32b
Author: Dmitry Shachnev <mitya57 at gmail.com>
Date:   Sat Feb 20 20:48:16 2016 +0300

    Add fix_install_path.diff from Fedora.
    
    To fix installation path for example SVG files.
---
 debian/changelog                     |  2 ++
 debian/patches/fix_install_path.diff | 14 ++++++++++++++
 debian/patches/series                |  1 +
 3 files changed, 17 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 354bd87..af6b6ff 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -8,6 +8,8 @@ qtsvg-opensource-src (5.6.0~beta-1) UNRELEASED; urgency=medium
   * Stop running pkgkde-mark-qt5-private-symbols script during build. The new
     way is that the maintainers run it themselves after each symbols update.
     Also drop the associated hack to move the private headers from debian/tmp.
+  * Add fix_install_path.diff from Fedora to fix installation path for example
+    SVG files.
 
  -- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Sat, 20 Feb 2016 09:53:23 -0300
 
diff --git a/debian/patches/fix_install_path.diff b/debian/patches/fix_install_path.diff
new file mode 100644
index 0000000..d662e59
--- /dev/null
+++ b/debian/patches/fix_install_path.diff
@@ -0,0 +1,14 @@
+Description: fix install path for example SVG files
+Origin: Fedora
+Author: Helio Chissini de Castro <helio at kde.org>
+Last-Update: 2016-02-20
+
+--- a/examples/svg/richtext/textobject/textobject.pro
++++ b/examples/svg/richtext/textobject/textobject.pro
+@@ -13,5 +13,5 @@
+ INSTALLS += target
+ 
+ filesToDeploy.files = files/*.svg
+-filesToDeploy.path = files
++filesToDeploy.path = $$[QT_INSTALL_EXAMPLES]/svg/richtext/textobject/files
+ DEPLOYMENT += filesToDeploy
diff --git a/debian/patches/series b/debian/patches/series
index c60d93d..45eb156 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
 disable_qicon_test.diff
+fix_install_path.diff

-- 
qtsvg packaging



More information about the pkg-kde-commits mailing list