From: Aki Tuomi Date: Tue, 14 May 2013 17:14:23 +0000 (+0300) Subject: Added dependecies X-Git-Tag: auth-3.3-rc1~29^2~5^2~6 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d2d193f90c1f3763d4cab3bb88a5b96dbcbc895c;p=thirdparty%2Fpdns.git Added dependecies --- diff --git a/debian/control b/debian/control index e4f232140d..926ff3f2a7 100644 --- a/debian/control +++ b/debian/control @@ -1,13 +1,13 @@ Source: pdns Section: net Priority: extra -Standards-Version: 3.5.8 +Standards-Version: 3.9.2 Maintainer: bert hubert -Build-Depends: autoconf, libtool, flex, bison, docbook-utils, libmysqlclient-dev, postgresql-dev | libpq-dev, libgdbm-dev, libsqlite3-dev, dpkg-dev (>= 1.10.17), libboost-dev (>=1.34), libboost-program-options-dev, libboost-serialization-dev, pkg-config, ragel, libbotan1.10-dev, liblua5.1-dev +Build-Depends: autoconf, libtool, flex, bison, docbook-utils, libmysqlclient-dev, postgresql-dev | libpq-dev, libgdbm-dev, libsqlite3-dev, dpkg-dev (>= 1.10.17), libboost-dev (>=1.34), libboost-program-options-dev, libboost-serialization-dev, pkg-config, ragel, libbotan1.10-dev, liblua5.1-dev, dh-autoreconf, debhelper (>= 8), libcrypto++-dev Package: pdns-server Architecture: any -Depends: ${shlibs:Depends} +Depends: ${shlibs:Depends} ${misc:Depends} Recommends: pdns-doc Suggests: pdns-backend Description: extremely powerful and versatile nameserver @@ -17,10 +17,9 @@ Description: extremely powerful and versatile nameserver Package: pdns-server-dbg Architecture: any -Depends: ${shlibs:Depends} +Depends: pdns-server ${shlibs:Depends} ${misc:Depends} Recommends: pdns-doc Suggests: pdns-backend -Provides: pdns-server Description: PowerDNS server with debugging symbols PowerDNS server with debugging symbols @@ -31,3 +30,5 @@ Description: PowerDNS manual This is the complete manual for PowerDNS, documenting both how to install and configure it as well as how to write new backend modules. +Depends: ${misc:Depends} +