r35940 - in /packages/jhdf/trunk/debian: changelog patches/removeDebugMessage.diff

sylvestre-guest at users.alioth.debian.org sylvestre-guest at users.alioth.debian.org
Fri Oct 30 14:23:17 UTC 2009


Author: sylvestre-guest
Date: Fri Oct 30 14:23:16 2009
New Revision: 35940

URL: http://svn.debian.org/wsvn/debian-science/?sc=1&rev=35940
Log:
* Remove a debug message from upstream when the JNI lib is loaded

Added:
    packages/jhdf/trunk/debian/patches/removeDebugMessage.diff
Modified:
    packages/jhdf/trunk/debian/changelog

Modified: packages/jhdf/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/debian-science/packages/jhdf/trunk/debian/changelog?rev=35940&op=diff
==============================================================================
--- packages/jhdf/trunk/debian/changelog (original)
+++ packages/jhdf/trunk/debian/changelog Fri Oct 30 14:23:16 2009
@@ -1,3 +1,9 @@
+jhdf (2.5-5) unstable; urgency=low
+
+  * Remove a debug message from upstream when the JNI lib is loaded
+
+ -- Sylvestre Ledru <sylvestre at debian.org>  Fri, 30 Oct 2009 15:15:27 +0100
+
 jhdf (2.5-4) unstable; urgency=low
 
   * Build using -target 1.5 to run under a JVM 1.5

Added: packages/jhdf/trunk/debian/patches/removeDebugMessage.diff
URL: http://svn.debian.org/wsvn/debian-science/packages/jhdf/trunk/debian/patches/removeDebugMessage.diff?rev=35940&op=file
==============================================================================
--- packages/jhdf/trunk/debian/patches/removeDebugMessage.diff (added)
+++ packages/jhdf/trunk/debian/patches/removeDebugMessage.diff Fri Oct 30 14:23:16 2009
@@ -1,0 +1,29 @@
+--- jhdf-2.5.obsolete.0.958577492115186/ncsa/hdf/hdf5lib/H5.java	2009-01-13 20:59:12.000000000 +0100
++++ jhdf-2.5.obsolete.0.0158166029295934/ncsa/hdf/hdf5lib/H5.java	2009-10-30 15:11:42.000000000 +0100
+@@ -238,7 +238,7 @@
+                 err.printStackTrace(); 
+                 done = false; 
+             } finally { 
+-                s_logger.log(Level.INFO,"HDF5 library: " + s_libraryName + " resolved to: "+mappedName+"; "+(done ? "" : " NOT") + " successfully loaded from java.library.path");
++//                s_logger.log(Level.INFO,"HDF5 library: " + s_libraryName + " resolved to: "+mappedName+"; "+(done ? "" : " NOT") + " successfully loaded from java.library.path");
+ 
+             } 
+         } 
+@@ -257,7 +257,7 @@
+                         err.printStackTrace(); 
+                         done = false; 
+                     } finally { 
+-                        s_logger.log(Level.INFO,"HDF5 library: " + filename + (done ? "" : " NOT") + " successfully loaded.");
++//                        s_logger.log(Level.INFO,"HDF5 library: " + filename + (done ? "" : " NOT") + " successfully loaded.");
+ 
+                     } 
+                 } else { 
+@@ -278,7 +278,7 @@
+             } catch (Throwable err) { 
+                 err.printStackTrace(); done = false; 
+             } finally { 
+-                s_logger.log(Level.INFO,"HDF5 library: " + s_libraryName + " resolved to: "+mappedName+"; "+(done ? "" : " NOT") + " successfully loaded from java.library.path");
++//                s_logger.log(Level.INFO,"HDF5 library: " + s_libraryName + " resolved to: "+mappedName+"; "+(done ? "" : " NOT") + " successfully loaded from java.library.path");
+ 
+             } 
+         } 




More information about the debian-science-commits mailing list