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

Maximiliano Curia maxy at moszumanska.debian.org
Thu Jul 13 17:43:25 UTC 2017


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

The following commit has been merged in the master branch:
commit 44f4b053240dd9ac7a46f4f0726140b701314ef4
Author: Robin Mills <robin at clanmills.com>
Date:   Fri Sep 21 05:52:29 2012 +0000

    enhanced fix for Issue:#849.  See issue report for discussion. http://dev.exiv2.org/issues/849
---
 config/configure.ac | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/config/configure.ac b/config/configure.ac
index 9dec1d5..09459c3 100644
--- a/config/configure.ac
+++ b/config/configure.ac
@@ -225,6 +225,14 @@ AC_CONFIG_FILES([./src/doxygen.hpp])
 AC_OUTPUT
 
 # ---------------------------------------------------------------------------
+# generate src/exv_conf.h
+# ---------------------------------------------------------------------------
+( pushd src 2>/dev/null
+  make exv_conf.h
+  popd
+) 2>/dev/null >/dev/null
+
+# ---------------------------------------------------------------------------
 # Configuration summary.
 # ---------------------------------------------------------------------------
 
@@ -281,3 +289,6 @@ esac
 
 echo "------------------------------------------------------------------"
 echo ""
+
+# That's all Folks!
+##

-- 
exiv2 packaging



More information about the pkg-kde-commits mailing list