[med-svn] r22821 - in trunk/packages/orthanc-postgresql/trunk/debian: . patches

Sebastien Jodogne jodogne-guest at moszumanska.debian.org
Mon Oct 3 08:50:13 UTC 2016


Author: jodogne-guest
Date: 2016-10-03 08:50:12 +0000 (Mon, 03 Oct 2016)
New Revision: 22821

Added:
   trunk/packages/orthanc-postgresql/trunk/debian/patches/postgresql-9.6
Removed:
   trunk/packages/orthanc-postgresql/trunk/debian/patches/postgresql-9.5
Modified:
   trunk/packages/orthanc-postgresql/trunk/debian/changelog
   trunk/packages/orthanc-postgresql/trunk/debian/patches/series
Log:
orthanc-postgresql: fix issue #839309

Modified: trunk/packages/orthanc-postgresql/trunk/debian/changelog
===================================================================
--- trunk/packages/orthanc-postgresql/trunk/debian/changelog	2016-09-22 17:35:15 UTC (rev 22820)
+++ trunk/packages/orthanc-postgresql/trunk/debian/changelog	2016-10-03 08:50:12 UTC (rev 22821)
@@ -1,3 +1,9 @@
+orthanc-postgresql (2.0-3) UNRELEASED; urgency=medium
+
+  * Fix to find PostgreSQL 9.6 dev headers. Closes: #839309
+
+ -- Sebastien Jodogne <s.jodogne at gmail.com>  Mon, 03 Oct 2016 10:45:00 +0200
+
 orthanc-postgresql (2.0-2) unstable; urgency=medium
 
   * Fix to find PostgreSQL 9.5 dev headers. Closes: #811141

Deleted: trunk/packages/orthanc-postgresql/trunk/debian/patches/postgresql-9.5
===================================================================
--- trunk/packages/orthanc-postgresql/trunk/debian/patches/postgresql-9.5	2016-09-22 17:35:15 UTC (rev 22820)
+++ trunk/packages/orthanc-postgresql/trunk/debian/patches/postgresql-9.5	2016-10-03 08:50:12 UTC (rev 22821)
@@ -1,17 +0,0 @@
-Description: Fix to find the development headers for PostgreSQL 9.5
-Author: Sebastien Jodogne <s.jodogne at gmail.com>
----
-This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
-Index: OrthancPostgreSQL-2.0/Resources/CMake/FindPostgreSQL.cmake
-===================================================================
---- OrthancPostgreSQL-2.0.orig/Resources/CMake/FindPostgreSQL.cmake
-+++ OrthancPostgreSQL-2.0/Resources/CMake/FindPostgreSQL.cmake
-@@ -75,7 +75,7 @@ set(PostgreSQL_ROOT_DIR_MESSAGE "Set the
- 
- 
- set(PostgreSQL_KNOWN_VERSIONS ${PostgreSQL_ADDITIONAL_VERSIONS}
--    "9.4" "9.3" "9.2" "9.1" "9.0" "8.4" "8.3" "8.2" "8.1" "8.0")
-+    "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.
- if ( WIN32 )

Added: trunk/packages/orthanc-postgresql/trunk/debian/patches/postgresql-9.6
===================================================================
--- trunk/packages/orthanc-postgresql/trunk/debian/patches/postgresql-9.6	                        (rev 0)
+++ trunk/packages/orthanc-postgresql/trunk/debian/patches/postgresql-9.6	2016-10-03 08:50:12 UTC (rev 22821)
@@ -0,0 +1,17 @@
+Description: Fix to find the development headers for PostgreSQL 9.6
+Author: Sebastien Jodogne <s.jodogne at gmail.com>
+---
+This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
+Index: OrthancPostgreSQL-2.0/Resources/CMake/FindPostgreSQL.cmake
+===================================================================
+--- OrthancPostgreSQL-2.0.orig/Resources/CMake/FindPostgreSQL.cmake
++++ OrthancPostgreSQL-2.0/Resources/CMake/FindPostgreSQL.cmake
+@@ -75,7 +75,7 @@ set(PostgreSQL_ROOT_DIR_MESSAGE "Set the
+ 
+ 
+ set(PostgreSQL_KNOWN_VERSIONS ${PostgreSQL_ADDITIONAL_VERSIONS}
+-    "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.
+ if ( WIN32 )

Modified: trunk/packages/orthanc-postgresql/trunk/debian/patches/series
===================================================================
--- trunk/packages/orthanc-postgresql/trunk/debian/patches/series	2016-09-22 17:35:15 UTC (rev 22820)
+++ trunk/packages/orthanc-postgresql/trunk/debian/patches/series	2016-10-03 08:50:12 UTC (rev 22821)
@@ -1,2 +1,2 @@
 shlibs
-postgresql-9.5
+postgresql-9.6




More information about the debian-med-commit mailing list