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

Maximiliano Curia maxy at moszumanska.debian.org
Thu Jul 13 17:44:26 UTC 2017


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

The following commit has been merged in the master branch:
commit a0bbb4532365f13e60496abe23fc29afb43985f7
Author: Robin Mills <robin at clanmills.com>
Date:   Sun Nov 30 07:28:34 2014 +0000

    #993.  svn_version.h generated in wrong directory for out of source cmake builds.
---
 src/CMakeLists.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index 7450001..de85e0e 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -149,7 +149,7 @@ IF( EXIV2_ENABLE_PNG )
 ENDIF( EXIV2_ENABLE_PNG )
 
 CONFIGURE_FILE( ${CMAKE_CURRENT_SOURCE_DIR}/svn_version.h.in
-                ${CMAKE_CURRENT_BINARY_DIR}/svn_version.h @ONLY)
+                ${CMAKE_CURRENT_SOURCE_DIR}/svn_version.h @ONLY)
 
 INCLUDE_DIRECTORIES(${CMAKE_CURRENT_BINARY_DIR})
 

-- 
exiv2 packaging



More information about the pkg-kde-commits mailing list