~ubuntu-branches/ubuntu/dapper/flow-tools/dapper

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Bazaar Package Importer
  • Author(s): Radu Spineanu
  • Date: 2005-06-02 20:12:57 UTC
  • mfrom: (1.1.1 upstream) (2.1.1 sarge)
  • Revision ID: james.westby@ubuntu.com-20050602201257-jv0qdk3hjhpdf04b
Tags: 1:0.68-2
Fixed a bashism in init script (closes: #311568)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
Source: flow-tools
2
2
Section: net
3
3
Priority: optional
4
 
Maintainer: Anibal Monsalve Salazar <A.Monsalve.Salazar@IEEE.org>
5
 
Build-Depends: debhelper (>= 4), zlib1g-dev (>= 1.0.2), flex, bison, libwrap0-dev, libmysqlclient10-dev | libmysqlclient-dev, zlib1g-dev
 
4
Maintainer: Radu Spineanu <radu@timisoara.roedu.net>
 
5
Uploaders:  Ernesto Nadir Crespo Avila <ecrespo@debianvenezuela.org>
 
6
Build-Depends: debhelper (>= 4), zlib1g-dev (>= 1.0.2), flex, bison, libwrap0-dev, libmysqlclient12-dev | libmysqlclient-dev, zlib1g-dev, dpatch, postgresql-dev, docbook-to-man
6
7
Standards-Version: 3.6.1
7
8
 
8
9
Package: flow-tools
9
10
Architecture: any
10
 
Depends: ${shlibs:Depends}
 
11
Depends: ${shlibs:Depends}, python
11
12
Suggests: fprobe
12
13
Description: collects and processes NetFlow data
13
14
 Flow-tools is library and a collection of programs used to collect,
24
25
 .
25
26
 Homepage http://www.splintered.net/sw/flow-tools/
26
27
 
 
28
Package: flow-tools-dev
 
29
Architecture: any
 
30
Section: libdevel
 
31
Depends: flow-tools (= ${Source-Version}), libc6-dev | libc-dev
 
32
Description: development files for flow-tools
 
33
 Flow-tools is library and a collection of programs used to collect,
 
34
 send, process, and generate reports from NetFlow data. The tools can be
 
35
 used together on a single server or distributed to multiple servers for
 
36
 large deployments. The flow-toools library provides an API for
 
37
 development of custom applications for NetFlow export versions 1,5,6 and
 
38
 the 14 currently defined version 8 subversions. A Perl and Python
 
39
 interface have been contributed and are included in the package.
 
40
 .
 
41
 This package contains the flow-tools libraries and headers.
 
42
 .
 
43
 Homepage http://www.splintered.net/sw/flow-tools/
 
44
 
27
45
Package: libcflow-perl
28
46
Section: perl
29
47
Architecture: any
30
48
Depends: ${shlibs:Depends}, ${perl:Depends}
31
49
Recommends: libnet-patricia-perl
32
 
Description: Perl module for analyzing raw IP flow files written by cflowd
 
50
Description: perl module for analyzing raw IP flow files written by cflowd
33
51
 This Perl module implements an API for analyzing flows in raw IP flow files 
34
52
 written by cflowd, a package used to collect Cisco NetFlow data.
35
53
 .