diff options
author | Olivier Abad <oabad@noos.fr> | 2000-07-03 22:40:13 +0000 |
---|---|---|
committer | Olivier Abad <oabad@noos.fr> | 2000-07-03 22:40:13 +0000 |
commit | 7fd7ebe2d8ea385981e55ffe9130d15938ec93ef (patch) | |
tree | e98b0e618ab3451c88550f0e707abde974c4667c /debian/control | |
parent | 864c5eabe17c2efc1b1428c265bead537175c2b1 (diff) | |
download | wireshark-7fd7ebe2d8ea385981e55ffe9130d15938ec93ef.tar.gz wireshark-7fd7ebe2d8ea385981e55ffe9130d15938ec93ef.tar.bz2 wireshark-7fd7ebe2d8ea385981e55ffe9130d15938ec93ef.zip |
Add a missing build dependency (debhelper) and change build dependency on
libsnmp4.0-dev to libsnmp4.1-dev (this should close bugs #66391 and #66018
from the Debian bug tracking system).
svn path=/trunk/; revision=2106
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control index ce46f17418..f7e0e57c49 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Section: net Priority: optional Maintainer: Frederic Peters <fpeters@debian.org> Standards-Version: 3.1.0 -Build-Depends: libgtk1.2-dev, libpcap-dev, libsnmp4.0-dev, flex, libz-dev +Build-Depends: libgtk1.2-dev, libpcap-dev, libsnmp4.1-dev, flex, libz-dev, debhelper Package: ethereal Architecture: any |