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

Ana Beatriz Guerrero López ana at alioth.debian.org
Thu Jan 8 14:17:00 UTC 2009


Author: ana
Date: 2009-01-08 14:17:00 +0000 (Thu, 08 Jan 2009)
New Revision: 13225

Modified:
   branches/kde4.2/packages/kdewebdev/debian/changelog
   branches/kde4.2/packages/kdewebdev/debian/control
   branches/kde4.2/packages/kdewebdev/debian/patches/01_no_need_to_have_interpreter_to_install_examples.diff
Log:
bump b-d, refresh patch


Modified: branches/kde4.2/packages/kdewebdev/debian/changelog
===================================================================
--- branches/kde4.2/packages/kdewebdev/debian/changelog	2009-01-08 14:16:15 UTC (rev 13224)
+++ branches/kde4.2/packages/kdewebdev/debian/changelog	2009-01-08 14:17:00 UTC (rev 13225)
@@ -1,7 +1,7 @@
-kdewebdev (4:4.1.87+svn905493-0r1) UNRELEASED; urgency=low
+kdewebdev (4:4.1.96+svn906593-0r1) UNRELEASED; urgency=low
 
   * New upstream development snapshot.
-  * Bump KDE build dependencies to 4.1.87.
+  * Bump KDE build dependencies to 4.1.97.
   * Bump Standards-Version to 3.8.0 and add README.source.
   * Remove explicit cmake build dependency.
 

Modified: branches/kde4.2/packages/kdewebdev/debian/control
===================================================================
--- branches/kde4.2/packages/kdewebdev/debian/control	2009-01-08 14:16:15 UTC (rev 13224)
+++ branches/kde4.2/packages/kdewebdev/debian/control	2009-01-08 14:17:00 UTC (rev 13225)
@@ -4,7 +4,7 @@
 Maintainer: Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>
 Uploaders: Ana Beatriz Guerrero Lopez <ana at debian.org>, Sune Vuorela <debian at pusling.com>, Xavier Vello <xavier.vello at gmail.com>
 Build-Depends: cdbs, debhelper (>= 5), quilt, 
- kdelibs5-dev (>= 4:4.1.87), kdepimlibs5-dev (>= 4:4.1.87),
+ kdelibs5-dev (>= 4:4.1.96), kdepimlibs5-dev (>= 4:4.1.87),
  libtidy-dev, zlib1g-dev, libboost-dev, libxslt-dev
 Standards-Version: 3.8.0
 Homepage: http://kdewebdev.org/

Modified: branches/kde4.2/packages/kdewebdev/debian/patches/01_no_need_to_have_interpreter_to_install_examples.diff
===================================================================
--- branches/kde4.2/packages/kdewebdev/debian/patches/01_no_need_to_have_interpreter_to_install_examples.diff	2009-01-08 14:16:15 UTC (rev 13224)
+++ branches/kde4.2/packages/kdewebdev/debian/patches/01_no_need_to_have_interpreter_to_install_examples.diff	2009-01-08 14:17:00 UTC (rev 13225)
@@ -1,20 +1,18 @@
-Provide the example scripts no matter of ruby is available in the 
-build environment or not
+Provide the example scripts no matter whether 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 @@
- 
+@@ -5,7 +5,6 @@
  macro_optional_find_package(RUBY)
+ macro_log_feature(RUBY_FOUND "Ruby" "An Interpreted object-oriented scripting language" "http://www.ruby-lang.org" FALSE "" "For KLinkStatus example ruby scripts")
  
 -if(RUBY_FOUND)
      
      include_directories(${RUBY_INCLUDE_PATH})
  
-@@ -16,6 +15,5 @@
+@@ -17,6 +16,5 @@
          examples/statistics/statistics.rb 
          DESTINATION ${DATA_INSTALL_DIR}/klinkstatus/scripts)
          




More information about the pkg-kde-commits mailing list