[SCM] KDE Network module packaging branch, kde4.10, updated. debian/4.10.5-1

Maximiliano Curia maxy at alioth.debian.org
Sat Jul 13 12:27:00 UTC 2013


Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-sc/kdenetwork.git;a=commitdiff;h=55099f1

The following commit has been merged in the kde4.10 branch:
commit 55099f149519885474a4595729142346be0f3388
Author: Maximiliano Curia <maxy at debian.org>
Date:   Sat Jul 13 12:17:00 2013 +0200

    Patch to install kget documentation: fix-kget-doc.patch.
---
 debian/changelog                  |    1 +
 debian/patches/fix-kget-doc.patch |   20 ++++++++++++++++++++
 debian/patches/series             |    1 +
 3 files changed, 22 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 7719063..a080631 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,6 +7,7 @@ kdenetwork (4:4.10.5-1) UNRELEASED; urgency=low
   * Add libtelepathy-qt4-dev as a build-dep.
   * Add nepomuk-core-dev as a build-dep.
   * Add kde-workspace-dev as a build-dep.
+  * Patch to install kget documentation: fix-kget-doc.patch.
 
   [ Pino Toscano ]
   * Merge 4:4.8.4-3 from sid.
diff --git a/debian/patches/fix-kget-doc.patch b/debian/patches/fix-kget-doc.patch
new file mode 100644
index 0000000..b8f03b3
--- /dev/null
+++ b/debian/patches/fix-kget-doc.patch
@@ -0,0 +1,20 @@
+Index: kdenetwork-4.10.5/kget/CMakeLists.txt
+===================================================================
+--- kdenetwork-4.10.5.orig/kget/CMakeLists.txt	2013-07-13 01:09:51.000000000 +0200
++++ kdenetwork-4.10.5/kget/CMakeLists.txt	2013-07-13 01:09:58.000000000 +0200
+@@ -100,6 +100,7 @@
+ add_subdirectory(desktop)
+ add_subdirectory(plasma)
+ add_subdirectory(tests)
++add_subdirectory(doc)
+ 
+ macro_optional_find_package(KDE4Workspace)
+ macro_log_feature(KDE4WORKSPACE_FOUND "KDE4Workspace" "KDE4 workspace libraries, part of kdebase-workspace" "http://www.kde.org" FALSE "" "Allows 'shutdown after downloads completed' in kget")
+Index: kdenetwork-4.10.5/kget/doc/CMakeLists.txt
+===================================================================
+--- kdenetwork-4.10.5.orig/kget/doc/CMakeLists.txt	2013-06-28 20:07:00.882861832 +0200
++++ kdenetwork-4.10.5/kget/doc/CMakeLists.txt	2013-07-13 10:36:47.837021486 +0200
+@@ -1,2 +1,2 @@
+ ########### install files ###############
+-kde4_create_handbook(index.docbook INSTALL_DESTINATION ${HTML_INSTALL_DIR}/en)
++kde4_create_handbook(index.docbook INSTALL_DESTINATION ${HTML_INSTALL_DIR}/en SUBDIR kget)
diff --git a/debian/patches/series b/debian/patches/series
index 1549db4..011adda 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,3 @@
 kdenetwork-4.7.97-fix-for-g++47.patch
 add_libpthread_to_krfb.diff
+fix-kget-doc.patch

-- 
KDE Network module packaging



More information about the pkg-kde-commits mailing list