[SCM] qjackctl packaging branch, master, updated. bfa158b8e66b366d3ef08f5d5534e7e7cbc08779

adiknoth-guest at users.alioth.debian.org adiknoth-guest at users.alioth.debian.org
Sun Oct 4 13:38:05 UTC 2009


The following commit has been merged in the master branch:
commit 1d2e56821f3321f124cb769f2a3c85132840bf26
Author: Adrian Knoth <adi at drcomp.erfurt.thur.de>
Date:   Sun Oct 4 14:25:12 2009 +0200

    Set clean target and clean the remaining files.

diff --git a/debian/clean b/debian/clean
new file mode 100644
index 0000000..f4973a3
--- /dev/null
+++ b/debian/clean
@@ -0,0 +1,5 @@
+Makefile
+config.h
+qjackctl.desktop
+qjackctl.pro
+qjackctl.spec
diff --git a/debian/rules b/debian/rules
index 182adfc..78d116b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -10,4 +10,7 @@ include /usr/share/cdbs/1/class/autotools.mk
 DEB_CONFIGURE_EXTRA_FLAGS := --prefix=/usr
 
 DEB_MAKE_INSTALL_TARGET := install prefix=$(DEB_DESTDIR)/usr
+DEB_MAKE_CLEAN_TARGET   := clean
 
+cleanbuilddir::
+	rm -rf .moc/ .obj/ .ui/

-- 
qjackctl packaging



More information about the pkg-multimedia-commits mailing list