fix dependency to python-dev for debian packages

This commit is contained in:
cypromis 2010-10-15 10:23:37 +02:00
parent 9686a38f92
commit faffbaaadb
3 changed files with 5 additions and 1 deletions

2
debian/control vendored
View File

@ -6,7 +6,7 @@ Uploaders: Michal Bielicki <michal.bielicki@seventhsignal.pl>, 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

1
debian/freeswitch-python.config vendored Normal file
View File

@ -0,0 +1 @@
opt/freeswitch/conf/autoload_configs/python.conf.xml

3
debian/freeswitch-python.install vendored Normal file
View File

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