[Pkg-voip-commits] [pjproject] 08/16: Also delete the python binding build dir on clean

tzafrir at debian.org tzafrir at debian.org
Thu Dec 31 14:14:15 UTC 2015


This is an automated email from the git hooks/post-receive script.

tzafrir pushed a commit to branch master-mergelibs
in repository pjproject.

commit 45ef974674d567e2bb48172d77bd3a3051a2e1a9
Author: Tzafrir Cohen <tzafrir at debian.org>
Date:   Thu Dec 31 12:27:42 2015 +0200

    Also delete the python binding build dir on clean
---
 debian/rules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index 2803457..0fe4241 100755
--- a/debian/rules
+++ b/debian/rules
@@ -26,7 +26,7 @@ override_dh_auto_clean:
 	rm -rf .pybuild
 	# left-overs from the tests:
 	find tests/pjsua/ -name \*.pyc | xargs --no-run-if-empty rm
-	rm -rf tests/pjsua/logs/ tests/pjsua/wavs/
+	rm -rf tests/pjsua/logs/ tests/pjsua/wavs/ pjsip-apps/src/python/build/
 	find pjmedia/src/pjmedia -type l | xargs -r rm
 
 override_dh_auto_configure:

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-voip/pjproject.git



More information about the Pkg-voip-commits mailing list