[SCM] exiv2 packaging branch, master, updated. debian/0.25-3.1-3734-gdcbc29a
Maximiliano Curia
maxy at moszumanska.debian.org
Thu Jul 13 17:42:05 UTC 2017
Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-extras/exiv2.git;a=commitdiff;h=5adb67a
The following commit has been merged in the master branch:
commit 5adb67a04187d986d6dcee1331cd89c683e3d60d
Author: Andreas Huggel <ahuggel at gmx.net>
Date: Mon Nov 22 15:44:15 2010 +0000
Remove .deps and .libs directories in maintainer-clean target.
---
src/Makefile | 2 ++
1 file changed, 2 insertions(+)
diff --git a/src/Makefile b/src/Makefile
index 7cbed7e..43a1916 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -331,3 +331,5 @@ endif
# This command is intended for maintainers to use; it deletes files
# that may need special tools to rebuild.
maintainer-clean: uninstall distclean
+ -$(RM) -r .deps
+ -$(RM) -r .libs
--
exiv2 packaging
More information about the pkg-kde-commits
mailing list