rev 14672 - in trunk/packages/kdevelop/debian: . patches

Fathi Boudra fabo at alioth.debian.org
Sun May 24 11:59:13 UTC 2009


Author: fabo
Date: 2009-05-24 11:59:13 +0000 (Sun, 24 May 2009)
New Revision: 14672

Modified:
   trunk/packages/kdevelop/debian/changelog
   trunk/packages/kdevelop/debian/control
   trunk/packages/kdevelop/debian/patches/10_private_libs_soversion.diff
Log:
kdevelop 3.9.93 tagged.
Bump kdevplatform build dependency from 0.9.92 to 0.9.93.
Refresh 10_private_libs_soversion.diff patch:
 qmake project manager is removed upstream.
Update debian/kdevelop-data.install:
 qmake builder and qtdesigner are removed upstream.


Modified: trunk/packages/kdevelop/debian/changelog
===================================================================
--- trunk/packages/kdevelop/debian/changelog	2009-05-24 11:28:46 UTC (rev 14671)
+++ trunk/packages/kdevelop/debian/changelog	2009-05-24 11:59:13 UTC (rev 14672)
@@ -1,10 +1,15 @@
-kdevelop (4:3.9.93-1) UNRELEASED; urgency=low
+kdevelop (4:3.9.93-1) experimental; urgency=low
 
   * New upstream release.
   * Add kdebase-workspace-dev build dependency.
     It's needed for ksysguard widget.
+  * Bump kdevplatform build dependency from 0.9.92 to 0.9.93.
+  * Refresh 10_private_libs_soversion.diff patch:
+    qmake project manager is removed upstream.
+  * Update debian/kdevelop-data.install:
+    qmake builder and qtdesigner are removed upstream.
 
- -- Fathi Boudra <fabo at debian.org>  Wed, 06 May 2009 09:12:18 +0200
+ -- Fathi Boudra <fabo at debian.org>  Sun, 24 May 2009 13:14:49 +0200
 
 kdevelop (4:3.9.92-1) experimental; urgency=low
 

Modified: trunk/packages/kdevelop/debian/control
===================================================================
--- trunk/packages/kdevelop/debian/control	2009-05-24 11:28:46 UTC (rev 14671)
+++ trunk/packages/kdevelop/debian/control	2009-05-24 11:59:13 UTC (rev 14672)
@@ -4,7 +4,7 @@
 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, pkg-kde-tools,
- kdevplatform-dev (>= 0.9.92), kdebase-workspace-dev
+ kdevplatform-dev (>= 0.9.93), kdebase-workspace-dev
 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-05-24 11:28:46 UTC (rev 14671)
+++ trunk/packages/kdevelop/debian/patches/10_private_libs_soversion.diff	2009-05-24 11:59:13 UTC (rev 14672)
@@ -65,32 +65,12 @@
  
  kde4_add_ui_files( cmakemanager_SRCS ${cmakemanager_UI} )
  kde4_add_plugin( kdevcmakemanager ${cmakemanager_SRCS} )
---- 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 kdev4qmakeparser ${INSTALL_TARGETS_DEFAULT_ARGS})
- 
---- 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} )
-+set_target_properties(kdev4qmakeduchain PROPERTIES SOVERSION ${PRIVATE_LIBS_SOVERSION})
- 
- install(TARGETS kdev4qmakeduchain ${INSTALL_TARGETS_DEFAULT_ARGS})
- 
 --- a/CMakeLists.txt
 +++ b/CMakeLists.txt
 @@ -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 92 )
+ set( KDEVELOP_VERSION_PATCH 93 )
 +set(PRIVATE_LIBS_SOVERSION ${KDEVELOP_VERSION_MAJOR}.${KDEVELOP_VERSION_MINOR}.${KDEVELOP_VERSION_PATCH})
  
  set(KDE_MIN_VERSION "4.2.0")




More information about the pkg-kde-commits mailing list