~ubuntu-branches/ubuntu/trusty/libnetpacket-perl/trusty-proposed

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Bazaar Package Importer
  • Author(s): Cajus Pollmeier
  • Date: 2009-06-24 10:11:00 UTC
  • Revision ID: james.westby@ubuntu.com-20090624101100-mysadcke1taprhap
Tags: upstream-0.04
ImportĀ upstreamĀ versionĀ 0.04

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Source: libnetpacket-perl
 
2
Section: perl
 
3
Priority: optional
 
4
Build-Depends: debhelper (>= 5.0.0)
 
5
Build-Depends-Indep: perl (>= 5.8.8)
 
6
Maintainer: GOsa packages mainteners group <gosa-pkg@oss.gonicus.de>
 
7
Uploaders: Cajus Pollmeier <cajus@debian.org>, Benoit Mortier <benoit.mortier@opensides.be>
 
8
Standards-Version: 3.8.2
 
9
Homepage: http://search.cpan.org/dist/NetPacket/
 
10
Vcs-Browser: https://oss.gonicus.de/repositories/goto/trunk/libnetpacket-perl
 
11
Vcs-Svn: https://oss.gonicus.de/repositories/goto/trunk/libnetpacket-perl
 
12
 
 
13
Package: libnetpacket-perl
 
14
Architecture: all
 
15
Depends: ${perl:Depends}, ${misc:Depends}, libnet-pcap-perl
 
16
Description: Modules to assemble/disassemble network packets
 
17
 NetPacket provides a base class for a cluster of modules related to
 
18
 decoding and encoding of network protocols.  Each NetPacket
 
19
 descendent module knows how to encode and decode packets for the
 
20
 network protocol it implements.  Consult the documentation for the
 
21
 module in question for protocol-specific implementation.
 
22
 .
 
23
 Note that there is no inheritance in the NetPacket:: cluster of
 
24
 modules other than each protocol module being a NetPacket.  This
 
25
 was seen to be too restrictive as imposing inheritance relationships
 
26
 (for example between the IP, UDP and TCP protocols) would make things
 
27
 like tunneling or other unusual situations difficult.
 
28
 .