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

Maximiliano Curia maxy at moszumanska.debian.org
Thu Jul 13 17:38:50 UTC 2017


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

The following commit has been merged in the master branch:
commit 141173269176dca60d4320bf42d81884b5e5442c
Author: Andreas Huggel <ahuggel at gmx.net>
Date:   Tue Oct 2 02:45:47 2007 +0000

    Template for toplevel Makefile.
---
 Makefile => Makefile.in | 10 +++++++++-
 1 file changed, 9 insertions(+), 1 deletion(-)

diff --git a/Makefile b/Makefile.in
similarity index 83%
copy from Makefile
copy to Makefile.in
index eda2f54..af7b0e6 100644
--- a/Makefile
+++ b/Makefile.in
@@ -12,6 +12,12 @@
 #  Requires GNU make.
 #
 
+SHELL = /bin/sh
+# This is a generated file. Do NOT change any settings here.
+# Run ./configure with the appropriate options to regenerate this file
+# and possibly others.
+ENABLE_XMP = @ENABLE_XMP@
+
 .PHONY: all doc config xmpsdk                        \
         mostlyclean clean distclean maintainer-clean \
         install uninstall
@@ -31,7 +37,9 @@ config:
 	cd config && $(MAKE) $(MAKECMDGOALS)
 
 xmpsdk: config/config.mk
-	cd xmpsdk/src && $(MAKE) $(MAKECMDGOALS)
+	if test "x$(ENABLE_XMP)" = "x1" ; then \
+	    cd xmpsdk/src && $(MAKE) $(MAKECMDGOALS); \
+	fi;
 
 mostlyclean clean: config/config.mk
 	cd src && $(MAKE) $(MAKECMDGOALS)

-- 
exiv2 packaging



More information about the pkg-kde-commits mailing list