File: control

package info (click to toggle)
libnet-arp-perl 1.0.4-1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze, wheezy
  • size: 180 kB
  • ctags: 181
  • sloc: ansic: 297; perl: 41; makefile: 26
file content (20 lines) | stat: -rw-r--r-- 919 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Source: libnet-arp-perl
Section: perl
Priority: optional
Build-Depends: debhelper (>= 7), perl (>= 5.8.8-6), quilt (>= 0.40), net-tools
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Gunnar Wolf <gwolf@debian.org>, Niko Tyni <ntyni@debian.org>,
 Franck Joncourt <franck.mail@dthconnex.com>
Standards-Version: 3.8.1
Homepage: http://search.cpan.org/dist/Net-ARP/
Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libnet-arp-perl/
Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libnet-arp-perl/

Package: libnet-arp-perl
Architecture: any
Depends: ${perl:Depends}, ${shlibs:Depends}, ${misc:Depends}
Recommends: libnet-pcap-perl
Description: module to create ARP packets and lookup for ARP information
 Net::ARP module allows for creating arbitrary ARP packages from within
 your Perl code, as well as for looking up the ARP information for
 machines in your local network.