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*