[SCM] qjackctl/master: Update cleanbuilddir to properly clean the sources.

alessio at users.alioth.debian.org alessio at users.alioth.debian.org
Thu Dec 2 14:00:25 UTC 2010


The following commit has been merged in the master branch:
commit cb61cdbf7db1272f6ad521bfbdb93139056c2709
Author: Alessio Treglia <alessio at debian.org>
Date:   Thu Dec 2 14:58:12 2010 +0100

    Update cleanbuilddir to properly clean the sources.

diff --git a/debian/rules b/debian/rules
index e0552b7..e2d0c70 100755
--- a/debian/rules
+++ b/debian/rules
@@ -13,7 +13,7 @@ DEB_MAKE_CLEAN_TARGET   := clean
 DEB_CLEAN_EXCLUDE       := qjackctl.pro
 
 cleanbuilddir::
-	rm -rf .moc/ .obj/ .ui/
+	rm -rf src/.moc/ src/.obj/ src/.ui/
 	-cp -a debian/translations src/ ; rm -rf debian/translations
 
 install/qjackctl::

-- 
qjackctl packaging



More information about the pkg-multimedia-commits mailing list