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

Maximiliano Curia maxy at moszumanska.debian.org
Thu Jul 13 17:47:21 UTC 2017


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

The following commit has been merged in the master branch:
commit 1da55beeb4a2f7988352cf10a0f543c1ea473055
Author: Robin Mills <robin at clanmills.com>
Date:   Thu Mar 2 09:52:36 2017 +0000

    Removing unused files.
---
 FurnaceCreekInn1.jpg | Bin 35093 -> 0 bytes
 cm.bat               |  86 ---------------------------------------------------
 2 files changed, 86 deletions(-)

diff --git a/FurnaceCreekInn1.jpg b/FurnaceCreekInn1.jpg
deleted file mode 100644
index 7bafad7..0000000
Binary files a/FurnaceCreekInn1.jpg and /dev/null differ
diff --git a/cm.bat b/cm.bat
deleted file mode 100755
index ee38d75..0000000
--- a/cm.bat
+++ /dev/null
@@ -1,86 +0,0 @@
- at echo off
-setlocal
-
-rem ----------------------------
-rem Work in progress - not ready for production use
-rem ----------------------------
-
-rem ----------------------------
-rem cm - wrapper script for CMake
-rem http://www.dostips.com/
-
-goto:afterSyntax
-rem -------------------------------
-rem Functions
-:Syntax
-echo useage: cm [ clean ^| unix ^| 2003 ^| 2005 ^| 2008 ^| 2010 ^| 2012 ^| 2013 ^| 2015 [64]] "option"+
-goto:eof
-:afterSyntax
-
-rem ----------------------------
-rem test command args
-set "G=%1"
-shift
-
-rem [option: 32|Win32|x64|64]
-set  Q=
-set "P=%1"
-if     DEFINED P shift
-IF NOT DEFINED P set P=x
-if (%P%)==(x64)   set P=64
-if (%P%)==(64)    set Q=64
-if (%P%)==(Win32) set P=32
-if (%P%)==(32)    set Q=32
-if (%P%)==(x)     set P=
-if DEFINED Q      set P=
-
-rem ----------------------------
-rem figure out the generator (G)
-if NOT DEFINED G (
-	call:Syntax
-	goto:jail
-)
-
-if "%G%"=="7"     set G=2003
-if "%G%"=="8"     set G=2005
-if "%G%"=="9"     set G=2008
-if "%G%"=="10"    set G=2010
-
-if "%G%"=="2003"  set "G=Visual Studio 7 .NET 2003"
-if "%G%"=="2005"  set "G=Visual Studio 8 2005"
-if "%G%"=="2008"  set "G=Visual Studio 9 2008"
-if "%G%"=="2010"  set "G=Visual Studio 10 2010"
-if "%G%"=="2012"  set "G=Visual Studio 11 2012"
-if "%G%"=="2013"  set "G=Visual Studio 12 2013"
-if "%G%"=="2015"  set "G=Visual Studio 14 2015"
-
-if (%Q%)==(64)    set "G=%G% Win64"
-
-rem ----------------------------
-rem Cleanup from last time
-set C=CMakeCache.txt
-set D=CMakeFiles
-set X=xmdpsk
-set Y=cmake_install.cmake
-if EXIST %C%     del       %C%
-if EXIST %D%     rmdir/s/q %D% 
-if EXIST %X%\%C% del       %X%\%C%
-if EXIST %X%\%D% rmdir/s/q %X%\%D%
-if EXIST %Y%     del/s     cmake_*.cmake >NUL
-
-rem ----------------------------
-rem really execute cmake
-if NOT "%G%"=="clean" (
-    rem echo.---------------------------------
-    echo cmake CMakeLists.txt -G "%G%" %P% %1 %2 %3 %4 %5
-         cmake CMakeLists.txt -G "%G%" %P% %1 %2 %3 %4 %5
-)
-
-rem ----------------------------
-rem cleanup and finish
-:jail
-endlocal
-goto:eof
-
-rem That's All Folks!
-rem

-- 
exiv2 packaging



More information about the pkg-kde-commits mailing list