[SCM] kexi packaging branch, master, updated. 1c897c26c9131646abec8fd6411796f510ea7fba

Pino Toscano pino at moszumanska.debian.org
Fri Feb 3 10:01:12 UTC 2017


Gitweb-URL: http://git.debian.org/?p=pkg-kde/calligra/kexi.git;a=commitdiff;h=1c897c2

The following commit has been merged in the master branch:
commit 1c897c26c9131646abec8fd6411796f510ea7fba
Author: Pino Toscano <pino at debian.org>
Date:   Fri Feb 3 11:00:42 2017 +0100

    find PostgreSQL 9.6
    
    backport upstream commit efae6bd9caa98675c706d47d6755cc122e0e5cdb
---
 debian/patches/series                              |  1 +
 .../upstream_cmake-find-PostgreSQL-9.6.patch       | 25 ++++++++++++++++++++++
 2 files changed, 26 insertions(+)

diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..439e58a
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+upstream_cmake-find-PostgreSQL-9.6.patch
diff --git a/debian/patches/upstream_cmake-find-PostgreSQL-9.6.patch b/debian/patches/upstream_cmake-find-PostgreSQL-9.6.patch
new file mode 100644
index 0000000..9a427e3
--- /dev/null
+++ b/debian/patches/upstream_cmake-find-PostgreSQL-9.6.patch
@@ -0,0 +1,25 @@
+From efae6bd9caa98675c706d47d6755cc122e0e5cdb Mon Sep 17 00:00:00 2001
+From: Pino Toscano <pino at kde.org>
+Date: Sat, 8 Oct 2016 16:26:09 +0200
+Subject: [PATCH] cmake: find PostgreSQL 9.6
+
+---
+ cmake/modules/FindKexiPostgreSQL.cmake | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/cmake/modules/FindKexiPostgreSQL.cmake b/cmake/modules/FindKexiPostgreSQL.cmake
+index 035508b03..98a1e884a 100644
+--- a/cmake/modules/FindKexiPostgreSQL.cmake
++++ b/cmake/modules/FindKexiPostgreSQL.cmake
+@@ -83,7 +83,7 @@ set(PostgreSQL_ROOT_DIR_MESSAGE "Set the PostgreSQL_ROOT system variable to wher
+ 
+ 
+ set(PostgreSQL_KNOWN_VERSIONS ${PostgreSQL_ADDITIONAL_VERSIONS}
+-    "9.5" "9.4" "9.3" "9.2" "9.1" "9.0" "8.4" "8.3" "8.2" "8.1" "8.0")
++    "9.6" "9.5" "9.4" "9.3" "9.2" "9.1" "9.0" "8.4" "8.3" "8.2" "8.1" "8.0")
+ 
+ # Define additional search paths for root directories.
+ foreach (suffix ${PostgreSQL_KNOWN_VERSIONS} )
+-- 
+2.11.0
+

-- 
kexi packaging



More information about the pkg-kde-commits mailing list