[SCM] gmidimonitor/master: Don't call waf distclean anymore, use ./waf clean + prune of *.pyc files.
alessio at users.alioth.debian.org
alessio at users.alioth.debian.org
Mon Jan 9 16:09:38 UTC 2012
The following commit has been merged in the master branch:
commit b7b6f0c97cb0059d70957a9294689d122fa9b41a
Author: Alessio Treglia <alessio at debian.org>
Date: Mon Jan 9 16:31:47 2012 +0100
Don't call waf distclean anymore, use ./waf clean + prune of *.pyc files.
diff --git a/debian/rules b/debian/rules
index a445680..34711fa 100755
--- a/debian/rules
+++ b/debian/rules
@@ -26,7 +26,9 @@ override_dh_auto_build:
$(WAF)
override_dh_auto_clean:
- $(WAF) distclean
+ $(WAF) clean || true
+ find waflib -name "*.pyc" -delete
+ dh_auto_clean
override_dh_auto_install:
$(WAF) --destdir=$(CURDIR)/debian/gmidimonitor install
--
gmidimonitor packaging
More information about the pkg-multimedia-commits
mailing list