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

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


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

The following commit has been merged in the master branch:
commit a59927bf7fc70728c2251254c0ba9b5674765d03
Author: Robin Mills <robin at clanmills.com>
Date:   Sun Nov 30 07:05:03 2014 +0000

    #1008 "tests" directory missing from Exiv2 v0.24 tar/gunzip file.
---
 Makefile | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index 1d96c11..a304a29 100644
--- a/Makefile
+++ b/Makefile
@@ -71,7 +71,12 @@ samples: config/config.mk
 	cd samples && $(MAKE) $(MAKECMDGOALS)
 
 tests:
-	cd test && $(MAKE) test
+	@if [ ! -d test ]; then \
+		echo "*** directory test not available ***" ; \
+		echo "*** see http://dev.exiv2.org/projects/exiv2/wiki/How_do_I_build_Exiv2_on_the_XYZ_platform for more information ***" ; \
+	else \
+		cd test && $(MAKE) test ; \
+	fi
 
 teste:
 	cd test && $(MAKE) teste

-- 
exiv2 packaging



More information about the pkg-kde-commits mailing list