[SCM] KDE Development Platform Libraries module packaging branch, master, updated. debian/4.10.5-1

Maximiliano Curia maxy at alioth.debian.org
Thu Jul 11 15:27:21 UTC 2013


Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-sc/kde4libs.git;a=commitdiff;h=70ed535

The following commit has been merged in the master branch:
commit 70ed5359217b606d163b7c7105f8924f70c825e0
Author: José Manuel Santamaría Lema <panfaust at gmail.com>
Date:   Sun Feb 3 15:09:10 2013 +0100

    Add install_kcookiescfg.pl_with_exec_perms.diff.
---
 debian/changelog                                           |    1 +
 debian/patches/install_kcookiescfg.pl_with_exec_perms.diff |   11 +++++++++++
 debian/patches/series                                      |    1 +
 3 files changed, 13 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index b7de3b2..2354561 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -19,6 +19,7 @@ kde4libs (4:4.10.0-0r0) UNRELEASED; urgency=low
 
   [ José Manuel Santamaría Lema ]
   * Update patches:
+    - add install_kcookiescfg.pl_with_exec_perms.diff.
     - drop fix-copying-of-files-with-extended-ACLs.patch, applied upstream.
     - drop python3-support-bytecode.patch, applied upstream.
     - drop findpythonlibrary_layout_deb_on_debian.diff, no longer needed. 
diff --git a/debian/patches/install_kcookiescfg.pl_with_exec_perms.diff b/debian/patches/install_kcookiescfg.pl_with_exec_perms.diff
new file mode 100644
index 0000000..83fa7cb
--- /dev/null
+++ b/debian/patches/install_kcookiescfg.pl_with_exec_perms.diff
@@ -0,0 +1,11 @@
+--- a/kioslave/http/kcookiejar/CMakeLists.txt
++++ b/kioslave/http/kcookiejar/CMakeLists.txt
+@@ -48,7 +48,7 @@ install(TARGETS kded_kcookiejar  DESTINA
+ install( FILES domain_info  DESTINATION  ${DATA_INSTALL_DIR}/khtml )
+ install( FILES kcookiejar.desktop  DESTINATION  ${SERVICES_INSTALL_DIR}/kded )
+ install( FILES kcookiescfg.upd  DESTINATION  ${DATA_INSTALL_DIR}/kconf_update )
+-install( FILES kcookiescfg.pl  DESTINATION  ${DATA_INSTALL_DIR}/kconf_update )
++install( PROGRAMS kcookiescfg.pl  DESTINATION  ${DATA_INSTALL_DIR}/kconf_update )
+ install( FILES ${CMAKE_CURRENT_BINARY_DIR}/org.kde.KCookieServer.xml DESTINATION ${DBUS_INTERFACES_INSTALL_DIR} )
+ 
+ 
diff --git a/debian/patches/series b/debian/patches/series
index fb475d6..1050bfa 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -20,3 +20,4 @@ add_dlrestrictions_support.diff
 ktar_header_checksum_fix.diff
 ktar_longlink_length_in_bytes.diff
 glibc_filesystem.diff
+install_kcookiescfg.pl_with_exec_perms.diff

-- 
KDE Development Platform Libraries module packaging



More information about the pkg-kde-commits mailing list