[SCM] KTorrent Debian packaging. branch, master, updated. debian/3.3.3+dfsg.1-1
Modestas Vainius
modax at alioth.debian.org
Mon Jan 18 00:20:51 UTC 2010
The following commit has been merged in the master branch:
commit b8b1afb536ff3cb4adf14477ee8699b1ecb40445
Author: Modestas Vainius <modestas at vainius.eu>
Date: Mon Jan 18 01:44:22 2010 +0200
Update general/fix_target_link_libraries.diff patch.
---
debian/changelog | 1 +
.../patches/general/fix_target_link_libraries.diff | 6 +++---
2 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 22739fd..1245a3a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
ktorrent (3.3.3+dfsg.1-1) UNRELEASED; urgency=low
* New upstream release (Closes: #565678).
+ * Update general/fix_target_link_libraries.diff patch.
-- Modestas Vainius <modax at debian.org> Mon, 18 Jan 2010 01:39:40 +0200
diff --git a/debian/patches/general/fix_target_link_libraries.diff b/debian/patches/general/fix_target_link_libraries.diff
index 728414f..521be08 100644
--- a/debian/patches/general/fix_target_link_libraries.diff
+++ b/debian/patches/general/fix_target_link_libraries.diff
@@ -11,7 +11,7 @@ Signed-off-by: Modestas Vainius <modestas at vainius.eu>
2 files changed, 1 insertions(+), 2 deletions(-)
diff --git a/libktcore/CMakeLists.txt b/libktcore/CMakeLists.txt
-index 3eb487e..2ccda72 100644
+index 1ee89ee..7c5f7c8 100644
--- a/libktcore/CMakeLists.txt
+++ b/libktcore/CMakeLists.txt
@@ -54,7 +54,7 @@ kde4_add_ui_files(libktorrent_SRC ${libktorrent_UI})
@@ -20,7 +20,7 @@ index 3eb487e..2ccda72 100644
-target_link_libraries(ktcore ${KDE4_KDE3SUPPORT_LIBS} ${KDE4_KPARTS_LIBS} ${KDE4_KUTILS_LIBS} btcore ${KDE4_SOLID_LIBS} ${GMP_LIBRARIES})
+target_link_libraries(ktcore ${QT_QT3SUPPORT_LIBRARY} ${KDE4_KPARTS_LIBS} ${KDE4_KUTILS_LIBS} btcore ${KDE4_SOLID_LIBS} ${GMP_LIBRARIES})
- set_target_properties(ktcore PROPERTIES VERSION 10.1.0 SOVERSION 10 )
+ set_target_properties(ktcore PROPERTIES VERSION 10.2.0 SOVERSION 10 )
install(TARGETS ktcore ${INSTALL_TARGETS_DEFAULT_ARGS} )
diff --git a/plugins/scripting/CMakeLists.txt b/plugins/scripting/CMakeLists.txt
@@ -36,4 +36,4 @@ index dff2ba7..8663e5e 100644
${QT_QTCORE_LIBRARY}
${QT_QT3SUPPORT_LIBRARY}
--
-tg: (d101328..) general/fix_target_link_libraries (depends on: upstream)
+tg: (c4e3ad3..) general/fix_target_link_libraries (depends on: upstream)
--
KTorrent Debian packaging.
More information about the pkg-kde-commits
mailing list