[SCM] klick packaging branch, master, updated. debian/0.12.2-1-3-g87e51e4

quadrispro-guest at users.alioth.debian.org quadrispro-guest at users.alioth.debian.org
Tue Apr 27 09:13:24 UTC 2010


The following commit has been merged in the master branch:
commit 87e51e45dce6d5a65241df3b5576c0d985f12676
Author: Alessio Treglia <quadrispro at ubuntu.com>
Date:   Tue Apr 27 11:13:18 2010 +0200

    Check whether DEB_MAINTAINER_MODE equals to 1.

diff --git a/debian/rules b/debian/rules
index 199270c..8a57eec 100755
--- a/debian/rules
+++ b/debian/rules
@@ -10,7 +10,7 @@ override_dh_auto_build:
 	$(SCONS) PREFIX=/usr RUBBERBAND=True
 
 override_dh_auto_clean:
-	$(SCONS) -c
+	[ ! $(DEB_MAINTAINER_MODE) -ne 1 ] || $(SCONS) -c
 	rm -f .sconsign.dblite scache.conf .sconf_temp
 
 override_dh_auto_install:

-- 
klick packaging



More information about the pkg-multimedia-commits mailing list