~ubuntu-branches/ubuntu/precise/tcpdump/precise-updates

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Bazaar Package Importer
  • Author(s): Romain Francoise
  • Date: 2008-03-08 19:24:02 UTC
  • mfrom: (6.1.3 hardy)
  • Revision ID: james.westby@ubuntu.com-20080308192402-9n7erk2yyyd5mpt3
Tags: 3.9.8-4
debian/control: Build-Depend on libpcap0.8-dev (>= 0.9.3),
not (>= 0.9.3-1).

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
Section: net
3
3
Priority: optional
4
4
Maintainer: Romain Francoise <rfrancoise@debian.org>
5
 
Build-Depends: debhelper (>= 5), libpcap0.8-dev (>= 0.9.3-1), dpatch, libssl-dev
6
 
Standards-Version: 3.7.2
 
5
Build-Depends: debhelper (>= 5), libpcap0.8-dev (>= 0.9.3), quilt (>= 0.40), libssl-dev, autotools-dev
 
6
Standards-Version: 3.7.3
 
7
Homepage: http://www.tcpdump.org/
 
8
Vcs-Browser: http://git.debian.org/?p=users/rfrancoise/tcpdump.git
 
9
Vcs-Git: git://git.debian.org/git/users/rfrancoise/tcpdump.git
7
10
 
8
11
Package: tcpdump
9
12
Architecture: any
18
21
 interface, filter packets that match a certain expression. You can 
19
22
 use this tool to track down network problems, to detect "ping attacks" 
20
23
 or to monitor network activities. 
21
 
 .
22
 
 Further information is available at <URL: http://www.tcpdump.org/>