diff options
-rw-r--r-- | debian/changelog | 7 | ||||
-rw-r--r-- | debian/control | 2 |
2 files changed, 8 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 2f831de..a92ff0f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +ntp (1:4.2.6.p3+dfsg-2) UNRELEASED; urgency=low + + * Use architecture wildcard for libcap2-dev build dependency, removing + type-handing dependency (closes: #587871) + + -- Peter Eisentraut <petere@debian.org> Sat, 26 Nov 2011 01:46:58 +0200 + ntp (1:4.2.6.p3+dfsg-1) unstable; urgency=low * New upstream version diff --git a/debian/control b/debian/control index 19b9213..8d12787 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Section: net Priority: optional Maintainer: Debian NTP Team <pkg-ntp-maintainers@lists.alioth.debian.org> Uploaders: Bdale Garbee <bdale@gag.com>, Peter Eisentraut <petere@debian.org>, Kurt Roeckx <kurt@roeckx.be> -Build-Depends: autotools-dev, debhelper (>= 6), libedit-dev, libcap2-dev | not+linux-gnu, libssl-dev (>= 0.9), autogen (>= 1:5.11) +Build-Depends: autotools-dev, debhelper (>= 6), libedit-dev, libcap2-dev [linux-any], libssl-dev (>= 0.9), autogen (>= 1:5.11) Build-Conflicts: libavahi-compat-libdnssd-dev, libwww-dev, libwww-ssl-dev Standards-Version: 3.8.1 Homepage: http://support.ntp.org/ |