[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:56 UTC 2017


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

The following commit has been merged in the master branch:
commit e84f38e73cc24ca12d2e85e323ae5fad430bcb0d
Author: Robin Mills <robin at clanmills.com>
Date:   Fri Sep 16 09:25:04 2016 +0000

    Use md5sum in test/functions.source checkSum()
---
 test/functions.source | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/functions.source b/test/functions.source
index 3e3a630..0d4bd5c 100644
--- a/test/functions.source
+++ b/test/functions.source
@@ -419,7 +419,7 @@ copyVideoFiles ()
 checkSum()
 {
     # cygwin checksum: http://esrg.sourceforge.net/utils_win_up/md5sum/
-    md5 $1 | cut -d= -f 2 | sed -E -e 's/ //g' | cut '-d(' -f 1
+    md5sum $1 | cut -d' ' -f 1
 }
 
 ##

-- 
exiv2 packaging



More information about the pkg-kde-commits mailing list