[Pkg-kde-commits] rev 510 - branches/kde-3.4.0/cdbs

Adeodato Simó dato-guest@costa.debian.org
Sat, 26 Feb 2005 09:23:48 +0100


Author: dato-guest
Date: 2005-02-26 09:23:47 +0100 (Sat, 26 Feb 2005)
New Revision: 510

Modified:
   branches/kde-3.4.0/cdbs/kde.mk
Log:
cdbs/kde.mk:
  - include temporary fix to workaround Bug#296984
    (debian/patches/common/*.log not being removed on clean)


Modified: branches/kde-3.4.0/cdbs/kde.mk
===================================================================
--- branches/kde-3.4.0/cdbs/kde.mk	2005-02-26 07:52:33 UTC (rev 509)
+++ branches/kde-3.4.0/cdbs/kde.mk	2005-02-26 08:23:47 UTC (rev 510)
@@ -87,6 +87,12 @@
 	rm -f debian/stamp-apidox
 	rm -rf debian/shlibs-check
 
+# Workaround for Bug##296984
+clean:: reverse-patches
+	for dir in $(DEB_PATCHDIRS) ; do \
+	    rm -f $$dir/*.log ; \
+	done
+
 cleanbuilddir::
 	-if test "$(DEB_BUILDDIR)" != "$(DEB_SRCDIR)"; then rm -rf $(DEB_BUILDDIR); fi