From faffbaaadb9d1588de332520c3848d2677b3966b Mon Sep 17 00:00:00 2001 From: cypromis Date: Fri, 15 Oct 2010 10:23:37 +0200 Subject: [PATCH] fix dependency to python-dev for debian packages --- debian/control | 2 +- debian/freeswitch-python.config | 1 + debian/freeswitch-python.install | 3 +++ 3 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 debian/freeswitch-python.config create mode 100644 debian/freeswitch-python.install diff --git a/debian/control b/debian/control index e57828717c..f5068bffe5 100644 --- a/debian/control +++ b/debian/control @@ -6,7 +6,7 @@ Uploaders: Michal Bielicki , Gabriel Gunderson Build-Depends: debhelper (>= 7), wget, automake (>=1.9), autoconf, libtool, unixodbc-dev, libasound2-dev, libcurl3-openssl-dev|libcurl4-openssl-dev, libssl-dev, ncurses-dev, libogg-dev, libvorbis-dev, libperl-dev, libgdbm-dev, - libdb-dev, libgnutls-dev, libtiff4-dev, python, libx11-dev, uuid-dev + libdb-dev, libgnutls-dev, libtiff4-dev, python-dev, libx11-dev, uuid-dev Homepage: http://freeswitch.org/ Standards-Version: 3.9.1 Vcs-Git: git://git.freeswitch.org/freeswitch.git diff --git a/debian/freeswitch-python.config b/debian/freeswitch-python.config new file mode 100644 index 0000000000..1c1746c875 --- /dev/null +++ b/debian/freeswitch-python.config @@ -0,0 +1 @@ +opt/freeswitch/conf/autoload_configs/python.conf.xml diff --git a/debian/freeswitch-python.install b/debian/freeswitch-python.install new file mode 100644 index 0000000000..0c073e9ec2 --- /dev/null +++ b/debian/freeswitch-python.install @@ -0,0 +1,3 @@ +opt/freeswitch/conf/autoload_configs/python.conf.xml +opt/freeswitch/mod/mod_python.so* +usr/lib/python2.5/site-packages/freeswitch.py*