r49871 - in /trunk/libnet-libdnet-perl/debian: control copyright libnet-libdnet-perl.docs libnet-libdnet-perl.examples

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


Author: jawnsy-guest
Date: Sat Jan  2 00:51:31 2010
New Revision: 49871

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

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

Modified: trunk/libnet-libdnet-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-libdnet-perl/debian/control?rev=49871&op=diff
==============================================================================
--- trunk/libnet-libdnet-perl/debian/control (original)
+++ trunk/libnet-libdnet-perl/debian/control Sat Jan  2 00:51:31 2010
@@ -1,7 +1,8 @@
 Source: libnet-libdnet-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 7), libclass-gomor-perl, perl
+Build-Depends: debhelper (>= 7), perl, libclass-gomor-perl, libdumbnet1,
+ libdumbnet-dev
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Jonathan Yu <jawnsy at cpan.org>
 Standards-Version: 3.8.3
@@ -12,29 +13,13 @@
 Package: libnet-libdnet-perl
 Architecture: any
 Depends: ${perl:Depends}, ${shlibs:Depends}, ${misc:Depends},
-  libclass-gomor-perl
-Description: binding for Dug Song's libdnet
- Net::Libdnet provides a simplified, portable interface to several low-level
- networking routines, including network address manipulation, kernel arp cache
- and route table lookup and manipulation, network firewalling, network
- interface lookup and manipulation, network traffic interception via tunnel
- interfaces, and raw IP packet and Ethernet frame transmission. It is intended
- to complement the functionality provided by libpcap.
+ libclass-gomor-perl, libdumbnet1
+Description: interface to libdnet's low-level network functions
+ Net::Libdnet is a Perl module that provides a simple and portable interface
+ to many useful low-level networking routines. Its functionality includes
+ network address manipulation, kernel ARP cache and route table manipulation,
+ firewalling, network interface manipulation, network traffic interception via
+ tunnel interfaces, and raw IP packet/Ethernet frame transmission.
  .
- All the original and obsolete functions return undef and print a warning
- message to the standard error when a problem occurs. The obsolete functions
- are: addr_cmp, addr_bcast, addr_net, arp_add, arp_delete, arp_get, intf_get,
- intf_get_src, intf_get_dst, route_add, route_delete, route_get.
- .
- These osbsolete functions will continue to work, to keep backward
- compatibility, but should not be used anymore. The new APIs should be
- prefered. There are two new APIs, one is the low-level one, matching libdnet
- functions, and the other one is a high-level API, matching a more Perl object
- oriented programming. This latest one is highly prefered.
- .
- Net::Libdnet module implements the low-level API. The high-level API is
- accessible by using the following modules: Net::Libdnet::Intf,
- Net::Libdnet::Route, Net::Libdnet::Fw, Net::Libdnet::Arp, Net::Libdnet::Eth,
- Net::Libdnet::Ip and Net::Libdnet::Tun.
- .
- This description was automagically extracted from the module by dh-make-perl.
+ This module is intended to complement functionality provided by libpcap. For
+ historical reasons, Dug Song's libdnet is called libdumbnet on Debian.

Modified: trunk/libnet-libdnet-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-libdnet-perl/debian/copyright?rev=49871&op=diff
==============================================================================
--- trunk/libnet-libdnet-perl/debian/copyright (original)
+++ trunk/libnet-libdnet-perl/debian/copyright Sat Jan  2 00:51:31 2010
@@ -1,29 +1,41 @@
 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-Libdnet/
 Name: Net-Libdnet
-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>
-License: unparsable
+Copyright: 2008-2009, Patrice Auffret <gomor-cpan at gomor.org>
+ 2004, Vlad Manilici <vman at tmok.com>
+License: BSD
 
 Files: debian/*
 Copyright: 2010, Jonathan Yu <jawnsy at cpan.org>
-License: unparsable or Artistic or GPL-1+
+License: Artistic or GPL-1+ or BSD
 
-License: unparsable
- No known license could be automatically determined for this module.
- If this module conforms to a commonly used license, please report this
- as a bug in dh-make-perl. In any case, please find the proper license
- and fix this file!
+License: BSD
+ Redistribution and use in source and binary forms, with or without
+ modification, are permitted provided that the following conditions
+ are met:
+ .
+ 1. Redistributions of source code must retain the above copyright
+    notice, this list of conditions and the following disclaimer.
+ .
+ 2. Redistributions in binary form must reproduce the above copyright
+    notice, this list of conditions and the following disclaimer in
+    the documentation and/or other materials provided with the
+    distribution.
+ .
+ THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS
+ OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
+ WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
+ ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY
+ DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
+ DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE
+ GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
+ INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER
+ IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
+ OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN
+ IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 
 License: Artistic
  This program is free software; you can redistribute it and/or modify

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




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