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


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

The following commit has been merged in the master branch:
commit f0b4c06ea637de21d9dc8cc74c9f5d96ae3b66d6
Author: Andreas Huggel <ahuggel at gmx.net>
Date:   Sat Jun 20 04:37:37 2015 +0000

    samples/Makefile: Minor fixes to better clean up.
---
 samples/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/samples/Makefile b/samples/Makefile
index acac004..0a4aff5 100644
--- a/samples/Makefile
+++ b/samples/Makefile
@@ -113,7 +113,7 @@ OTHERBIN = $(OTHERSRC:.cpp=)
 EXECUTABLE = $(BINSRC:%.cpp=../bin/%$(EXEEXT)) $(OTHERSRC:%.cpp=../bin/%$(EXEEXT))
 
 ifdef DEP_TRACKING
-DEP = $(BINSRC:%.cpp=$(DEPDIR)/%.d) $(OTHERSRC:%.cpp=$(DEPDIR)/%.d)
+DEP = $(BINSRC:%.cpp=$(DEPDIR)/%.d) $(OTHERSRC:%.cpp=$(DEPDIR)/%.d) $(DEPDIR)/Jzon.d
 endif
 
 PREFIX = /usr/local/lib
@@ -186,7 +186,7 @@ binclean:
 
 mostlyclean:
 	$(RM) core
-	$(RM) $(BINSRC:.cpp=.ii) $(OTHERSRC:.cpp=.ii)
+	$(RM) $(BINSRC:.cpp=.ii) $(OTHERSRC:.cpp=.ii) Jzon.ii
 	$(RM) $(BINOBJ) $(OTHEROBJ)
 
 clean: binclean mostlyclean

-- 
exiv2 packaging



More information about the pkg-kde-commits mailing list