aboutsummaryrefslogtreecommitdiffstats
path: root/debian/control
diff options
context:
space:
mode:
authorOlivier Abad <oabad@noos.fr>2002-10-26 08:56:39 +0000
committerOlivier Abad <oabad@noos.fr>2002-10-26 08:56:39 +0000
commite0926b556ac4dbca1041577b1b226d50b473bfaf (patch)
treeced722522167b221b25029109103f8bb6ab26a35 /debian/control
parent45ed05190c4bf75aa16dba9c391daf4ff3bc77cb (diff)
Update Debian packaging files. Ethereal is now split in 4 packages :
ethereal-common, ethereal, tethereal, ethereal-dev svn path=/trunk/; revision=6513
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control52
1 files changed, 47 insertions, 5 deletions
diff --git a/debian/control b/debian/control
index f7e0e57c49..3af455b359 100644
--- a/debian/control
+++ b/debian/control
@@ -2,14 +2,56 @@ Source: ethereal
Section: net
Priority: optional
Maintainer: Frederic Peters <fpeters@debian.org>
-Standards-Version: 3.1.0
-Build-Depends: libgtk1.2-dev, libpcap-dev, libsnmp4.1-dev, flex, libz-dev, debhelper
+Standards-Version: 3.5.6
+Build-Depends: libgtk1.2-dev, libgtk2.0-dev, libpcap-dev, flex, libz-dev, debhelper, libtool, python, automake, autoconf
-Package: ethereal
+Package: ethereal-common
Architecture: any
Depends: ${shlibs:Depends}
+Recommends: ethereal (>= 0.9.1-3) | tethereal (>= 0.9.1-3)
+Conflicts: ethereal (<< 0.9.1-3), tethereal (<< 0.9.1-3)
+Description: Network traffic analyser (common files)
+ Ethereal is a network traffic analyzer, or "sniffer", for Unix and
+ Unix-like operating systems. A sniffer is a tool used to capture
+ packets off the wire. Ethereal decodes numerous protocols (too many
+ to list).
+ .
+ This package provides files common to both ethereal (the GTK+ version)
+ and tethereal (the console version).
+
+Package: ethereal
+Architecture: any
+Depends: ${shlibs:Depends}, ethereal-common
Description: Network traffic analyzer
Ethereal is a network traffic analyzer, or "sniffer", for Unix and
- Unix-like operating systems. It uses GTK+, a graphical user interface
- library, and libpcap, a packet capture and filtering library.
+ Unix-like operating systems. A sniffer is a tool used to capture
+ packets off the wire. Ethereal decodes numerous protocols (too many
+ to list).
+ .
+ This package provides ethereal (the GTK+ version)
+
+Package: tethereal
+Architecture: any
+Depends: ${shlibs:Depends}, ethereal-common
+Description: Network traffic analyzer (console)
+ Ethereal is a network traffic analyzer, or "sniffer", for Unix and
+ Unix-like operating systems. A sniffer is a tool used to capture
+ packets off the wire. Ethereal decodes numerous protocols (too many
+ to list).
+ .
+ This package provides the console version of ethereal, named
+ "tethereal".
+
+Package: ethereal-dev
+Architecture: any
+Section: devel
+Depends: ${shlibs:Depends}, ethereal-common, omniidl-python, libpcap-dev, libtool, python (>= 2.2), python (<< 2.3)
+Description: Network traffic analyser (development tools)
+ Ethereal is a network traffic analyzer, or "sniffer", for Unix and
+ Unix-like operating systems. A sniffer is a tool used to capture
+ packets off the wire. Ethereal decodes numerous protocols (too many
+ to list).
+ .
+ This package provides idl2eth and other necessary files to develop
+ new packet dissectors.