[SCM] exiv2 packaging branch, master, updated. debian/0.25-3.1-3734-gdcbc29a
Maximiliano Curia
maxy at moszumanska.debian.org
Thu Jul 13 17:45:38 UTC 2017
Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-extras/exiv2.git;a=commitdiff;h=e042892
The following commit has been merged in the master branch:
commit e0428920eb35a2746fb44b7b5a8af8639f7f911d
Author: Robin Mills <robin at clanmills.com>
Date: Wed Aug 26 18:42:48 2015 +0000
Add samples targets (exiv2json etc) to toplevel Makefile.
---
Makefile | 6 ++++++
config/Makefile.in | 6 ++++++
2 files changed, 12 insertions(+)
diff --git a/Makefile b/Makefile
index 7d381fb..b94542e 100644
--- a/Makefile
+++ b/Makefile
@@ -79,6 +79,12 @@ teste testx testv:
exiv2 conntest exifprint remotetest:
cd src && $(MAKE) $0
+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 \
+easyaccess-test geotag iptcprint metacopy werror-test xmpparser-test xmpsample xmpparse :
+ cd samples && $(MAKE) $(MAKECMDGOALS)
+
MAJOR=$(shell grep "define.*EXIV2_.*_VERSION .*\d*" src/version.hpp | grep MAJOR | sed -e 's/EXIV2//g' | tr -dC [:digit:])
MINOR=$(shell grep "define.*EXIV2_.*_VERSION .*\d*" src/version.hpp | grep MINOR | sed -e 's/EXIV2//g' | tr -dC [:digit:])
VERSION=exiv2-$(MAJOR).$(MINOR)
diff --git a/config/Makefile.in b/config/Makefile.in
index 0a28183..82074f0 100644
--- a/config/Makefile.in
+++ b/config/Makefile.in
@@ -79,6 +79,12 @@ teste testx testv:
exiv2 conntest exifprint remotetest:
cd src && $(MAKE) $0
+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 \
+easyaccess-test geotag iptcprint metacopy werror-test xmpparser-test xmpsample xmpparse :
+ cd samples && $(MAKE) $0
+
MAJOR=$(shell grep "define.*EXIV2_.*_VERSION .*\d*" src/version.hpp | grep MAJOR | sed -e 's/EXIV2//g' | tr -dC [:digit:])
MINOR=$(shell grep "define.*EXIV2_.*_VERSION .*\d*" src/version.hpp | grep MINOR | sed -e 's/EXIV2//g' | tr -dC [:digit:])
VERSION=exiv2-$(MAJOR).$(MINOR)
--
exiv2 packaging
More information about the pkg-kde-commits
mailing list