[SCM] KDE Plasma Addons module packaging branch, kde4.8, updated. debian/4.7.4-2-20-g5ce413e

Eshat Cakar eshat-guest at alioth.debian.org
Sat May 12 20:11:12 UTC 2012


Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-sc/kdeplasma-addons.git;a=commitdiff;h=5ce413e

The following commit has been merged in the kde4.8 branch:
commit 5ce413eeb420e8e4ddc4fe24d456e1573342e695
Author: Eshat Cakar <info at eshat.de>
Date:   Sat May 12 22:11:00 2012 +0200

    Make dh_clean not fail with pbuilder.
---
 debian/rules |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/debian/rules b/debian/rules
index 3fc02e4..588bb1b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -9,4 +9,4 @@ override_dh_strip:
 
 override_dh_auto_clean:
 	$(overridden_command)
-	find applets/lancelot/tools/puck -name *.pyc -delete
+	find applets/lancelot/tools/puck -name *.pyc -delete || true

-- 
KDE Plasma Addons module packaging



More information about the pkg-kde-commits mailing list