No subject

Andreas Cord-Landwehr cola-guest at alioth.debian.org
Wed Mar 21 22:06:40 UTC 2012


commit 9a72dd7cd27175c46606d095627168ac50f04328
Author: Andreas Cord-Landwehr <cola at uni-paderborn.de>
Date:   Wed Mar 21 21:44:44 2012 +0100

    Update patch.
---
 debian/changelog                                   |    1 +
 .../patches/okteta_optional_structures_tool.diff   |   12 ++++++++----
 2 files changed, 9 insertions(+), 4 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 09c861e..da809a8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,7 @@ kdevelop (4:4.3.0-0r0) UNRELEASED; urgency=low
   * Bump build dependency kdevplatform-dev to version 1.3.0
   * Update build dependency from kdebase-workspace-dev to kde-workspace-dev.
   * Update debian/copyright.
+  * Update patch.
 
  -- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Sun, 22 Jan 2012 12:20:57 +0100
 
diff --git a/debian/patches/okteta_optional_structures_tool.diff b/debian/patches/okteta_optional_structures_tool.diff
index aa4a3c8..4ccb1aa 100644
--- a/debian/patches/okteta_optional_structures_tool.diff
+++ b/debian/patches/okteta_optional_structures_tool.diff
@@ -33,17 +33,21 @@ Forwarded: no
      KDevelop::IDocumentController* documentController = core()->documentController();
 --- a/utils/okteta/CMakeLists.txt
 +++ b/utils/okteta/CMakeLists.txt
-@@ -1,9 +1,13 @@
+@@ -1,5 +1,6 @@
  project( okteta )
  
 +find_file(KASTEN_STRUCTTOOL_H structtool.h PATHS ${LIBKASTEN_INCLUDE_DIR} NO_DEFAULT_PATH)
  
  include_directories( ${okteta_SOURCE_DIR} ${okteta_BINARY_DIR} )
  
- # add_definitions( -DKDE_DEFAULT_DEBUG_AREA=9038 )
+@@ -7,6 +8,10 @@
+     -DKASTEN_VERSION=${LIBKASTEN_VERSION}
+ )
+ 
 +if(NOT KASTEN_STRUCTTOOL_H)
 +    add_definitions(-DOKTETA_NO_STRUCTURES_TOOL)
 +endif()
- 
++
  include_directories(
-   ${LIBKASTEN_INCLUDE_DIR}
+   ${LIBKASTEN_INCLUDE_DIRS}
+   ${LIBOKTETA_INCLUDE_DIRS}

-- 
KDevelop packaging



More information about the pkg-kde-commits mailing list