[Freeswitch-svn] [commit] r8804 - in freeswitch/trunk/scripts/socket/FreeSWITCH: . debian

Freeswitch SVN mikej at freeswitch.org
Mon Jun 16 13:15:16 EDT 2008


Author: mikej
Date: Mon Jun 16 13:15:16 2008
New Revision: 8804

Added:
   freeswitch/trunk/scripts/socket/FreeSWITCH/ChangeLog
   freeswitch/trunk/scripts/socket/FreeSWITCH/README
Modified:
   freeswitch/trunk/scripts/socket/FreeSWITCH/Makefile.PL
   freeswitch/trunk/scripts/socket/FreeSWITCH/debian/control

Log:
make this work on dapper (no need for the tight version checking

Added: freeswitch/trunk/scripts/socket/FreeSWITCH/ChangeLog
==============================================================================

Modified: freeswitch/trunk/scripts/socket/FreeSWITCH/Makefile.PL
==============================================================================
--- freeswitch/trunk/scripts/socket/FreeSWITCH/Makefile.PL	(original)
+++ freeswitch/trunk/scripts/socket/FreeSWITCH/Makefile.PL	Mon Jun 16 13:15:16 2008
@@ -4,7 +4,7 @@
 	NAME => 'FreeSWITCH::Client',
 	VERSION_FROM => 'Client.pm',
 	PREREQ_PM => {
-		'IO::Socket::INET' => 1.17,
-		'IO::Select' => 1.17,
+		'IO::Socket::INET' => 1.16,
+		'IO::Select' => 1.16,
 	},
 );

Added: freeswitch/trunk/scripts/socket/FreeSWITCH/README
==============================================================================

Modified: freeswitch/trunk/scripts/socket/FreeSWITCH/debian/control
==============================================================================
--- freeswitch/trunk/scripts/socket/FreeSWITCH/debian/control	(original)
+++ freeswitch/trunk/scripts/socket/FreeSWITCH/debian/control	Mon Jun 16 13:15:16 2008
@@ -1,16 +1,16 @@
 Source: libfreeswitch-client-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 6)
+Build-Depends: debhelper (>= 5)
 Build-Depends-Indep: perl (>= 5.8.0-7), libmodule-install-perl,
- libmodule-scandeps-perl (>= 0.66), libarchive-zip-perl,
- libpar-dist-perl (>= 0.22), libdigest-sha1-perl, libmodule-signature-perl,
- libgetopt-argvfile-perl (>= 1.07), gnupg, libinline-perl, libtest-pod-perl
+ libmodule-scandeps-perl (>= 0.51), libarchive-zip-perl,
+ libpar-dist-perl (>= 0.07), libdigest-sha1-perl, libmodule-signature-perl,
+ libgetopt-argvfile-perl (>= 1.06), gnupg, libinline-perl, libtest-pod-perl
 Maintainer: Massimo Cetra <devel at navynet.it>
 
 Package: libfreeswitch-client-perl
 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
 Description: FreeSWITCH Client perl library
     FreeSWITCH perl client library



More information about the Freeswitch-svn mailing list