[SCM] KTorrent Debian packaging. branch, experimental, updated. debian/3.2.5+dfsg.1-1-22-g17ebbd1

Modestas Vainius modax-guest at alioth.debian.org
Sun Oct 25 14:58:09 UTC 2009


The following commit has been merged in the experimental branch:
commit 17ebbd149941f6535aca09f1c530228ddb5f3ce8
Author: Modestas Vainius <modestas at vainius.eu>
Date:   Sun Oct 25 16:49:02 2009 +0200

    Adapt general/fix_target_link_libraries patch to upstream changes.
---
 debian/changelog                                   |    1 +
 .../patches/general/fix_target_link_libraries.diff |   12 ++++++------
 2 files changed, 7 insertions(+), 6 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index f14f2fe..a4e9cb4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ ktorrent (3.3~rc1+dfsg.1-0r1) UNRELEASED; urgency=low
   * New upstream development release.
     - sends proper "downloaded" data to tracker (Closes: #534576).
   * Merge 3.2.3.1+dfsg.1-1, 3.2.4+dfsg.1-1 and 3.2.5+dfsg.1-1 packaging.
+  * Adapt general/fix_target_link_libraries patch to upstream changes.
 
  -- Modestas Vainius <modestas at vainius.eu>  Sun, 25 Oct 2009 16:30:14 +0200
 
diff --git a/debian/patches/general/fix_target_link_libraries.diff b/debian/patches/general/fix_target_link_libraries.diff
index dad4c93..ab62070 100644
--- a/debian/patches/general/fix_target_link_libraries.diff
+++ b/debian/patches/general/fix_target_link_libraries.diff
@@ -11,23 +11,23 @@ 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 ff536e5..97432a7 100644
+index 1dbc722..a209b9c 100644
 --- a/libktcore/CMakeLists.txt
 +++ b/libktcore/CMakeLists.txt
-@@ -40,7 +40,7 @@ kde4_add_ui_files(libktorrent_SRC ${libktorrent_UI})
+@@ -54,7 +54,7 @@ kde4_add_ui_files(libktorrent_SRC ${libktorrent_UI})
  kde4_add_kcfg_files(libktorrent_SRC settings.kcfgc)
  kde4_add_library(ktcore SHARED ${libktorrent_SRC})
  
 -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 9.3.0 SOVERSION 9 )
+ set_target_properties(ktcore PROPERTIES VERSION 10.0.0 SOVERSION 10 )
  install(TARGETS ktcore  ${INSTALL_TARGETS_DEFAULT_ARGS} )
  
 diff --git a/plugins/scripting/CMakeLists.txt b/plugins/scripting/CMakeLists.txt
-index 680ac3c..e0476f5 100644
+index dff2ba7..8663e5e 100644
 --- a/plugins/scripting/CMakeLists.txt
 +++ b/plugins/scripting/CMakeLists.txt
-@@ -19,7 +19,6 @@ target_link_libraries(
+@@ -20,7 +20,6 @@ target_link_libraries(
      ${KDE4_KDECORE_LIBS}
      ${KDE4_KDEUI_LIBS}
      ${KDE4_KROSSCORE_LIBS}
@@ -36,4 +36,4 @@ index 680ac3c..e0476f5 100644
      ${QT_QTCORE_LIBRARY}
      ${QT_QT3SUPPORT_LIBRARY}
 -- 
-tg: (69c25da..) general/fix_target_link_libraries (depends on: upstream)
+tg: (742dff5..) general/fix_target_link_libraries (depends on: upstream-exp)

-- 
KTorrent Debian packaging.



More information about the pkg-kde-commits mailing list