[SCM] mixxx/master: Run scons -c to clean all targets.

alessio at users.alioth.debian.org alessio at users.alioth.debian.org
Sat Sep 18 14:37:41 UTC 2010


The following commit has been merged in the master branch:
commit e5202b645e20c042af6b3fc32f900cdf6ae583ce
Author: Alessio Treglia <alessio at debian.org>
Date:   Sat Sep 18 16:37:33 2010 +0200

    Run scons -c to clean all targets.

diff --git a/debian/rules b/debian/rules
index f1af9ee..bb14da5 100755
--- a/debian/rules
+++ b/debian/rules
@@ -12,10 +12,11 @@ override_dh_auto_build:
 	docbook-to-man debian/mixxx.sgml > mixxx.1 
 
 override_dh_auto_clean:
-	dh_auto_clean
+	scons $(SCONS_OPTS) -c || true
 	rm -rf .sconf_temp/ .sconsign.dblite build/qt4.pyc cachecustom.py \
 	config.log linux_build/ src/build.h
 	rm -f mixxx.1 mixxx.xpm
+	dh_auto_clean
 
 override_dh_auto_install:
 	scons $(SCONS_OPTS) install

-- 
mixxx packaging



More information about the pkg-multimedia-commits mailing list