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


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

The following commit has been merged in the master branch:
commit de35421021f8850b08f8542f24df752d8cf98847
Author: Andreas Huggel <ahuggel at gmx.net>
Date:   Tue Jan 27 04:26:01 2004 +0000

    Changed file header slightly
---
 src/exifprint.cpp | 17 ++++++++++-------
 src/tags.cpp      |  9 +++------
 src/utils.cpp     |  9 +++------
 3 files changed, 16 insertions(+), 19 deletions(-)

diff --git a/src/exifprint.cpp b/src/exifprint.cpp
index db87ec9..c4ea789 100644
--- a/src/exifprint.cpp
+++ b/src/exifprint.cpp
@@ -19,18 +19,15 @@
  * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
  */
 /*
-  Author(s): Andreas Huggel (ahu) <ahuggel at gmx.net>
-  History:
-   26-Jan-04, ahu: created
+  Abstract : Sample program to print the Exif metadata of an image
 
-  RCS information
-   $Name:  $
-   $Revision: 1.1 $
+  Author(s): Andreas Huggel (ahu) <ahuggel at gmx.net>
+  Version  : $Name:  $ $Revision: 1.2 $
+  History  : 26-Jan-04, ahu: created
  */
 // *****************************************************************************
 // included header files
 #include "exifprint.hpp"
-#include "tags.hpp"
 #include "exif.hpp"
 #include "utils.hpp"
 
@@ -40,6 +37,9 @@
 
 #include <cstring>
 
+// *****************************************************************************
+// local declarations
+
 using namespace Exif;
 
 // *****************************************************************************
@@ -88,6 +88,9 @@ int main(int argc, char* const argv[])
 }
 
 // *****************************************************************************
+// local definitions
+
+// *****************************************************************************
 // class Params
 Params* Params::instance_ = 0;
 
diff --git a/src/tags.cpp b/src/tags.cpp
index eda8f0e..cbb8fa7 100644
--- a/src/tags.cpp
+++ b/src/tags.cpp
@@ -19,13 +19,10 @@
  * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
  */
 /*
+  File:      tags.cpp
+  Version:   $Name:  $ $Revision: 1.7 $
   Author(s): Andreas Huggel (ahu) <ahuggel at gmx.net>
-  History:
-   15-Jan-04, ahu: created
-
-  RCS information
-   $Name:  $
-   $Revision: 1.6 $
+  History:   15-Jan-04, ahu: created
  */
 // *****************************************************************************
 // included header files
diff --git a/src/utils.cpp b/src/utils.cpp
index 63238bf..d550827 100644
--- a/src/utils.cpp
+++ b/src/utils.cpp
@@ -19,13 +19,10 @@
  * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
  */
 /*
+  File:      utils.cpp
+  Version:   $Name:  $ $Revision: 1.4 $
   Author(s): Andreas Huggel (ahu) <ahuggel at gmx.net>
-  History:
-   08-Dec-03, ahu: created
-
-  RCS information
-   $Name:  $
-   $Revision: 1.3 $
+  History:   08-Dec-03, ahu: created
  */
 
 // *********************************************************************

-- 
exiv2 packaging



More information about the pkg-kde-commits mailing list