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

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


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

The following commit has been merged in the master branch:
commit 40a8e902486d75d5e09e26aa9c579df04bf02ed8
Author: vog <vog at notjusthosting.com>
Date:   Mon Jun 20 13:35:26 2011 +0000

    #776: Adjust the exiv2-test.sh driver to respect the " (__ bit build)" suffix of the first line of "exiv2 -V"
---
 test/data/exiv2-test.out | 2 +-
 test/exiv2-test.sh       | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/test/data/exiv2-test.out b/test/data/exiv2-test.out
index 4783e2b..a6ada29 100644
--- a/test/data/exiv2-test.out
+++ b/test/data/exiv2-test.out
@@ -3,7 +3,7 @@ tmp/
 
 Exiv2 version ------------------------------------------------------------
 /usr/local/bin/exiv2
-exiv2 0.21.1
+exiv2 0.21.1 (__ bit build)
 Copyright (C) 2004-2011 Andreas Huggel.
 
 This program is free software; you can redistribute it and/or
diff --git a/test/exiv2-test.sh b/test/exiv2-test.sh
index 2f35840..74f6893 100755
--- a/test/exiv2-test.sh
+++ b/test/exiv2-test.sh
@@ -78,7 +78,7 @@ echo tmp/
 echo
 echo "Exiv2 version ------------------------------------------------------------"
 which exiv2 || exit 2;
-$exiv2 -V
+$exiv2 -V | sed '1 s, (.. bit build)$, (__ bit build),'
 echo
 echo "Exiv2 help ---------------------------------------------------------------"
 $exiv2 -h

-- 
exiv2 packaging



More information about the pkg-kde-commits mailing list