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

Maximiliano Curia maxy at moszumanska.debian.org
Thu Jul 13 17:46:02 UTC 2017


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

The following commit has been merged in the master branch:
commit 5765aa6bfcc1d69db4b493e01c80975fa7d2f79e
Author: Robin Mills <robin at clanmills.com>
Date:   Thu Dec 10 10:26:35 2015 +0000

    #1041:  Fixed vcvars.bat.  jenkins bash environment has PROCESSOR_ARCHITECTURE=x86, although the Jenkins builder configure panel (and script console) says AMD64.
---
 contrib/cmake/msvc/vcvars.bat | 11 ++---------
 1 file changed, 2 insertions(+), 9 deletions(-)

diff --git a/contrib/cmake/msvc/vcvars.bat b/contrib/cmake/msvc/vcvars.bat
index ea39aa8..6747fa6 100755
--- a/contrib/cmake/msvc/vcvars.bat
+++ b/contrib/cmake/msvc/vcvars.bat
@@ -1,10 +1,5 @@
 @echo off
 
-echo -------- start of vcvars.bat -------------
-echo args = %*
-set
-echo ------------------------------------------
-
 if defined VSINSTALLDIR (
 	echo already installed
     goto eof
@@ -65,8 +60,6 @@ if DEFINED _VC_ (
   call:help
 )
 
-echo ---------- end of vcvars.bat -------------
-set
-echo ------------------------------------------
-
+rem
+rem That's all Folks!
 :eof

-- 
exiv2 packaging



More information about the pkg-kde-commits mailing list