[SCM] exiv2 packaging branch, master, updated. debian/0.25-3.1-3734-gdcbc29a

Maximiliano Curia maxy at moszumanska.debian.org
Thu Jul 13 17:36:09 UTC 2017


Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-extras/exiv2.git;a=commitdiff;h=d721001

The following commit has been merged in the master branch:
commit d721001f1f8c4b1fab32cedc3e0a964566152d56
Author: Andreas Huggel <ahuggel at gmx.net>
Date:   Tue Mar 9 09:59:01 2004 +0000

    Minor fix for debug mode
---
 src/makernote.cpp | 12 ++++++++----
 1 file changed, 8 insertions(+), 4 deletions(-)

diff --git a/src/makernote.cpp b/src/makernote.cpp
index ae4c927..f74498a 100644
--- a/src/makernote.cpp
+++ b/src/makernote.cpp
@@ -20,13 +20,16 @@
  */
 /*
   File:      makernote.cpp
-  Version:   $Name:  $ $Revision: 1.8 $
+  Version:   $Name:  $ $Revision: 1.9 $
   Author(s): Andreas Huggel (ahu) <ahuggel at gmx.net>
   History:   18-Feb-04, ahu: created
  */
 // *****************************************************************************
 #include "rcsid.hpp"
-EXIV2_RCSID("@(#) $Name:  $ $Revision: 1.8 $ $RCSfile: makernote.cpp,v $")
+EXIV2_RCSID("@(#) $Name:  $ $Revision: 1.9 $ $RCSfile: makernote.cpp,v $")
+
+// Define DEBUG_MAKERNOTE to output debug information to std::cerr
+#define DEBUG_MAKERNOTE
 
 // *****************************************************************************
 // included header files
@@ -39,8 +42,9 @@ EXIV2_RCSID("@(#) $Name:  $ $Revision: 1.8 $ $RCSfile: makernote.cpp,v $")
 #include <sstream>
 #include <iomanip>
 
-// Define DEBUG_MAKERNOTE to output debug information to std::cerr
-#undef DEBUG_MAKERNOTE
+#ifdef DEBUG_MAKERNOTE
+#   include <iostream>
+#endif
 
 // *****************************************************************************
 // class member definitions

-- 
exiv2 packaging



More information about the pkg-kde-commits mailing list