diff options
author | petere <petere@0070b5ef-2f16-0410-befa-9a02bd1d6ddb> | 2011-11-26 00:07:32 +0000 |
---|---|---|
committer | petere <petere@0070b5ef-2f16-0410-befa-9a02bd1d6ddb> | 2011-11-26 00:07:32 +0000 |
commit | 19e6220623af3edd55ad7cd0848d4b6db5e3419e (patch) | |
tree | e352ddd291a7ee34edddc25312458746219bf12d | |
parent | c46e57414c7ec4a69b5a4b25f8577ca6472c728a (diff) | |
download | ntp-19e6220623af3edd55ad7cd0848d4b6db5e3419e.tar.gz |
Use architecture wildcard for libcap2-dev build dependency, removing
type-handing dependency (closes: #587871)
git-svn-id: svn://svn.debian.org/pkg-ntp/ntp/trunk@335 0070b5ef-2f16-0410-befa-9a02bd1d6ddb
-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/ |