[SCM] KDE API documentation packaging branch, master, updated. fca819bf7b2f39103d09500dc6038b9fff79c3d6

Pino Toscano pino at alioth.debian.org
Tue Jul 26 20:31:36 UTC 2011


The following commit has been merged in the master branch:
commit 487da0629f75423c7764692952cf1df3627dc3aa
Author: Pino Toscano <pino at debian.org>
Date:   Tue Jul 26 22:23:19 2011 +0200

    no need to manually remove the stamp files
    
    ... dh_clean will remove *-stamp files anyway
---
 debian/rules |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/debian/rules b/debian/rules
index df59b3a..ababfa8 100755
--- a/debian/rules
+++ b/debian/rules
@@ -66,8 +66,6 @@ override_dh_auto_clean:
 	rm -rf $(foreach m,$(MODULES),$(call apidocsdir_html,$(m)))
 	# remove the generated QCH documentations
 	rm -rf $(foreach m,$(MODULES),$(call apidocsdir_qch,$(m)))
-	# remove the stamp files
-	rm -rf $(foreach m,$(MODULES),$(call stampfile,$(m)))
 	dh_auto_clean
 
 override_dh_compress:

-- 
KDE API documentation packaging



More information about the pkg-kde-commits mailing list