]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
debian: correct new issue raised by lintian on source package
authorTravis Cross <tc@traviscross.com>
Sun, 6 May 2012 07:28:10 +0000 (07:28 +0000)
committerTravis Cross <tc@traviscross.com>
Sun, 6 May 2012 07:28:10 +0000 (07:28 +0000)
debian/bootstrap.sh

index 2b7afe5472bfcacd2a9274d1ffea84eccd4f9b5b..c5fa1ec3b1410b4e3239a9cd04d3b691082fe186 100755 (executable)
@@ -143,7 +143,9 @@ Build-Depends:
 # bootstrapping
  automake (>= 1.9), autoconf, libtool,
 # core build
- dpkg-dev, gcc, g++, libc6-dev, make, wget, pkg-config,
+ dpkg-dev (>= 1.15.8.12), gcc (>= 4:4.4.5) , g++ (>= 4:4.4.5),
+ libc6-dev (>= 2.11.3), make (>= 3.81),
+ wget, pkg-config,
 # configure options
  libssl-dev, unixodbc-dev,
  libncurses5-dev, libjpeg8-dev,