[Pkg-voip-commits] [pjproject] 23/42: Disable installation of python bindings

tzafrir at debian.org tzafrir at debian.org
Sat Nov 1 17:13:55 UTC 2014


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

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

commit 64c4c88f5b0e1b6142c7670954c9e2b0886c9468
Author: Tzafrir Cohen <tzafrir at debian.org>
Date:   Thu Oct 30 10:44:39 2014 +0200

    Disable installation of python bindings
---
 debian/rules | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index 97caf21..4879ccd 100755
--- a/debian/rules
+++ b/debian/rules
@@ -39,6 +39,8 @@ override_dh_auto_build:
 
 override_dh_auto_install:
 	dh_auto_install
-	cd pjsip-apps/src/python && python setup.py install
+	# Disable it for now. This will wait (and be done properly) in
+	# later versions:
+	#cd pjsip-apps/src/python && python setup.py install
 
 .PHONY: build

-- 
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