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

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


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

The following commit has been merged in the master branch:
commit a9c25fcbd3587b19e88f6a73d69f2134e3ced679
Author: Andreas Huggel <ahuggel at gmx.net>
Date:   Thu Jan 13 16:09:27 2005 +0000

    Added "export LD_LIBRARY_PATH"
---
 test/addmoddel.sh      | 1 +
 test/exiv2-test.sh     | 1 +
 test/imagetest.sh      | 1 +
 test/iptctest.sh       | 1 +
 test/makernote-test.sh | 1 +
 test/write-test.sh     | 1 +
 test/write2-test.sh    | 1 +
 7 files changed, 7 insertions(+)

diff --git a/test/addmoddel.sh b/test/addmoddel.sh
index 466e504..1b24f88 100755
--- a/test/addmoddel.sh
+++ b/test/addmoddel.sh
@@ -11,6 +11,7 @@ if [ $? -ne 0 ] ; then
 fi
 (
 LD_LIBRARY_PATH=../../src:$LD_LIBRARY_PATH
+export LD_LIBRARY_PATH
 binpath="../../src"
 cp -f ./data/exiv2-empty.jpg ./tmp
 cd ./tmp
diff --git a/test/exiv2-test.sh b/test/exiv2-test.sh
index 6925bb2..a5923ee 100755
--- a/test/exiv2-test.sh
+++ b/test/exiv2-test.sh
@@ -1,6 +1,7 @@
 #! /bin/sh
 # Test driver for exiv2 utility tests
 LD_LIBRARY_PATH=../../src:$LD_LIBRARY_PATH
+export LD_LIBRARY_PATH
 exiv2="../../src/exiv2"
 results="./tmp/exiv2-test.out"
 good="./data/exiv2-test.out"
diff --git a/test/imagetest.sh b/test/imagetest.sh
index 87eea65..20c8cae 100755
--- a/test/imagetest.sh
+++ b/test/imagetest.sh
@@ -76,6 +76,7 @@ diffCheck()
 # main
 
 LD_LIBRARY_PATH=../../src:$LD_LIBRARY_PATH
+export LD_LIBRARY_PATH
 binpath="../../src"
 datapath="../data"
 
diff --git a/test/iptctest.sh b/test/iptctest.sh
index eb490dc..90eb83c 100755
--- a/test/iptctest.sh
+++ b/test/iptctest.sh
@@ -111,6 +111,7 @@ diffCheck()
 # main
 
 LD_LIBRARY_PATH=../../src:$LD_LIBRARY_PATH
+export LD_LIBRARY_PATH
 binpath="../../src"
 datapath="../data"
 diffargs="--strip-trailing-cr"
diff --git a/test/makernote-test.sh b/test/makernote-test.sh
index 7172b83..9f552a5 100755
--- a/test/makernote-test.sh
+++ b/test/makernote-test.sh
@@ -11,6 +11,7 @@ if [ $? -ne 0 ] ; then
 fi
 (
 LD_LIBRARY_PATH=../../src:$LD_LIBRARY_PATH
+export LD_LIBRARY_PATH
 binpath="../../src"
 cd ./tmp
 $binpath/makernote-test
diff --git a/test/write-test.sh b/test/write-test.sh
index c2d7306..5919736 100755
--- a/test/write-test.sh
+++ b/test/write-test.sh
@@ -32,6 +32,7 @@ runTestCase()
 # main
 
 LD_LIBRARY_PATH=../../src:$LD_LIBRARY_PATH
+export LD_LIBRARY_PATH
 binpath="../../src"
 datapath="."
 diffargs="--strip-trailing-cr"
diff --git a/test/write2-test.sh b/test/write2-test.sh
index bd19ff1..ed81ef5 100755
--- a/test/write2-test.sh
+++ b/test/write2-test.sh
@@ -11,6 +11,7 @@ if [ $? -ne 0 ] ; then
 fi
 (
 LD_LIBRARY_PATH=../../src:$LD_LIBRARY_PATH
+export LD_LIBRARY_PATH
 binpath="../../src"
 cp -f ./data/exiv2-empty.jpg ./tmp
 cd ./tmp

-- 
exiv2 packaging



More information about the pkg-kde-commits mailing list