r71091 - in /trunk/libnet-frame-perl/debian: compat control copyright libnet-frame-perl.docs source/ source/format

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Fri Mar 11 02:05:53 UTC 2011


Author: jawnsy-guest
Date: Fri Mar 11 02:05:39 2011
New Revision: 71091

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=71091
Log:
cleanups

Added:
    trunk/libnet-frame-perl/debian/source/
    trunk/libnet-frame-perl/debian/source/format
Removed:
    trunk/libnet-frame-perl/debian/libnet-frame-perl.docs
Modified:
    trunk/libnet-frame-perl/debian/compat
    trunk/libnet-frame-perl/debian/control
    trunk/libnet-frame-perl/debian/copyright

Modified: trunk/libnet-frame-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-frame-perl/debian/compat?rev=71091&op=diff
==============================================================================
--- trunk/libnet-frame-perl/debian/compat (original)
+++ trunk/libnet-frame-perl/debian/compat Fri Mar 11 02:05:39 2011
@@ -1,1 +1,1 @@
-7
+8

Modified: trunk/libnet-frame-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-frame-perl/debian/control?rev=71091&op=diff
==============================================================================
--- trunk/libnet-frame-perl/debian/control (original)
+++ trunk/libnet-frame-perl/debian/control Fri Mar 11 02:05:39 2011
@@ -1,12 +1,12 @@
 Source: libnet-frame-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 7)
-Build-Depends-Indep: libbit-vector-perl,
- libclass-gomor-perl (>= 1.00),
+Build-Depends: debhelper (>= 8)
+Build-Depends-Indep: perl,
+ libbit-vector-perl,
+ libclass-gomor-perl,
  libnet-ipv6addr-perl,
- libsocket6-perl,
- perl
+ libsocket6-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Jonathan Yu <jawnsy at cpan.org>
 Standards-Version: 3.9.1
@@ -18,23 +18,13 @@
 Architecture: all
 Depends: ${misc:Depends}, ${perl:Depends},
  libbit-vector-perl,
- libclass-gomor-perl (>= 1.00),
+ libclass-gomor-perl,
  libnet-ipv6addr-perl,
  libsocket6-perl
-Description: the base framework for frame crafting
- Net::Frame is a fork of Net::Packet. The goal here was to greatly simplify
- the use of the frame crafting framework. Net::Packet does many things
- undercover, and it was difficult to document all the thingies.
+Description: framework for crafting raw frames
+ Net::Frame is a Perl framework for crafting raw frames (Layers 2 through 7).
+ Out of the box, it can be used to produce ARP, Ethernet, IPv4, PPP, TCP and
+ UDP frames. It has an extensible design for new frame implementations.
  .
- Also, Net::Packet may suffer from unease of use, because frames were
- assembled using layers stored in L2, L3, L4 and L7 attributes. Net::Frame
- removes all this, and is splitted in different modules, for those who only
- want to use part of the framework, and not whole framework.
- .
- Finally, anyone can create a layer, and put it on his CPAN space, because of
- the modularity Net::Frame offers. For an example, see
- Net::Frame::Layer::ICMPv4 on my CPAN space.
- .
- Net::Frame does ship with basic layers, to start playing.
- .
- This description was automagically extracted from the module by dh-make-perl.
+ This module only creates frames; Net::Write (see libnet-write-perl) can be
+ used to write frames directly to wire.

Modified: trunk/libnet-frame-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-frame-perl/debian/copyright?rev=71091&op=diff
==============================================================================
--- trunk/libnet-frame-perl/debian/copyright (original)
+++ trunk/libnet-frame-perl/debian/copyright Fri Mar 11 02:05:39 2011
@@ -1,18 +1,10 @@
 Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135
-Maintainer: GomoR <gomor-cpan_at_gomor.org>
+Maintainer: Patrice Auffret <gomor-cpan at gomor.org>
 Source: http://search.cpan.org/dist/Net-Frame/
 Name: Net-Frame
-DISCLAIMER: This copyright info was automatically extracted 
- from the perl module. It may not be accurate, so you better 
- check the module sources in order to ensure the module for its 
- inclusion in Debian or for general legal information. Please, 
- if licensing information is incorrectly generated, file a bug 
- on dh-make-perl.
- NOTE: Don't forget to remove this disclaimer once you are happy
- with this file.
 
 Files: *
-Copyright: GomoR <gomor-cpan_at_gomor.org>
+Copyright: 2006-2011, Patrice Auffret <gomor-cpan at gomor.org>
 License: Artistic
 
 Files: debian/*

Added: trunk/libnet-frame-perl/debian/source/format
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-frame-perl/debian/source/format?rev=71091&op=file
==============================================================================
--- trunk/libnet-frame-perl/debian/source/format (added)
+++ trunk/libnet-frame-perl/debian/source/format Fri Mar 11 02:05:39 2011
@@ -1,0 +1,1 @@
+3.0 (quilt)




More information about the Pkg-perl-cvs-commits mailing list