rev 9345 - in branches/kde4/packages/kdelibs/debian: . patches

Modestas Vainius modax-guest at alioth.debian.org
Thu Feb 7 14:17:01 UTC 2008


Author: modax-guest
Date: 2008-02-07 14:17:01 +0000 (Thu, 07 Feb 2008)
New Revision: 9345

Added:
   branches/kde4/packages/kdelibs/debian/patches/16_postgresql_include_path_fix.diff
Modified:
   branches/kde4/packages/kdelibs/debian/changelog
   branches/kde4/packages/kdelibs/debian/patches/series
Log:
FindPostgreSQL.cmake fix

Modified: branches/kde4/packages/kdelibs/debian/changelog
===================================================================
--- branches/kde4/packages/kdelibs/debian/changelog	2008-02-07 13:43:22 UTC (rev 9344)
+++ branches/kde4/packages/kdelibs/debian/changelog	2008-02-07 14:17:01 UTC (rev 9345)
@@ -1,5 +1,7 @@
 kde4libs (4:4.0.1-2) UNRELEASED; urgency=low
 
+  +++ Changes by Armin Berres:
+
   * Don't bump shlibs version automatically on every upload. Bumping on new
     upstream versions is enough now that the libs are stable.
   * Add versioned shlibs to libphonon4.
@@ -9,8 +11,13 @@
     way to remove the dependency on kdebase-runtime. shlibs.local is no more
     needed now.
 
- -- Armin Berres <trigger+debian at space-based.de>  Tue, 05 Feb 2008 15:14:30 +0100
+  +++ Changes by Modestas Vainius:
 
+  * New patch 16_postgresql_include_path_fix.diff, which adds PostgreSQL
+    include paths used on Debian to FindPostgreSQL cmake module.
+
+ -- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Thu, 07 Feb 2008 03:20:46 +0200
+
 kde4libs (4:4.0.1-1) unstable; urgency=low
 
   * New upstream release.

Added: branches/kde4/packages/kdelibs/debian/patches/16_postgresql_include_path_fix.diff
===================================================================
--- branches/kde4/packages/kdelibs/debian/patches/16_postgresql_include_path_fix.diff	                        (rev 0)
+++ branches/kde4/packages/kdelibs/debian/patches/16_postgresql_include_path_fix.diff	2008-02-07 14:17:01 UTC (rev 9345)
@@ -0,0 +1,11 @@
+--- kde4libs-4.0.1/cmake/modules/FindPostgreSQL.cmake	2008-01-05 01:59:39.000000000 +0200
++++ kde4libs-4.0.1/cmake/modules/FindPostgreSQL.cmake	2008-02-07 03:07:49.000000000 +0200
+@@ -20,6 +20,8 @@
+ find_path(POSTGRESQL_INCLUDE_DIR libpq-fe.h
+    /usr/include/pgsql
+    /usr/local/include/pgsql
++   /usr/include/postgresql
++   /usr/local/include/postgresql
+ )
+ 
+ find_library(POSTGRESQL_LIBRARIES NAMES pq)

Modified: branches/kde4/packages/kdelibs/debian/patches/series
===================================================================
--- branches/kde4/packages/kdelibs/debian/patches/series	2008-02-07 13:43:22 UTC (rev 9344)
+++ branches/kde4/packages/kdelibs/debian/patches/series	2008-02-07 14:17:01 UTC (rev 9345)
@@ -8,4 +8,4 @@
 13_qt4_designer_plugins_path.diff
 14_hardcode_ptm_device.diff
 15_kfreebsd_support.diff
-
+16_postgresql_include_path_fix.diff




More information about the pkg-kde-commits mailing list