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

Maximiliano Curia maxy at moszumanska.debian.org
Thu Jul 13 17:35:56 UTC 2017


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

The following commit has been merged in the master branch:
commit 87832785239a33551a83d3ff66b89f4e03da2e50
Author: Andreas Huggel <ahuggel at gmx.net>
Date:   Sun Jan 25 16:57:18 2004 +0000

    Removed leading underscore from define
---
 src/tags.hpp  | 8 ++++----
 src/utils.hpp | 8 ++++----
 2 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/src/tags.hpp b/src/tags.hpp
index 2ee2703..3c0a90a 100644
--- a/src/tags.hpp
+++ b/src/tags.hpp
@@ -21,13 +21,13 @@
 /*!
   @file    tags.hpp
   @brief   %Exif tag and type information
-  @version $Name:  $ $Revision: 1.5 $
+  @version $Name:  $ $Revision: 1.6 $
   @author  Andreas Huggel (ahu)
            <a href="mailto:ahuggel at gmx.net">ahuggel at gmx.net</a>
   @date    15-Jan-03, ahu: created
  */
-#ifndef _TAGS_HPP_
-#define _TAGS_HPP_
+#ifndef TAGS_HPP_
+#define TAGS_HPP_
 
 // *****************************************************************************
 // included header files
@@ -192,4 +192,4 @@ namespace Exif {
 
 }                                       // namespace Exif
 
-#endif                                  // #ifndef _TAGS_HPP_
+#endif                                  // #ifndef TAGS_HPP_
diff --git a/src/utils.hpp b/src/utils.hpp
index 741d59d..be7b6c4 100644
--- a/src/utils.hpp
+++ b/src/utils.hpp
@@ -21,13 +21,13 @@
 /*!
   @file    utils.hpp
   @brief   A collection of utility functions
-  @version $Name:  $ $Revision: 1.3 $
+  @version $Name:  $ $Revision: 1.4 $
   @author  Andreas Huggel (ahu)
            <a href="mailto:ahuggel at gmx.net">ahuggel at gmx.net</a>
   @date    12-Dec-03, ahu: created
  */
-#ifndef _UTILS_HPP_
-#define _UTILS_HPP_
+#ifndef UTILS_HPP_
+#define UTILS_HPP_
 
 // *********************************************************************
 // included header files
@@ -169,4 +169,4 @@ private:
 
 }                                       // namespace Util
 
-#endif                                  // #ifndef _UTILS_HPP_
+#endif                                  // #ifndef UTILS_HPP_

-- 
exiv2 packaging



More information about the pkg-kde-commits mailing list