r49864 - in /trunk/libnet-write-perl/debian: changelog control copyright libnet-write-perl.docs libnet-write-perl.examples

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Sat Jan 2 00:34:38 UTC 2010


Author: jawnsy-guest
Date: Sat Jan  2 00:34:32 2010
New Revision: 49864

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

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

Modified: trunk/libnet-write-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-write-perl/debian/changelog?rev=49864&op=diff
==============================================================================
--- trunk/libnet-write-perl/debian/changelog (original)
+++ trunk/libnet-write-perl/debian/changelog Sat Jan  2 00:34:32 2010
@@ -1,4 +1,6 @@
 libnet-write-perl (1.05-1) UNRELEASED; urgency=low
+
+  WAITS-FOR libclass-gomor-perl
 
   * Initial Release.
 

Modified: trunk/libnet-write-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-write-perl/debian/control?rev=49864&op=diff
==============================================================================
--- trunk/libnet-write-perl/debian/control (original)
+++ trunk/libnet-write-perl/debian/control Sat Jan  2 00:34:32 2010
@@ -3,7 +3,7 @@
 Priority: optional
 Build-Depends: debhelper (>= 7)
 Build-Depends-Indep: perl, libsocket6-perl, libnet-pcap-perl (>= 0.12),
-  libclass-gomor-perl
+ libclass-gomor-perl, libtest-pod-perl, libtest-pod-coverage-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,17 +16,7 @@
 Depends: ${perl:Depends}, ${misc:Depends}, libsocket6-perl,
   libnet-pcap-perl (>= 0.12), libclass-gomor-perl
 Description: a portable interface to open and send raw data to network
- Net::Write provides a portable interface to open a network interface, and be
- able to write raw data directly to the network. It juste provides three
- methods when a Net::Write object has been created for an interface: open,
- send, close.
- .
- It is possible to open a network interface to send frames at layer 2 (you
- craft a frame from link layer), or at layer 3 (you craft a frame from network
- layer), or at layer 4 (you craft a frame from transport layer).
- .
- NOTE: not all operating systems support all layer opening. Currently, Windows
- only supports opening and sending at layer 2. Other Unix systems should be
- able to open and send at all layers.
- .
- This description was automagically extracted from the module by dh-make-perl.
+ Net::Write provides a portable interface to write raw data directly to a
+ network interface. It provides three methods: open, send and close. It is
+ especially useful because it can send arbitrary packets on the link layer
+ (layer 2), network layer (layer 3) or transport layer (layer 4).

Modified: trunk/libnet-write-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-write-perl/debian/copyright?rev=49864&op=diff
==============================================================================
--- trunk/libnet-write-perl/debian/copyright (original)
+++ trunk/libnet-write-perl/debian/copyright Sat Jan  2 00:34:32 2010
@@ -1,23 +1,15 @@
 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-cpan at gomor.org>
 Source: http://search.cpan.org/dist/Net-Write/
 Name: Net-Write
-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-2009, Patrice Auffret <gomor-cpan at gomor.org>
 License: Artistic
 
 Files: debian/*
 Copyright: 2010, Jonathan Yu <jawnsy at cpan.org>
-License: GPL-1+ or Artistic
+License: Artistic or GPL-1+
 
 License: GPL-1+
  This program is free software; you can redistribute it and/or modify

Added: trunk/libnet-write-perl/debian/libnet-write-perl.examples
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-write-perl/debian/libnet-write-perl.examples?rev=49864&op=file
==============================================================================
--- trunk/libnet-write-perl/debian/libnet-write-perl.examples (added)
+++ trunk/libnet-write-perl/debian/libnet-write-perl.examples Sat Jan  2 00:34:32 2010
@@ -1,0 +1,1 @@
+examples/*




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