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

Maximiliano Curia maxy at moszumanska.debian.org
Thu Jul 13 17:38:22 UTC 2017


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

The following commit has been merged in the master branch:
commit b58bd25d0dc7de4c9b04f522d9f2d3c18178b94c
Author: Andreas Huggel <ahuggel at gmx.net>
Date:   Fri Mar 16 00:18:39 2007 +0000

    Reduced number of files with the version number by one.
---
 config/configure.ac                 | 1 +
 src/{doxygen.hpp => doxygen.hpp.in} | 8 ++++----
 2 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/config/configure.ac b/config/configure.ac
index 2b566d1..07c67ad 100644
--- a/config/configure.ac
+++ b/config/configure.ac
@@ -121,4 +121,5 @@ AC_SUBST(EXV_LIB_STATIC)
 AC_CONFIG_FILES([./config/config.mk])
 AC_CONFIG_FILES([./config/exiv2.pc])
 AC_CONFIG_FILES([./po/Makefile.in])
+AC_CONFIG_FILES([./src/doxygen.hpp])
 AC_OUTPUT
diff --git a/src/doxygen.hpp b/src/doxygen.hpp.in
similarity index 94%
rename from src/doxygen.hpp
rename to src/doxygen.hpp.in
index 8f6bb4e..bacadeb 100644
--- a/src/doxygen.hpp
+++ b/src/doxygen.hpp.in
@@ -8,7 +8,7 @@
   @date    07-Feb-04, ahu: created
  */
 /*!
-  @mainpage Exif and IPTC metadata library and tools v0.14
+  @mainpage Exif and IPTC metadata library and tools v at PACKAGE_VERSION@
 
   @section overview Exiv2 Overview
 
@@ -82,12 +82,12 @@ bug tracking system</a>.</p>
 
   @verbatim $ svn checkout svn://dev.robotbattle.com/exiv2/trunk . @endverbatim
 
-  <p>To download the test data and test drivers for version 0.14 from
-  the repository, change to your local exiv2-0.14 directory and use the
+  <p>To download the test data and test drivers for version @PACKAGE_VERSION@ from
+  the repository, change to your local exiv2- at PACKAGE_VERSION@ directory and use the
   following command:
   </p>
 
-  @verbatim $ svn export svn://dev.robotbattle.com/exiv2/tags/0.14/test @endverbatim
+  @verbatim $ svn export svn://dev.robotbattle.com/exiv2/tags/@PACKAGE_VERSION@/test @endverbatim
 
   <P>If you'd like to contribute code, please <A HREF="mailto:ahuggel at gmx.net">contact me</A>.
 

-- 
exiv2 packaging



More information about the pkg-kde-commits mailing list