[SCM] exiv2 packaging branch, master, updated. debian/0.25-3.1-3734-gdcbc29a
Maximiliano Curia
maxy at moszumanska.debian.org
Thu Jul 13 17:43:31 UTC 2017
Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-extras/exiv2.git;a=commitdiff;h=e004478
The following commit has been merged in the master branch:
commit e00447853db1eecaa4e825f1ac9e9adbeab47c95
Author: Robin Mills <robin at clanmills.com>
Date: Sun Nov 4 20:33:51 2012 +0000
Linux fixes to SVN: 2935
---
samples/Makefile | 3 +++
test/video-test.sh | 2 +-
test/write2-test.sh | 2 +-
test/xmpparser-test.sh | 2 +-
4 files changed, 6 insertions(+), 3 deletions(-)
diff --git a/samples/Makefile b/samples/Makefile
index 27a67e6..b41163a 100644
--- a/samples/Makefile
+++ b/samples/Makefile
@@ -60,13 +60,16 @@ BINSRC = addmoddel.cpp \
exifcomment.cpp \
exifdata-test.cpp \
exifprint.cpp \
+ geotag.cpp \
iotest.cpp \
iptceasy.cpp \
iptcprint.cpp \
iptctest.cpp \
key-test.cpp \
largeiptc-test.cpp \
+ metacopy.cpp \
mmap-test.cpp \
+ path-test.cpp \
prevtest.cpp \
stringto-test.cpp \
taglist.cpp \
diff --git a/test/video-test.sh b/test/video-test.sh
index fc1fdb9..79b9c65 100755
--- a/test/video-test.sh
+++ b/test/video-test.sh
@@ -1,4 +1,4 @@
-#! /bin/bash
+#!/bin/bash
# Test driver for video files
#
# video-asf.wmv http://www.educationalquestions.com/video/DLP_PART_2_768k.wmv
diff --git a/test/write2-test.sh b/test/write2-test.sh
index 4efd1af..eb7f025 100755
--- a/test/write2-test.sh
+++ b/test/write2-test.sh
@@ -1,4 +1,4 @@
-#! /bin/sh
+#!/bin/bash
# Test driver for write unit tests to build Exif metadata from scratch
source ./functions.source
diff --git a/test/xmpparser-test.sh b/test/xmpparser-test.sh
index 4dd6cac..c08c0a4 100755
--- a/test/xmpparser-test.sh
+++ b/test/xmpparser-test.sh
@@ -1,4 +1,4 @@
-#! /bin/sh
+#!/bin/bash
# XMP parser test driver
source ./functions.source
--
exiv2 packaging
More information about the pkg-kde-commits
mailing list