rev 8821 - in branches/kde4/packages/kdebase/debian: . patches
Fathi Boudra
fabo at alioth.debian.org
Tue Jan 8 14:36:05 UTC 2008
Author: fabo
Date: 2008-01-08 14:36:04 +0000 (Tue, 08 Jan 2008)
New Revision: 8821
Added:
branches/kde4/packages/kdebase/debian/patches/
branches/kde4/packages/kdebase/debian/patches/02_macro_optional_find_package.diff
branches/kde4/packages/kdebase/debian/patches/series
Modified:
branches/kde4/packages/kdebase/debian/changelog
Log:
* Add patch to fix detection of optional features
from upstream revision 758600.
Modified: branches/kde4/packages/kdebase/debian/changelog
===================================================================
--- branches/kde4/packages/kdebase/debian/changelog 2008-01-08 14:24:21 UTC (rev 8820)
+++ branches/kde4/packages/kdebase/debian/changelog 2008-01-08 14:36:04 UTC (rev 8821)
@@ -1,12 +1,20 @@
-kdebase (4:4.0.0-1) experimental; urgency=low
+kdebase (4:4.0.0-1) UNRELEASED; urgency=low
* New upstream release.
- * Bump build-depends to >=4.0.0-1.
+
+ +++ Changes By Fathi Boudra:
+
+ * Bump build-depends to >= 4.0.0-1.
* Update dolphin.install.
- * Update years in copyright.
+ * Update years in copyright.
- -- Ana Beatriz Guerrero Lopez <ana at debian.org> Sat, 05 Jan 2008 13:52:26 +0100
+ +++ Changes by Fathi Boudra:
+ * Add patch to fix detection of optional features
+ from upstream revision 758600.
+
+ -- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org> Sat, 05 Jan 2008 13:52:26 +0100
+
kdebase (4:3.98.0~svn755919-1) experimental; urgency=low
* New svn snapshot release to revision 755919.
Added: branches/kde4/packages/kdebase/debian/patches/02_macro_optional_find_package.diff
===================================================================
--- branches/kde4/packages/kdebase/debian/patches/02_macro_optional_find_package.diff (rev 0)
+++ branches/kde4/packages/kdebase/debian/patches/02_macro_optional_find_package.diff 2008-01-08 14:36:04 UTC (rev 8821)
@@ -0,0 +1,14 @@
+--- a/CMakeLists.txt
++++ b/CMakeLists.txt
+@@ -7,11 +7,6 @@
+ include (MacroLibrary)
+ include(MacroOptionalAddSubdirectory)
+
+-macro_optional_find_package(USB)
+-macro_optional_find_package(Fontconfig)
+-macro_optional_find_package(OpenSSL)
+-macro_optional_find_package(OpenGL)
+-
+ # are these two really required ?
+ find_package(ZLIB REQUIRED)
+ if (APPLE)
Added: branches/kde4/packages/kdebase/debian/patches/series
===================================================================
--- branches/kde4/packages/kdebase/debian/patches/series (rev 0)
+++ branches/kde4/packages/kdebase/debian/patches/series 2008-01-08 14:36:04 UTC (rev 8821)
@@ -0,0 +1 @@
+02_macro_optional_find_package.diff
More information about the pkg-kde-commits
mailing list