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

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


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

The following commit has been merged in the master branch:
commit 2605366a0997097f3196c0b8599b7272dbacf0bf
Author: Robin Mills <robin at clanmills.com>
Date:   Sat May 2 23:57:07 2015 +0000

    #1072.  tiff-test.sh requires bash v4 or higher.  MinGW has v3.1.23.  I've given up trying to build bash v4 from source for MinGW.
---
 test/tiff-test.sh | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/test/tiff-test.sh b/test/tiff-test.sh
index 45754cb..f029f31 100644
--- a/test/tiff-test.sh
+++ b/test/tiff-test.sh
@@ -1,6 +1,11 @@
 #!/bin/bash
 # TIFF parser test driver
 
+if [ "${BASH_VERSION:0:1}" -lt "4" ]; then
+	echo "$0 requires bash v4 or greater.  Running $BASH_VERSION.  $0 skipped."
+	exit 0
+fi
+
 exifprobe()
 {
     f=$1

-- 
exiv2 packaging



More information about the pkg-kde-commits mailing list