[SCM] mixxx/master: Improve the clean target to properly clean the build environment.

alessio at users.alioth.debian.org alessio at users.alioth.debian.org
Sun Feb 27 10:52:59 UTC 2011


The following commit has been merged in the master branch:
commit 3dc8d358eb8bebd18b145e605e62ea61c0f6b15a
Author: Alessio Treglia <alessio at debian.org>
Date:   Sun Feb 27 11:50:55 2011 +0100

    Improve the clean target to properly clean the build environment.

diff --git a/debian/rules b/debian/rules
index ea1e3fd..f6225d1 100755
--- a/debian/rules
+++ b/debian/rules
@@ -23,9 +23,9 @@ override_dh_auto_build:
 
 override_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
+	rm -rf .sconf_temp/ cache/ linux_build/
+	dh_clean .sconsign.dblite build/qt4.pyc cachecustom.py \
+		config.log src/build.h build/*.pyc mixxx.1 mixxx.xpm
 	dh_auto_clean
 
 override_dh_auto_install:

-- 
mixxx packaging



More information about the pkg-multimedia-commits mailing list