[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:22 UTC 2017


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

The following commit has been merged in the master branch:
commit 5d115effff446ed777c92eb2893c27fd9d512149
Author: Andreas Huggel <ahuggel at gmx.net>
Date:   Mon May 24 15:38:50 2004 +0000

    undef DEBUG_REGISTRY
---
 src/makernote.cpp | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/makernote.cpp b/src/makernote.cpp
index 0d478b1..0a4dbeb 100644
--- a/src/makernote.cpp
+++ b/src/makernote.cpp
@@ -20,17 +20,17 @@
  */
 /*
   File:      makernote.cpp
-  Version:   $Name:  $ $Revision: 1.19 $
+  Version:   $Name:  $ $Revision: 1.20 $
   Author(s): Andreas Huggel (ahu) <ahuggel at gmx.net>
   History:   18-Feb-04, ahu: created
  */
 // *****************************************************************************
 #include "rcsid.hpp"
-EXIV2_RCSID("@(#) $Name:  $ $Revision: 1.19 $ $RCSfile: makernote.cpp,v $")
+EXIV2_RCSID("@(#) $Name:  $ $Revision: 1.20 $ $RCSfile: makernote.cpp,v $")
 
 // Define DEBUG_* to output debug information to std::cerr
 #undef DEBUG_MAKERNOTE
-#define DEBUG_REGISTRY
+#undef DEBUG_REGISTRY
 
 // *****************************************************************************
 // included header files

-- 
exiv2 packaging



More information about the pkg-kde-commits mailing list