rev 14455 - in trunk/packages: kdevelop/debian kdevelop/debian/patches kdevplatform/debian

Fathi Boudra fabo at alioth.debian.org
Mon Apr 20 13:47:27 UTC 2009


Author: fabo
Date: 2009-04-20 13:47:27 +0000 (Mon, 20 Apr 2009)
New Revision: 14455

Removed:
   trunk/packages/kdevelop/debian/patches/20_external_lcov.diff
Modified:
   trunk/packages/kdevelop/debian/changelog
   trunk/packages/kdevelop/debian/control
   trunk/packages/kdevelop/debian/patches/10_private_libs_soversion.diff
   trunk/packages/kdevelop/debian/patches/series
   trunk/packages/kdevplatform/debian/changelog
Log:
kdevplatform 0.9.92 was released.
Update kdevelop package to 3.9.92:
 - refresh 10_private_libs_soversion.diff patch
 - remove 20_external_lcov.diff patch. Merged upstream.
 - depends on kdevplatform 0.9.92


Modified: trunk/packages/kdevelop/debian/changelog
===================================================================
--- trunk/packages/kdevelop/debian/changelog	2009-04-20 13:24:08 UTC (rev 14454)
+++ trunk/packages/kdevelop/debian/changelog	2009-04-20 13:47:27 UTC (rev 14455)
@@ -1,4 +1,4 @@
-kdevelop (4:3.9.91-1) UNRELEASED; urgency=low
+kdevelop (4:3.9.92-1) UNRELEASED; urgency=low
 
   * Initial upload of kdevelop 4 to experimental (Closes: #481832).
 

Modified: trunk/packages/kdevelop/debian/control
===================================================================
--- trunk/packages/kdevelop/debian/control	2009-04-20 13:24:08 UTC (rev 14454)
+++ trunk/packages/kdevelop/debian/control	2009-04-20 13:47:27 UTC (rev 14455)
@@ -3,8 +3,8 @@
 Priority: optional
 Maintainer: Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>
 Uploaders: Fathi Boudra <fabo at debian.org>, Jeremy Lainé <jeremy.laine at m4x.org>
-Build-Depends: cdbs, debhelper (>= 7), quilt, cmake (>= 2.6.2), pkg-kde-tools (>= 0.4),
- kdevplatform-dev
+Build-Depends: cdbs, debhelper (>= 7), quilt, cmake, pkg-kde-tools,
+ kdevplatform-dev (0.9.92)
 Standards-Version: 3.8.1
 Homepage: http://www.kdevelop.org/
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-kde/trunk/packages/kdevelop

Modified: trunk/packages/kdevelop/debian/patches/10_private_libs_soversion.diff
===================================================================
--- trunk/packages/kdevelop/debian/patches/10_private_libs_soversion.diff	2009-04-20 13:24:08 UTC (rev 14454)
+++ trunk/packages/kdevelop/debian/patches/10_private_libs_soversion.diff	2009-04-20 13:47:27 UTC (rev 14455)
@@ -1,15 +1,15 @@
---- a/plugins/languages/cpp/veritas/CMakeLists.txt
-+++ b/plugins/languages/cpp/veritas/CMakeLists.txt
-@@ -35,5 +35,6 @@
+--- a/languages/cpp/veritas/CMakeLists.txt
++++ b/languages/cpp/veritas/CMakeLists.txt
+@@ -35,5 +35,6 @@ target_link_libraries(veritascpp
      ${KDEVPLATFORM_LANGUAGE_LIBRARY}
      ${KDEVPLATFORM_INTERFACES_LIBRARY}
      ${KDE4_KTEXTEDITOR_LIBS})
 +set_target_properties(veritascpp PROPERTIES SOVERSION ${PRIVATE_LIBS_SOVERSION})
  install(TARGETS veritascpp ${INSTALL_TARGETS_DEFAULT_ARGS})
  
---- a/plugins/languages/cpp/parser/rpp/CMakeLists.txt
-+++ b/plugins/languages/cpp/parser/rpp/CMakeLists.txt
-@@ -22,6 +22,7 @@
+--- a/languages/cpp/parser/rpp/CMakeLists.txt
++++ b/languages/cpp/parser/rpp/CMakeLists.txt
+@@ -22,6 +22,7 @@ set(kdevcpprpp_LIB_SRCS
  #       to the plugin target
  kde4_add_library(kdev4cpprpp SHARED ${kdevcpprpp_LIB_SRCS})
  target_link_libraries(kdev4cpprpp ${KDE4_KDECORE_LIBS} ${KDEVPLATFORM_LANGUAGE_LIBRARY} ${KDE4_KTEXTEDITOR_LIBS} )
@@ -17,17 +17,17 @@
  install(TARGETS kdev4cpprpp ${INSTALL_TARGETS_DEFAULT_ARGS} )
  
  ########### install files ###############
---- a/plugins/languages/cpp/parser/CMakeLists.txt
-+++ b/plugins/languages/cpp/parser/CMakeLists.txt
-@@ -34,4 +34,5 @@
+--- a/languages/cpp/parser/CMakeLists.txt
++++ b/languages/cpp/parser/CMakeLists.txt
+@@ -34,4 +34,5 @@ set(kdevcppparser_LIB_SRCS
  #       to the plugin target
  kde4_add_library(kdev4cppparser SHARED ${kdevcppparser_LIB_SRCS})
  target_link_libraries(kdev4cppparser ${KDEVPLATFORM_LANGUAGE_LIBRARY} ${KDE4_KDECORE_LIBS} ${KDE4_KTEXTEDITOR_LIBS} kdev4cpprpp )
 +set_target_properties(kdev4cppparser PROPERTIES SOVERSION ${PRIVATE_LIBS_SOVERSION})
  install(TARGETS kdev4cppparser ${INSTALL_TARGETS_DEFAULT_ARGS} )
---- a/plugins/languages/cpp/cppduchain/CMakeLists.txt
-+++ b/plugins/languages/cpp/cppduchain/CMakeLists.txt
-@@ -59,6 +59,7 @@
+--- a/languages/cpp/cppduchain/CMakeLists.txt
++++ b/languages/cpp/cppduchain/CMakeLists.txt
+@@ -62,6 +62,7 @@ target_link_libraries(kdev4cppduchain 
  		kdev4cppparser 
  		${KDE4_KTEXTEDITOR_LIBS} 
  		kdev4cpprpp)
@@ -35,9 +35,9 @@
  install(TARGETS kdev4cppduchain ${INSTALL_TARGETS_DEFAULT_ARGS})
  
  ########### install files ###############
---- a/plugins/xtest/qtest/CMakeLists.txt
-+++ b/plugins/xtest/qtest/CMakeLists.txt
-@@ -34,6 +34,7 @@
+--- a/xtest/qtest/CMakeLists.txt
++++ b/xtest/qtest/CMakeLists.txt
+@@ -35,6 +35,7 @@ target_link_libraries(kdevqtest
      ${QT_QTCORE_LIBRARY}
      ${KDE4_KTEXTEDITOR_LIBS}
      ${QT_QTXML_LIBRARY})
@@ -45,9 +45,9 @@
  install(TARGETS kdevqtest ${INSTALL_TARGETS_DEFAULT_ARGS} )
  
  set(kdevqtestview_SRCS qtestplugin.cpp)
---- a/plugins/coverage/CMakeLists.txt
-+++ b/plugins/coverage/CMakeLists.txt
-@@ -35,6 +35,7 @@
+--- a/tools/coverage/CMakeLists.txt
++++ b/tools/coverage/CMakeLists.txt
+@@ -39,6 +39,7 @@ target_link_libraries(kdevveritascoverag
      ${KDE4_KTEXTEDITOR_LIBS}
      ${KDE4_KFILE_LIBS}
      ${KDEVPLATFORM_INTERFACES_LIBRARY})
@@ -55,9 +55,9 @@
  install(TARGETS kdevveritascoverage ${INSTALL_TARGETS_DEFAULT_ARGS})
  
  qt4_automoc(coverageplugin.cpp)
---- a/plugins/managers/cmake/CMakeLists.txt
-+++ b/plugins/managers/cmake/CMakeLists.txt
-@@ -69,6 +69,7 @@
+--- a/projectmanagers/cmake/CMakeLists.txt
++++ b/projectmanagers/cmake/CMakeLists.txt
+@@ -71,6 +71,7 @@ target_link_libraries( kdev4cmakecommon 
                          ${KDE4_KTEXTEDITOR_LIBS} ${KDEVPLATFORM_INTERFACES_LIBRARY} ${KDEVPLATFORM_PROJECT_LIBRARY}
                          ${QT_QTSCRIPT_LIBRARY} ${KDEVPLATFORM_LANGUAGE_LIBRARY}
                          )
@@ -65,19 +65,19 @@
  
  kde4_add_ui_files( cmakemanager_SRCS ${cmakemanager_UI} )
  kde4_add_plugin( kdevcmakemanager ${cmakemanager_SRCS} )
---- a/plugins/managers/qmake/parser/CMakeLists.txt
-+++ b/plugins/managers/qmake/parser/CMakeLists.txt
-@@ -37,6 +37,7 @@
+--- a/projectmanagers/qmake/parser/CMakeLists.txt
++++ b/projectmanagers/qmake/parser/CMakeLists.txt
+@@ -41,6 +41,7 @@ endif(BUILD_qmake_parser)
  #       to the plugin target
  kde4_add_library( kdev4qmakeparser SHARED ${parser_STAT_SRCS} ${parser_GEN_SRCS})
  target_link_libraries(kdev4qmakeparser ${KDE4_KDECORE_LIBS})
 +set_target_properties(kdev4qmakeparser PROPERTIES SOVERSION ${PRIVATE_LIBS_SOVERSION})
  
- install(TARGETS qmake-parser ${INSTALL_TARGETS_DEFAULT_ARGS})
  install(TARGETS kdev4qmakeparser ${INSTALL_TARGETS_DEFAULT_ARGS})
---- a/plugins/managers/qmake/duchain/CMakeLists.txt
-+++ b/plugins/managers/qmake/duchain/CMakeLists.txt
-@@ -11,6 +11,7 @@
+ 
+--- a/projectmanagers/qmake/duchain/CMakeLists.txt
++++ b/projectmanagers/qmake/duchain/CMakeLists.txt
+@@ -11,6 +11,7 @@ set(duchain_STAT_SRCS
  #       to the plugin target
  kde4_add_library( kdev4qmakeduchain SHARED ${duchain_STAT_SRCS})
  target_link_libraries(kdev4qmakeduchain ${KDE4_KDECORE_LIBS} kdev4qmakeparser ${KDEVPLATFORM_LANGUAGE_LIBRARY} ${KDE4_KTEXTEDITOR_LIBS} )
@@ -87,11 +87,11 @@
  
 --- a/CMakeLists.txt
 +++ b/CMakeLists.txt
-@@ -7,6 +7,7 @@
+@@ -7,6 +7,7 @@ set(CMAKE_MODULE_PATH ${CMAKE_SOURCE_DIR
  set( KDEVELOP_VERSION_MAJOR 3 )
  set( KDEVELOP_VERSION_MINOR 9 )
- set( KDEVELOP_VERSION_PATCH 91 )
+ set( KDEVELOP_VERSION_PATCH 92 )
 +set(PRIVATE_LIBS_SOVERSION ${KDEVELOP_VERSION_MAJOR}.${KDEVELOP_VERSION_MINOR}.${KDEVELOP_VERSION_PATCH})
  
- set(KDE_MIN_VERSION "4.1.96")
- find_package(KDE4 4.1.96 REQUIRED)
+ set(KDE_MIN_VERSION "4.2.0")
+ find_package(KDE4 4.2.0 REQUIRED)

Modified: trunk/packages/kdevelop/debian/patches/series
===================================================================
--- trunk/packages/kdevelop/debian/patches/series	2009-04-20 13:24:08 UTC (rev 14454)
+++ trunk/packages/kdevelop/debian/patches/series	2009-04-20 13:47:27 UTC (rev 14455)
@@ -1,2 +1 @@
 10_private_libs_soversion.diff
-20_external_lcov.diff

Modified: trunk/packages/kdevplatform/debian/changelog
===================================================================
--- trunk/packages/kdevplatform/debian/changelog	2009-04-20 13:24:08 UTC (rev 14454)
+++ trunk/packages/kdevplatform/debian/changelog	2009-04-20 13:47:27 UTC (rev 14455)
@@ -1,6 +1,6 @@
-kdevplatform (0.9.91+svn956355-0r1) UNRELEASED; urgency=low
+kdevplatform (0.9.92-0r1) UNRELEASED; urgency=low
 
-  * SVN snapshot.
+  * New upstream release.
   * Bump Standards-Version to 3.8.1. No changes needed.
   * Move kdevplatform-dbg package to debug section.
   * Update debian/kdevplatform-dev.install: add debugger include files.




More information about the pkg-kde-commits mailing list