Description: <short summary of the patch>
 TODO: Put a short summary on the line above and replace this paragraph
 with a longer explanation of this change. Complete the meta-information
 with other relevant fields (see below for details). To make it easier, the
 information below has been extracted from the changelog. Adjust it or drop
 it.
 .
 mapserver (6.4.1-2) unstable; urgency=low
 .
   * Add gpb.conf to use pristine-tar by default.
   * Use dh commands instead of CMake directly.
   * Enable parallel builds.
   * Drop lintian override for debian-watch-may-check-gpg-signature,
     shouldn't override pedantic tags.
   * Add patched FindRuby.cmake to also support Ruby 2.0 and 2.1.
   * Build mapscript extension for all supported Ruby versions.
     (closes: #739773)
Author: Bas Couwenberg <sebastic@xs4all.nl>
Bug-Debian: https://bugs.debian.org/739773

---
The information above should follow the Patch Tagging Guidelines, please
checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here
are templates for supplementary fields that you might want to add:

Origin: <vendor|upstream|other>, <url of original patch>
Bug: <url in upstream bugtracker>
Bug-Debian: https://bugs.debian.org/<bugnumber>
Bug-Ubuntu: https://launchpad.net/bugs/<bugnumber>
Forwarded: <no|not-needed|url proving that it has been forwarded>
Reviewed-By: <name and email of someone who approved the patch>
Last-Update: <YYYY-MM-DD>

--- mapserver-6.4.1.orig/cmake/FindOracle.cmake
+++ mapserver-6.4.1/cmake/FindOracle.cmake
@@ -37,7 +37,7 @@ if(DEFINED ENV{ORACLE_HOME})
     ${ORACLE_HOME}/OCI/include) # Oracle XE on Windows
 
   set(ORACLE_OCI_NAMES clntsh libclntsh oci)
-  set(ORACLE_NNZ_NAMES nnz10 libnnz10 nnz11 libnnz11 ociw32)
+  set(ORACLE_NNZ_NAMES nnz10 libnnz10 nnz11 nnz12 libnnz11 ociw32)
   set(ORACLE_OCCI_NAMES libocci occi oraocci10 oraocci11)
 
   set(ORACLE_LIB_DIR 
