diff options
author | Igor Pashev <pashev.igor@gmail.com> | 2015-01-04 17:53:04 +0300 |
---|---|---|
committer | Igor Pashev <pashev.igor@gmail.com> | 2015-01-04 17:53:04 +0300 |
commit | b49501e5b192c55f25ac3f527e6f6693721c33ab (patch) | |
tree | 53f43ad437ba4387f004b5b540a57d76948f682c | |
parent | 0aa46d70caddd167e73bc7b66349395bdf56f0f2 (diff) | |
download | bind9-b49501e5b192c55f25ac3f527e6f6693721c33ab.tar.gz |
Build depends on dh-smf on illumos and dh-systemd on linux
-rw-r--r-- | debian/control | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/debian/control b/debian/control index 38ebb830..d16d9e94 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,14 @@ Section: net Priority: optional Maintainer: LaMont Jones <lamont@debian.org> Uploaders: Bdale Garbee <bdale@gag.com> -Build-Depends: libkrb5-dev, debhelper (>= 5), libssl-dev, libtool, bison, libdb-dev (>>4.6), libldap2-dev, libxml2-dev, libcap2-dev [linux-any], hardening-wrapper, libgeoip-dev (>= 1.4.6.dfsg-5), dpkg-dev (>= 1.15.5), python, python-argparse, dh-systemd, autotools-dev, dh-autoreconf +Build-Depends: libkrb5-dev, debhelper (>= 5), libssl-dev, + libtool, bison, libdb-dev (>>4.6), libldap2-dev, + libxml2-dev, libcap2-dev [linux-any], hardening-wrapper, + libgeoip-dev (>= 1.4.6.dfsg-5), dpkg-dev (>= 1.15.5), + python, python-argparse, + dh-systemd [linux-any], + dh-smf [illumos-any], + autotools-dev, dh-autoreconf Build-Conflicts: libdb4.2-dev Standards-Version: 3.7.3.0 XS-Vcs-Browser: http://git.debian.org/?p=users/lamont/bind9.git |