[SCM] Debian packaging for jack-audio-connection-kit branch, master, updated. debian/1.9.5.dfsg-10-11-g22489ca

adiknoth-guest at users.alioth.debian.org adiknoth-guest at users.alioth.debian.org
Fri May 7 18:19:43 UTC 2010


The following commit has been merged in the master branch:
commit 3a693ce0ebf5f35d4a9419cb341d1ce0be6d555f
Author: Adrian Knoth <adi at drcomp.erfurt.thur.de>
Date:   Fri May 7 19:02:04 2010 +0200

    Remove python byte code in clean target.
    
    When running internal waf, it generated python byte code.
    
    Let's remove it to please git-buildpackage.

diff --git a/debian/rules b/debian/rules
index 3109c98..25c8be0 100755
--- a/debian/rules
+++ b/debian/rules
@@ -40,6 +40,7 @@ DEB_MAKE_INSTALL_TARGET = install
 DEB_MAKE_CLEAN_TARGET = clean
 clean::
 	rm -f .lock-wscript
+	find ./.waf-* -iname '*.pyc' -exec rm '{}' \;
 	rm -rf build
 
 DEB_DH_MAKESHLIBS_ARGS = -V 'libjack0 (>= $(ABI))' -Xintime -Xinprocess -Xjack_alsa -Xjack_oss -Xjack_dummy -Xjack_firewire

-- 
Debian packaging for jack-audio-connection-kit



More information about the pkg-multimedia-commits mailing list