From a6b473cb3af86f20b2617526753ed036a71b2739 Mon Sep 17 00:00:00 2001 From: Michael Jerris Date: Tue, 29 Dec 2009 02:18:31 +0000 Subject: [PATCH] make sure to use system libuuid on debian packages git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16073 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- debian/control | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/control b/debian/control index dd4f61243a..9509bc8528 100644 --- a/debian/control +++ b/debian/control @@ -2,12 +2,12 @@ Source: freeswitch Maintainer: Michal Bielicki Section: net Priority: extra -Build-Depends: debhelper (>= 5), fakeroot, 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, libmemcache-dev, memcached, libx11-dev +Build-Depends: debhelper (>= 5), fakeroot, 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, libmemcache-dev, memcached, libx11-dev, uuid-dev Standards-Version: 3.7.3 Package: freeswitch Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends}, adduser, libc6, unixodbc, libasound2, libcurl3, openssl, libncurses5, libvorbis0a +Depends: ${shlibs:Depends}, ${misc:Depends}, adduser, libc6, unixodbc, libasound2, libcurl3, openssl, libncurses5, libvorbis0a, libuuid1 Recommends: freeswitch-lang-en Suggests: freeswitch-spidermonkey, freeswitch-lua, freeswitch-perl, freeswitch-sounds-music-8000, monit Description: The FreeSWITCH open source telephony platform