Hello Modestas,

Please find below the NMU debdiff for cmake_2.8.12.1-1.4. It adds
support for mips64 mips64el mipsn32 mipsn32el in Modules/FindJNI.cmake.

Regards,

Aníbal
--
[email protected]

debdiff cmake_2.8.12.1-1.3.dsc cmake_2.8.12.1-1.4.dsc
diff -Nru cmake-2.8.12.1/debian/changelog cmake-2.8.12.1/debian/changelog
--- cmake-2.8.12.1/debian/changelog     2014-05-23 09:26:23.000000000 +0100
+++ cmake-2.8.12.1/debian/changelog     2014-05-26 12:36:01.000000000 +0100
@@ -1,3 +1,14 @@
+cmake (2.8.12.1-1.4) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Add support for mips64 mips64el mipsn32 mipsn32el in 
+    Modules/FindJNI.cmake.
+    Add FindJNI.cmake.mips.patch.
+    Patch by Yunqiang Su.
+    Closes: #747174.
+
+ -- Anibal Monsalve Salazar <[email protected]>  Mon, 26 May 2014 12:34:45 
+0100
+
 cmake (2.8.12.1-1.3) unstable; urgency=medium
 
   * Non-maintainer upload.
diff -Nru cmake-2.8.12.1/debian/patches/FindJNI.cmake.mips.patch 
cmake-2.8.12.1/debian/patches/FindJNI.cmake.mips.patch
--- cmake-2.8.12.1/debian/patches/FindJNI.cmake.mips.patch      1970-01-01 
01:00:00.000000000 +0100
+++ cmake-2.8.12.1/debian/patches/FindJNI.cmake.mips.patch      2014-05-26 
12:27:02.000000000 +0100
@@ -0,0 +1,20 @@
+From: Yunqiang Su <[email protected]>
+Subject: cmake - FindJNI add mips64(el) mipsn32(el) support
+Date: Tue, 6 May 2014 16:06:45 +0800
+
+https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=747174
+
+Add support for mips64 mips64el mipsn32 mipsn32el in
+Modules/FindJNI.cmake.
+
+--- a/Modules/FindJNI.cmake    2014-05-23 09:26:39.000000000 +0100
++++ b/Modules/FindJNI.cmake    2014-05-26 12:19:53.275844095 +0100
+@@ -44,7 +44,7 @@ macro(java_append_library_directories _v
+     elseif(CMAKE_SYSTEM_PROCESSOR MATCHES "^mips")
+         # mips* machines are bi-endian mostly so processor does not tell
+         # endianess of the underlying system.
+-        set(_java_libarch "${CMAKE_SYSTEM_PROCESSOR}" "mips" "mipsel" 
"mipseb")
++        set(_java_libarch "${CMAKE_SYSTEM_PROCESSOR}" "mips" "mipsel" 
"mipseb" "mips64" "mips64el" "mipsn32" "mipsn32el")
+     elseif(CMAKE_SYSTEM_PROCESSOR MATCHES "^(powerpc|ppc)64")
+         set(_java_libarch "ppc64" "ppc")
+     elseif(CMAKE_SYSTEM_PROCESSOR MATCHES "^(powerpc|ppc)")
diff -Nru cmake-2.8.12.1/debian/patches/series 
cmake-2.8.12.1/debian/patches/series
--- cmake-2.8.12.1/debian/patches/series        2014-05-23 09:23:12.000000000 
+0100
+++ cmake-2.8.12.1/debian/patches/series        2014-05-26 12:31:59.000000000 
+0100
@@ -7,3 +7,4 @@
 fix-ftbfs-on-kfreebsd.patch
 fix-FindFreetype.diff
 FindRuby_support_Ruby_2.diff
+FindJNI.cmake.mips.patch

Attachment: signature.asc
Description: Digital signature

Reply via email to