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


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

The following commit has been merged in the master branch:
commit 834c533e20f25b357391bb9bb6854856fb625d32
Author: Andreas Huggel <ahuggel at gmx.net>
Date:   Wed Jun 30 05:38:54 2004 +0000

    Renamed MSVC specific getopt.h to getopt_win32.h
---
 src/utils.cpp | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/utils.cpp b/src/utils.cpp
index 619ee2f..252047c 100644
--- a/src/utils.cpp
+++ b/src/utils.cpp
@@ -20,13 +20,13 @@
  */
 /*
   File:      utils.cpp
-  Version:   $Name:  $ $Revision: 1.6 $
+  Version:   $Name:  $ $Revision: 1.7 $
   Author(s): Andreas Huggel (ahu) <ahuggel at gmx.net>
   History:   08-Dec-03, ahu: created
  */
 // *****************************************************************************
 #include "rcsid.hpp"
-EXIV2_RCSID("@(#) $Name:  $ $Revision: 1.6 $ $RCSfile: utils.cpp,v $")
+EXIV2_RCSID("@(#) $Name:  $ $Revision: 1.7 $ $RCSfile: utils.cpp,v $")
 
 // *****************************************************************************
 // included header files
@@ -36,7 +36,7 @@ EXIV2_RCSID("@(#) $Name:  $ $Revision: 1.6 $ $RCSfile: utils.cpp,v $")
 #include <sys/types.h>
 #include <sys/stat.h>
 #ifdef _MSC_VER
-#include "getopt.h"
+#include "getopt_win32.h"
 #define S_ISREG(m)      (((m) & S_IFMT) == S_IFREG)
 #else
 #include <unistd.h>                     // for getopt(), stat()

-- 
exiv2 packaging



More information about the pkg-kde-commits mailing list