r50667 - in /trunk/libnet-packet-perl/debian: changelog control copyright libnet-packet-perl.docs libnet-packet-perl.examples

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Sun Jan 10 18:24:08 UTC 2010


Author: jawnsy-guest
Date: Sun Jan 10 18:24:00 2010
New Revision: 50667

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=50667
Log:
prepare for upload

Added:
    trunk/libnet-packet-perl/debian/libnet-packet-perl.examples
Removed:
    trunk/libnet-packet-perl/debian/libnet-packet-perl.docs
Modified:
    trunk/libnet-packet-perl/debian/changelog
    trunk/libnet-packet-perl/debian/control
    trunk/libnet-packet-perl/debian/copyright

Modified: trunk/libnet-packet-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-packet-perl/debian/changelog?rev=50667&op=diff
==============================================================================
--- trunk/libnet-packet-perl/debian/changelog (original)
+++ trunk/libnet-packet-perl/debian/changelog Sun Jan 10 18:24:00 2010
@@ -1,5 +1,5 @@
 libnet-packet-perl (3.27-1) UNRELEASED; urgency=low
 
-  * Initial Release. (Closes: #533293)
+  * Initial Release (Closes: #533293)
 
  -- Jonathan Yu <jawnsy at cpan.org>  Sun, 10 Jan 2010 13:19:55 -0500

Modified: trunk/libnet-packet-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-packet-perl/debian/control?rev=50667&op=diff
==============================================================================
--- trunk/libnet-packet-perl/debian/control (original)
+++ trunk/libnet-packet-perl/debian/control Sun Jan 10 18:24:00 2010
@@ -2,10 +2,9 @@
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 7)
-Build-Depends-Indep: perl, libnet-pcap-perl (>= 0.12),
-  libclass-gomor-perl (>= 1.00), libnetwork-ipv4addr-perl,
-  libbit-vector-perl, libnet-ipv6addr-perl, libsocket6-perl,
-  libnet-write-perl (>= 1.00), libnet-libdnet-perl
+Build-Depends-Indep: perl, libnet-pcap-perl (>= 0.12), libclass-gomor-perl,
+ libnetwork-ipv4addr-perl, libbit-vector-perl, libnet-ipv6addr-perl,
+ libsocket6-perl, libnet-write-perl, libnet-libdnet-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Jonathan Yu <jawnsy at cpan.org>
 Standards-Version: 3.8.3
@@ -16,25 +15,9 @@
 Package: libnet-packet-perl
 Architecture: all
 Depends: ${perl:Depends}, ${misc:Depends}, libnet-pcap-perl (>= 0.12),
-  libclass-gomor-perl (>= 1.00), libnetwork-ipv4addr-perl,
-  libbit-vector-perl, libnet-ipv6addr-perl, libsocket6-perl,
-  libnet-write-perl (>= 1.00), libnet-libdnet-perl
-Description: a framework to easily send and receive frames from layer 2 to layer 7
+ libclass-gomor-perl, libnetwork-ipv4addr-perl, libnet-ipv6addr-perl,
+ libbit-vector-perl, libsocket6-perl, libnet-write-perl, libnet-libdnet-perl
+Description: module to send and receive frames from layer 2 to layer 7
  Net::Packet is a unified framework to craft, send and receive packets at
- layers 2, 3, 4 and 7.
- .
- Basically, you forge each layer of a frame (Net::Packet::IPv4 for layer 3,
- Net::Packet::TCP for layer 4; for example), and pack all of this into a
- Net::Packet::Frame object. Then, you can send the frame to the network, and
- receive its response easily, because the response is automatically searched
- for and matched against the request (not implemented for all layers).
- .
- If you want some layer 2, 3 or 4 protocol encoding/decoding to be added, just
- ask, and give a corresponding .pcap file ;). You can also subscribe to
- netpacket-users at gomor.org by sumply sending an e-mail requesting for it.
- .
- You should study various pod found in all classes, example files found in
- examples directory that come with this tarball, and also tests in t
- directory.
- .
- This description was automagically extracted from the module by dh-make-perl.
+ layers 2, 3, 4 and 7. This allows developers to forge each layer of a frame,
+ combine them, send the frame to the network and retrieve responses.

Modified: trunk/libnet-packet-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-packet-perl/debian/copyright?rev=50667&op=diff
==============================================================================
--- trunk/libnet-packet-perl/debian/copyright (original)
+++ trunk/libnet-packet-perl/debian/copyright Sun Jan 10 18:24:00 2010
@@ -1,18 +1,10 @@
 Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=59
-Maintainer: GomoR <gomor-cpan_at_gomor.org>
+Maintainer: Patrice Auffret <gomor at cpan.org>
 Source: http://search.cpan.org/dist/Net-Packet/
 Name: Net-Packet
-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: 2004-2009, Patrice Auffret <gomor at cpan.org>
 License: Artistic
 
 Files: debian/*

Added: trunk/libnet-packet-perl/debian/libnet-packet-perl.examples
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-packet-perl/debian/libnet-packet-perl.examples?rev=50667&op=file
==============================================================================
--- trunk/libnet-packet-perl/debian/libnet-packet-perl.examples (added)
+++ trunk/libnet-packet-perl/debian/libnet-packet-perl.examples Sun Jan 10 18:24:00 2010
@@ -1,0 +1,1 @@
+examples/*




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