From Ronald Henderson: make "format_text()", on Windows, escape all
[obnox/wireshark/wip.git] / debian / control
1 Source: ethereal
2 Section: net
3 Priority: optional
4 Maintainer: Frederic Peters <fpeters@debian.org>
5 Standards-Version: 3.5.6
6 Build-Depends: libgtk1.2-dev, libgtk2.0-dev, libpcap-dev, flex, libz-dev, debhelper, libtool, python, automake, autoconf
7
8 Package: ethereal-common
9 Architecture: any
10 Depends: ${shlibs:Depends}
11 Recommends: ethereal (>= 0.9.1-3) | tethereal (>= 0.9.1-3)
12 Conflicts: ethereal (<< 0.9.1-3), tethereal (<< 0.9.1-3)
13 Description: Network traffic analyser (common files)
14  Ethereal is a network traffic analyzer, or "sniffer", for Unix and
15  Unix-like operating systems. A sniffer is a tool used to capture
16  packets off the wire. Ethereal decodes numerous protocols (too many
17  to list).
18  .
19  This package provides files common to both ethereal (the GTK+ version)
20  and tethereal (the console version).
21
22 Package: ethereal
23 Architecture: any
24 Depends: ${shlibs:Depends}, ethereal-common
25 Description: Network traffic analyzer
26  Ethereal is a network traffic analyzer, or "sniffer", for Unix and
27  Unix-like operating systems. A sniffer is a tool used to capture
28  packets off the wire. Ethereal decodes numerous protocols (too many
29  to list).
30  .
31  This package provides ethereal (the GTK+ version)
32
33 Package: tethereal
34 Architecture: any
35 Depends: ${shlibs:Depends}, ethereal-common
36 Description: Network traffic analyzer (console)
37  Ethereal is a network traffic analyzer, or "sniffer", for Unix and
38  Unix-like operating systems. A sniffer is a tool used to capture
39  packets off the wire. Ethereal decodes numerous protocols (too many
40  to list).
41  .
42  This package provides the console version of ethereal, named
43  "tethereal".
44
45 Package: ethereal-dev
46 Architecture: any
47 Section: devel
48 Depends: ${shlibs:Depends}, ethereal-common, omniidl-python, libpcap-dev, libtool, python (>= 2.2), python (<< 2.3)
49 Description: Network traffic analyser (development tools)
50  Ethereal is a network traffic analyzer, or "sniffer", for Unix and
51  Unix-like operating systems. A sniffer is a tool used to capture
52  packets off the wire. Ethereal decodes numerous protocols (too many
53  to list).
54  .
55  This package provides idl2eth and other necessary files to develop
56  new packet dissectors.
57