diff options
author | Pino Toscano <pino@debian.org> | 2013-09-21 09:35:56 +0200 |
---|---|---|
committer | Pino Toscano <pino@debian.org> | 2013-09-21 09:35:56 +0200 |
commit | e37f8e96f082bdb5bc3dbdd18d15d3eaba2cef45 (patch) | |
tree | 92624c2588e747572d789d71a62ba5c7433aa929 /debian | |
parent | 0390dcb69e639efa5d3124e96b3193034cbd7896 (diff) |
add missing libpcap0.8-dev B-D
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 3 | ||||
-rw-r--r-- | debian/control | 2 |
2 files changed, 4 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index eceab592..a8322418 100644 --- a/debian/changelog +++ b/debian/changelog @@ -5,6 +5,9 @@ hurd (20130916-2) UNRELEASED; urgency=low [ Justus Winter ] * Include the nullauth utility in hurd and hurd-udeb. + [ Pino Toscano ] + * Add missing libpcap0.8-dev build dependency. + -- Samuel Thibault <sthibault@debian.org> Tue, 17 Sep 2013 19:42:22 +0200 hurd (20130916-1) unstable; urgency=low diff --git a/debian/control b/debian/control index 68c580dd..b7cb8ec1 100644 --- a/debian/control +++ b/debian/control @@ -7,7 +7,7 @@ Build-Depends: mig (>= 1.3-2), gnumach-dev (>= 2:1.3.99.dfsg.cvs20070526), libc0.3-dev (>= 2.13-38~), texinfo, texinfo, libncursesw5-dev, debhelper (>= 7.0.50~), gcc-4.7, dpkg (>= 1.15.4) | install-info, autoconf, dh-autoreconf, libparted-dev, libpciaccess-dev, libx11-dev, x11proto-core-dev, pkg-config, - xkb-data, gawk, flex, bison, autotools-dev, libdaemon-dev + xkb-data, gawk, flex, bison, autotools-dev, libdaemon-dev, libpcap0.8-dev Uploaders: Michael Banck <mbanck@debian.org>, Samuel Thibault <sthibault@debian.org> Homepage: http://www.gnu.org/software/hurd/hurd.html |