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


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

The following commit has been merged in the master branch:
commit c58be229b12f9b447539a015a2f11efbaf7c8c47
Author: Robin Mills <robin at clanmills.com>
Date:   Sun Dec 28 18:32:45 2014 +0000

    trunk: webready+jenkins.  fix copy ..\..\include bug in msvc webready build.
---
 jenkins_build.bat | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/jenkins_build.bat b/jenkins_build.bat
index 13fe5ed..d7c3196 100644
--- a/jenkins_build.bat
+++ b/jenkins_build.bat
@@ -63,7 +63,7 @@ set webready=false
 if %curl% == true if %libssh% == true if %openssl% == true set webready=true
 if %webready% == true (
     copy/y exiv2-webready.sln e.sln
-    copy/y ..\include\exiv2\exv-msvc-webready.h ..\..\include\exiv2\exv-msvc.h
+    copy/y ..\include\exiv2\exv-msvc-webready.h ..\include\exiv2\exv-msvc.h
 ) 
 
 rem --

-- 
exiv2 packaging



More information about the pkg-kde-commits mailing list