[SCM] KTorrent Debian packaging. branch, master, updated. debian/3.3.1+dfsg.1-1

Modestas Vainius modax-guest at alioth.debian.org
Tue Nov 24 12:42:30 UTC 2009


The following commit has been merged in the master branch:
commit cbe106fc665f268ca02c153f401d807bbf8e2f2b
Author: Modestas Vainius <modestas at vainius.eu>
Date:   Tue Nov 24 13:05:02 2009 +0200

    Refresh patch general/fix_target_link_libraries.
---
 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 3ad7a42..33aa574 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ ktorrent (3.3.1+dfsg.1-1) UNRELEASED; urgency=low
 
   * New upstream release.
   * Fix typo in ktorrent-data description (Closes: #557371).
+  * Refresh patch general/fix_target_link_libraries.
 
  -- Modestas Vainius <modestas at vainius.eu>  Sat, 21 Nov 2009 21:23:05 +0200
 
diff --git a/debian/patches/general/fix_target_link_libraries.diff b/debian/patches/general/fix_target_link_libraries.diff
index 28cea42..728414f 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 1dbc722..a209b9c 100644
+index 3eb487e..2ccda72 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 1dbc722..a209b9c 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.0.0 SOVERSION 10 )
+ set_target_properties(ktcore PROPERTIES VERSION 10.1.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: (65da90d..) general/fix_target_link_libraries (depends on: upstream)
+tg: (d101328..) general/fix_target_link_libraries (depends on: upstream)

-- 
KTorrent Debian packaging.



More information about the pkg-kde-commits mailing list