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


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

The following commit has been merged in the master branch:
commit d063046bda1054b7e0b375af14ec9e0d029a286c
Author: Robin Mills <robin at clanmills.com>
Date:   Thu Jan 7 19:20:33 2016 +0000

    #1074 Correction to r4169.  Changes to config/Makefile.in to match Makefile
---
 config/Makefile.in | 19 +++++++++++++++++--
 1 file changed, 17 insertions(+), 2 deletions(-)

diff --git a/config/Makefile.in b/config/Makefile.in
index b19b830..c7d1b63 100644
--- a/config/Makefile.in
+++ b/config/Makefile.in
@@ -67,18 +67,33 @@ uninstall: config/config.mk
 doc: config/config.mk
 	cd doc && $(MAKE) $(MAKECMDGOALS)
 
+# exiv2 application and programs required by test suite
+exiv2 conntest exifprint remotetest:
+	cd src && $(MAKE) $0
+
 samples: config/config.mk
 	cd samples && $(MAKE) $(MAKECMDGOALS)
 
+# test suite
 tests:
 	cd test && $(MAKE) test
 
+# test suite sub groups
 teste testx testv:
 	cd test && $(MAKE) $@
 
-exiv2 conntest exifprint remotetest:
-	cd src && $(MAKE) $0
+# convenience for running individual tests
+bugfixes-test.sh   crw-test.sh     curliotest.sh    eps-preview-test.sh    eps-test.sh      exifdata-test.sh \
+exiv2-test.sh      httpiotest.sh   imagetest.sh     iotest.sh              iptctest.sh      modify-test.sh \
+path-test.sh       preview-test.sh sshiotest.sh     stringto-test.sh       tiff-test.sh     video-test.sh \
+write-test.sh      write-video-test.sh              write2-test.sh         xmpparser-test.sh :
+	cd test && ./$@
+
+# convenience target for running bugfixes-test.sh
+bugtest bugstest testbugs bugfixes:
+	cd test && ./bugfixes-test.sh
 
+# convenience target for building individual sample programs
 addmoddel		exifcomment		exifvalue	httptest	iptctest		mmap-test	stringto-test \
 exifdata		iotest			key-test	path-test	taglist			write2-test write-test	\
 convert-test	exifdata-test	exiv2json	iptceasy	largeiptc-test	prevtest	tiff-test	\

-- 
exiv2 packaging



More information about the pkg-kde-commits mailing list