]> granicus.if.org Git - pdns/commitdiff
Added dependecies
authorAki Tuomi <cmouse@cmouse.fi>
Tue, 14 May 2013 17:14:23 +0000 (20:14 +0300)
committerAki Tuomi <cmouse@cmouse.fi>
Tue, 14 May 2013 20:01:17 +0000 (23:01 +0300)
debian/control

index e4f232140decd6c609a4e9a114c94ac1652300b9..926ff3f2a7fbfc5d0e8f7a061aae3b1587360775 100644 (file)
@@ -1,13 +1,13 @@
 Source: pdns
 Section: net
 Priority: extra
-Standards-Version: 3.5.8
+Standards-Version: 3.9.2
 Maintainer: bert hubert <bert.hubert@netherlabs.nl>
-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}
+