mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-17 09:12:25 +00:00
make this work on dapper (no need for the tight version checking
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8804 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
39b6f21a4d
commit
094e837b94
0
scripts/socket/FreeSWITCH/ChangeLog
Normal file
0
scripts/socket/FreeSWITCH/ChangeLog
Normal file
@ -4,7 +4,7 @@ WriteMakefile(
|
|||||||
NAME => 'FreeSWITCH::Client',
|
NAME => 'FreeSWITCH::Client',
|
||||||
VERSION_FROM => 'Client.pm',
|
VERSION_FROM => 'Client.pm',
|
||||||
PREREQ_PM => {
|
PREREQ_PM => {
|
||||||
'IO::Socket::INET' => 1.17,
|
'IO::Socket::INET' => 1.16,
|
||||||
'IO::Select' => 1.17,
|
'IO::Select' => 1.16,
|
||||||
},
|
},
|
||||||
);
|
);
|
||||||
|
0
scripts/socket/FreeSWITCH/README
Normal file
0
scripts/socket/FreeSWITCH/README
Normal file
@ -1,16 +1,16 @@
|
|||||||
Source: libfreeswitch-client-perl
|
Source: libfreeswitch-client-perl
|
||||||
Section: perl
|
Section: perl
|
||||||
Priority: optional
|
Priority: optional
|
||||||
Build-Depends: debhelper (>= 6)
|
Build-Depends: debhelper (>= 5)
|
||||||
Build-Depends-Indep: perl (>= 5.8.0-7), libmodule-install-perl,
|
Build-Depends-Indep: perl (>= 5.8.0-7), libmodule-install-perl,
|
||||||
libmodule-scandeps-perl (>= 0.66), libarchive-zip-perl,
|
libmodule-scandeps-perl (>= 0.51), libarchive-zip-perl,
|
||||||
libpar-dist-perl (>= 0.22), libdigest-sha1-perl, libmodule-signature-perl,
|
libpar-dist-perl (>= 0.07), libdigest-sha1-perl, libmodule-signature-perl,
|
||||||
libgetopt-argvfile-perl (>= 1.07), gnupg, libinline-perl, libtest-pod-perl
|
libgetopt-argvfile-perl (>= 1.06), gnupg, libinline-perl, libtest-pod-perl
|
||||||
Maintainer: Massimo Cetra <devel@navynet.it>
|
Maintainer: Massimo Cetra <devel@navynet.it>
|
||||||
|
|
||||||
Package: libfreeswitch-client-perl
|
Package: libfreeswitch-client-perl
|
||||||
Architecture: all
|
Architecture: all
|
||||||
Depends: ${perl:Depends}, ${misc:Depends}, libmodule-scandeps-perl (>= 0.66), libio-socket-ssl-perl (>= 1.02-1)
|
Depends: ${perl:Depends}, ${misc:Depends}, libmodule-scandeps-perl (>= 0.51), libio-socket-ssl-perl (>= 1.02-1)
|
||||||
Recommends: gnupg, libmodule-signature-perl, libpar-packer-perl
|
Recommends: gnupg, libmodule-signature-perl, libpar-packer-perl
|
||||||
Description: FreeSWITCH Client perl library
|
Description: FreeSWITCH Client perl library
|
||||||
FreeSWITCH perl client library
|
FreeSWITCH perl client library
|
||||||
|
Loading…
x
Reference in New Issue
Block a user