[SCM] exiv2 packaging branch, master, updated. debian/0.25-3.1-3734-gdcbc29a
Maximiliano Curia
maxy at moszumanska.debian.org
Thu Jul 13 17:42:29 UTC 2017
Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-extras/exiv2.git;a=commitdiff;h=848b7bd
The following commit has been merged in the master branch:
commit 848b7bd3b2536e34f119fc6bdc9d6b6cc7732b9e
Author: vog <vog at notjusthosting.com>
Date: Tue Jun 28 00:38:12 2011 +0000
Fixed debug settings of crwimage.cpp and pgfimage.cpp
---
src/crwimage.cpp | 2 +-
src/pgfimage.cpp | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/crwimage.cpp b/src/crwimage.cpp
index e717105..c5ec84f 100644
--- a/src/crwimage.cpp
+++ b/src/crwimage.cpp
@@ -31,7 +31,7 @@ EXIV2_RCSID("@(#) $Id$")
// Define DEBUG to output debug information to std::cerr, e.g, by calling make
// like this: make DEFS=-DDEBUG crwimage.o
-//#define DEBUG
+//#define DEBUG 1
// *****************************************************************************
// included header files
diff --git a/src/pgfimage.cpp b/src/pgfimage.cpp
index da87556..7531ef2 100644
--- a/src/pgfimage.cpp
+++ b/src/pgfimage.cpp
@@ -31,7 +31,7 @@ EXIV2_RCSID("@(#) $Id$")
// *****************************************************************************
-#define DEBUG 1
+//#define DEBUG 1
// *****************************************************************************
// included header files
--
exiv2 packaging
More information about the pkg-kde-commits
mailing list