rev 11291 - in branches/kde4/packages/kdewebdev/debian: . patches

Sune Vuorela pusling-guest at alioth.debian.org
Thu Jul 3 20:52:51 UTC 2008


Author: pusling-guest
Date: 2008-07-03 20:52:50 +0000 (Thu, 03 Jul 2008)
New Revision: 11291

Added:
   branches/kde4/packages/kdewebdev/debian/patches/01_no_need_to_have_interpreter_to_install_examples.diff
Modified:
   branches/kde4/packages/kdewebdev/debian/changelog
   branches/kde4/packages/kdewebdev/debian/control
   branches/kde4/packages/kdewebdev/debian/patches/series
Log:
Needs kdepimlibs, boost, libxslt and zlib during build

Modified: branches/kde4/packages/kdewebdev/debian/changelog
===================================================================
--- branches/kde4/packages/kdewebdev/debian/changelog	2008-07-03 08:07:01 UTC (rev 11290)
+++ branches/kde4/packages/kdewebdev/debian/changelog	2008-07-03 20:52:50 UTC (rev 11291)
@@ -6,6 +6,7 @@
   * Kommander has arrived
   * Source-Version => source:Version
   * dev-stuff to not-installed
+  * Needs kdepimlibs, boost, libxslt and zlib during build
 
   +++ Changes by Matthew Rosewarne:
 

Modified: branches/kde4/packages/kdewebdev/debian/control
===================================================================
--- branches/kde4/packages/kdewebdev/debian/control	2008-07-03 08:07:01 UTC (rev 11290)
+++ branches/kde4/packages/kdewebdev/debian/control	2008-07-03 20:52:50 UTC (rev 11291)
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>
 Build-Depends: cdbs, debhelper (>= 5), cmake (>= 2.4.5), quilt, kdelibs5-dev (>=4:3.98.0~),
- libtidy-dev
+ libtidy-dev, kdepimlibs5-dev, zlib1g-dev, libboost-dev, libxslt-dev
 Standards-Version: 3.7.3
 Homepage: http://kdewebdev.org/
 

Added: branches/kde4/packages/kdewebdev/debian/patches/01_no_need_to_have_interpreter_to_install_examples.diff
===================================================================
--- branches/kde4/packages/kdewebdev/debian/patches/01_no_need_to_have_interpreter_to_install_examples.diff	                        (rev 0)
+++ branches/kde4/packages/kdewebdev/debian/patches/01_no_need_to_have_interpreter_to_install_examples.diff	2008-07-03 20:52:50 UTC (rev 11291)
@@ -0,0 +1,23 @@
+Provide the example scripts no matter of ruby is available in the 
+build environment or not
+
+
+Index: b/klinkstatus/src/plugins/scripting/scripts/CMakeLists.txt
+===================================================================
+--- a/klinkstatus/src/plugins/scripting/scripts/CMakeLists.txt
++++ b/klinkstatus/src/plugins/scripting/scripts/CMakeLists.txt
+@@ -4,7 +4,6 @@
+ 
+ macro_optional_find_package(RUBY)
+ 
+-if(RUBY_FOUND)
+     
+     include_directories(${RUBY_INCLUDE_PATH})
+ 
+@@ -16,6 +15,5 @@
+         examples/statistics/statistics.rb 
+         DESTINATION ${DATA_INSTALL_DIR}/klinkstatus/scripts)
+         
+-endif(RUBY_FOUND)
+ 
+ 

Modified: branches/kde4/packages/kdewebdev/debian/patches/series
===================================================================
--- branches/kde4/packages/kdewebdev/debian/patches/series	2008-07-03 08:07:01 UTC (rev 11290)
+++ branches/kde4/packages/kdewebdev/debian/patches/series	2008-07-03 20:52:50 UTC (rev 11291)
@@ -1 +1,2 @@
+01_no_need_to_have_interpreter_to_install_examples.diff
 97_fix_target_link_libraries.diff




More information about the pkg-kde-commits mailing list