From 087bafe476cd945bd61f0b561d54c2211d4753bc Mon Sep 17 00:00:00 2001 From: Travis Cross Date: Sun, 6 May 2012 07:28:10 +0000 Subject: [PATCH] debian: correct new issue raised by lintian on source package --- debian/bootstrap.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/debian/bootstrap.sh b/debian/bootstrap.sh index 2b7afe5472..c5fa1ec3b1 100755 --- a/debian/bootstrap.sh +++ b/debian/bootstrap.sh @@ -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,