[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:28 UTC 2017
Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-extras/exiv2.git;a=commitdiff;h=0409ad9
The following commit has been merged in the master branch:
commit 0409ad9e0ab9cded6201226758d6723e6db69d71
Author: Robin Mills <robin at clanmills.com>
Date: Fri Oct 19 06:29:53 2012 +0000
Rolled by incorrect change to <exiv2dir>/Makefile in 2912. Change applied in config/Makefile.in
---
Makefile | 2 +-
config/Makefile.in | 5 ++++-
2 files changed, 5 insertions(+), 2 deletions(-)
diff --git a/Makefile b/Makefile
index bd795eb..d4be5f9 100644
--- a/Makefile
+++ b/Makefile
@@ -54,7 +54,7 @@ ENABLE_XMP = 1
.PHONY: all doc config samples xmpsdk \
mostlyclean clean distclean maintainer-clean \
- install uninstall tests
+ install uninstall
all install: config/config.mk xmpsdk
cd src && $(MAKE) $(MAKECMDGOALS)
diff --git a/config/Makefile.in b/config/Makefile.in
index 01945c0..885c1a3 100644
--- a/config/Makefile.in
+++ b/config/Makefile.in
@@ -54,7 +54,7 @@ ENABLE_XMP = @ENABLE_XMP@
.PHONY: all doc config samples xmpsdk \
mostlyclean clean distclean maintainer-clean \
- install uninstall
+ install uninstall tests
all install: config/config.mk xmpsdk
cd src && $(MAKE) $(MAKECMDGOALS)
@@ -70,6 +70,9 @@ doc: config/config.mk
samples: config/config.mk
cd samples && $(MAKE) $(MAKECMDGOALS)
+tests:
+ cd test && $(MAKE) test
+
config:
cd config && $(MAKE) -f config.make $(MAKECMDGOALS)
--
exiv2 packaging
More information about the pkg-kde-commits
mailing list