160bbcfebeb5424ca2bc2cd6b2f26a2f28bbd415
[metze/wireshark/wip.git] / debian / control
1 Source: wireshark
2 Section: net
3 Priority: optional
4 Maintainer: Wireshark Self-made package <wireshark@example.com>
5 X-Orig-Maintainer: Frederic Peters <fpeters@debian.org>
6 X-Orig-Uploaders: Joost Yervante Damad <andete@debian.org>
7 Standards-Version: 3.8.1.0
8 Homepage: http://www.wireshark.org
9 Build-Depends: libgtk2.0-dev (>=2.4.0-0), libpcap0.8-dev, flex, libz-dev, dpatch, debhelper (>= 6), libtool, python, automake1.9, autoconf, autotools-dev, libc-ares-dev, xsltproc, docbook-xsl (>= 1.64.1.0-0), libpcre3-dev, libcap-dev [!kfreebsd-i386 !kfreebsd-amd64 !hurd-i386], bison, libgnutls-dev, python-support (>= 0.3), portaudio19-dev, libkrb5-dev, liblua5.1-0-dev, libsmi2-dev, libgeoip-dev
10 Build-Conflicts: libsnmp4.2-dev, libsnmp-dev
11 XS-Python-Version: all
12
13 Package: wireshark-common
14 Architecture: any
15 Depends: ${shlibs:Depends}
16 Recommends: wireshark (>= ${binary:Version}) | tshark (>= ${binary:Version})
17 Suggests: snmp-mibs-downloader
18 Replaces: ethereal-common (<< 0.99.2-0)
19 Conflicts: ethereal-common (<< 0.99.2-0)
20 Description: network traffic analyser (common files)
21  Wireshark is a network traffic analyzer, or "sniffer", for Unix and
22  Unix-like operating systems. A sniffer is a tool used to capture 
23  packets off the wire. Wireshark decodes numerous protocols (too many
24  to list).
25  .
26  This package provides files common to both wireshark (the GTK+ version)
27  and tshark (the console version).
28
29 Package: wireshark
30 Architecture: any
31 Depends: ${shlibs:Depends}, wireshark-common (= ${binary:Version})
32 Recommends: gksu
33 Replaces: ethereal (<< 0.99.2-0)
34 Conflicts: ethereal (<< 0.99.2-0)
35 Description: network traffic analyzer
36  Wireshark is a network traffic analyzer, or "sniffer", for Unix and
37  Unix-like operating systems. A sniffer is a tool used to capture 
38  packets off the wire. Wireshark decodes numerous protocols (too many
39  to list).
40  .
41  This package provides wireshark (the GTK+ version)
42
43 Package: tshark
44 Architecture: any
45 Depends: ${shlibs:Depends}, wireshark-common (= ${binary:Version})
46 Replaces: tethereal (<< 0.99.2-0)
47 Conflicts: tethereal (<< 0.99.2-0)
48 Description: network traffic analyzer (console)
49  Wireshark is a network traffic analyzer, or "sniffer", for Unix and
50  Unix-like operating systems. A sniffer is a tool used to capture 
51  packets off the wire. Wireshark decodes numerous protocols (too many
52  to list).
53  .
54  This package provides the console version of wireshark, named
55  "tshark".
56
57 Package: wireshark-dev
58 Architecture: any
59 Section: devel
60 Depends: ${shlibs:Depends}, omniidl4 (>= 4.0.1-2), libpcap0.8-dev, libtool, libglib2.0-dev, ${python:Depends}, snacc, autotools-dev, debhelper, cdbs, automake1.9, autoconf
61 Replaces: ethereal-dev (<< 0.99.2-0)
62 Conflicts: ethereal-dev (<< 0.99.2-0)
63 XB-Python-Version: ${python:Versions}
64 Description: network traffic analyser (development tools)
65  Wireshark is a network traffic analyzer, or "sniffer", for Unix and
66  Unix-like operating systems. A sniffer is a tool used to capture 
67  packets off the wire. Wireshark decodes numerous protocols (too many
68  to list).
69  .
70  This package provides idl2wrs and other necessary files to develop
71  new packet dissectors.
72