r71585 - in /trunk/libnetpacket-perl/debian: changelog control copyright libnetpacket-perl.docs

periapt-guest at users.alioth.debian.org periapt-guest at users.alioth.debian.org
Fri Mar 18 01:13:13 UTC 2011


Author: periapt-guest
Date: Fri Mar 18 01:12:26 2011
New Revision: 71585

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=71585
Log:
* Updated copyright
* Removed README as it duplicates the man page

Removed:
    trunk/libnetpacket-perl/debian/libnetpacket-perl.docs
Modified:
    trunk/libnetpacket-perl/debian/changelog
    trunk/libnetpacket-perl/debian/control
    trunk/libnetpacket-perl/debian/copyright

Modified: trunk/libnetpacket-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnetpacket-perl/debian/changelog?rev=71585&op=diff
==============================================================================
--- trunk/libnetpacket-perl/debian/changelog (original)
+++ trunk/libnetpacket-perl/debian/changelog Fri Mar 18 01:12:26 2011
@@ -6,6 +6,8 @@
   [ Nicholas Bamber ]
   * New upstream release
     - Removed NetPacket::ICMPv6, NetPacket::IPv6 and NetPacket::PFLog
+  * Updated copyright
+  * Removed README as it duplicates the man page
 
  -- Nicholas Bamber <nicholas at periapt.co.uk>  Thu, 17 Mar 2011 19:59:52 +0000
 

Modified: trunk/libnetpacket-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnetpacket-perl/debian/control?rev=71585&op=diff
==============================================================================
--- trunk/libnetpacket-perl/debian/control (original)
+++ trunk/libnetpacket-perl/debian/control Fri Mar 18 01:12:26 2011
@@ -1,8 +1,9 @@
 Source: libnetpacket-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 7), libmodule-build-perl (>= 0.360100) | perl (>= 5.12)
-Build-Depends-Indep: perl, libtest-simple-perl (>= 0.94) | perl (>= 5.12)
+Build-Depends: debhelper (>= 7),
+ libmodule-build-perl (>= 0.360100) | perl (>= 5.11.4)
+Build-Depends-Indep: perl, libtest-simple-perl (>= 0.94) | perl (>= 5.11.1)
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Benoit Mortier <benoit.mortier at opensides.be>,
  gregor herrmann <gregoa at debian.org>, Nicholas Bamber <nicholas at periapt.co.uk>,
@@ -16,7 +17,7 @@
 Architecture: all
 Depends: ${perl:Depends}, ${misc:Depends}
 Suggests: libnet-pcap-perl
-Description: modules to assemble/disassemble network packets at the protocol level
+Description: modules to manipulate network packets at the protocol level
  NetPacket provides a base class for a cluster of modules related to
  decoding and encoding of network protocols.  Each NetPacket
  descendent module knows how to encode and decode packets for the

Modified: trunk/libnetpacket-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnetpacket-perl/debian/copyright?rev=71585&op=diff
==============================================================================
--- trunk/libnetpacket-perl/debian/copyright (original)
+++ trunk/libnetpacket-perl/debian/copyright Fri Mar 18 01:12:26 2011
@@ -1,4 +1,3 @@
-
 Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135
 Maintainer: Yanick Champoux <yanick at cpan.org>
 Source: http://search.cpan.org/dist/NetPacket/
@@ -7,15 +6,10 @@
 Files: *
 Copyright: 2001, Tim Potter <tpot at samba.org>
  2001, Stephanie Wehner <atrak at itsx.com>
- 2010, Yanick Champoux <yanick at cpan.org>
+ 2011, Yanick Champoux <yanick at cpan.org>
  1995-1999 ANU and CSIRO on behalf of the participants in the
    CRC for Advanced Computational Systems ('ACSys')
 License: Artistic-2.0
-
-Files: ./lib/NetPacket/ICMPv6.pm, ./lib/NetPacket/IPv6.pm,
- ./lib/NetPacket/PFLog.pm
-Copyright: 2003-2009, Joel Knight <knight.joel at gmail.com>
-License: ISC
 
 Files: debian/*
 Copyright: 2009, Benoit Mortier <benoit.mortier at opensides.be>
@@ -225,22 +219,3 @@
  On Debian GNU/Linux systems, the complete text of version 1 of the
  General Public License can be found in `/usr/share/common-licenses/GPL-1'.
 
-License: Artistic
- This program is free software; you can redistribute it and/or modify
- it under the terms of the Artistic License, which comes with Perl.
- .
- On Debian GNU/Linux systems, the complete text of the Artistic License
- can be found in `/usr/share/common-licenses/Artistic'.
-
-License: ISC
- Permission to use, copy, modify, and distribute this software for any
- purpose with or without fee is hereby granted, provided that the above
- copyright notice and this permission notice appear in all copies.
- .
- THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
- WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
- MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
- ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
- WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
- ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
- OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.




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