[SCM] KDE Network module packaging branch, master, updated. debian/4.8.4-3

Maximiliano Curia maxy at alioth.debian.org
Sun Jun 30 20:02:39 UTC 2013


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

The following commit has been merged in the master branch:
commit 9d5b7d06e89020dd0c4ec483f140d40d949fbed1
Author: Maximiliano Curia <maxy at debian.org>
Date:   Sun Jun 30 17:40:50 2013 +0200

    New patch: add_libpthread_to_krfb.diff. (Closes: #713770)
---
 debian/changelog                           |    1 +
 debian/patches/add_libpthread_to_krfb.diff |   13 +++++++++++++
 debian/patches/series                      |    1 +
 3 files changed, 15 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index f627ad1..f6af5c3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,7 @@ kdenetwork (4:4.8.4-3) UNRELEASED; urgency=low
   * Update uploaders.
   * Add myself to uploaders.
   * Bump Standards-Version to 3.9.4, no changes needed.
+  * New patch: add_libpthread_to_krfb.diff. (Closes: #713770)
 
  -- Maximiliano Curia <maxy at debian.org>  Sun, 30 Jun 2013 15:08:31 +0200
 
diff --git a/debian/patches/add_libpthread_to_krfb.diff b/debian/patches/add_libpthread_to_krfb.diff
new file mode 100644
index 0000000..334da1c
--- /dev/null
+++ b/debian/patches/add_libpthread_to_krfb.diff
@@ -0,0 +1,13 @@
+Index: kdenetwork-4.8.4/krfb/krfb/CMakeLists.txt
+===================================================================
+--- kdenetwork-4.8.4.orig/krfb/krfb/CMakeLists.txt	2011-07-27 20:25:38.777636832 +0200
++++ kdenetwork-4.8.4/krfb/krfb/CMakeLists.txt	2013-06-30 17:38:40.589454305 +0200
+@@ -119,6 +119,8 @@
+     )
+ endif (X11_XTest_FOUND)
+ 
++target_link_libraries (krfb pthread)
++
+ install (TARGETS krfb
+          ${INSTALL_TARGETS_DEFAULT_ARGS}
+ )
diff --git a/debian/patches/series b/debian/patches/series
index f06da80..d041f73 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,3 @@
 kdenetwork-4.7.97-fix-for-g++47.patch
 upstream_r1353735.diff
+add_libpthread_to_krfb.diff

-- 
KDE Network module packaging



More information about the pkg-kde-commits mailing list