r49869 - in /trunk/libnet-libdnet-perl/debian: ./ changelog compat control copyright libnet-libdnet-perl.docs rules watch

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


Author: jawnsy-guest
Date: Sat Jan  2 00:40:20 2010
New Revision: 49869

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=49869
Log:
[svn-inject] Applying Debian modifications to trunk

Added:
    trunk/libnet-libdnet-perl/debian/
    trunk/libnet-libdnet-perl/debian/changelog
    trunk/libnet-libdnet-perl/debian/compat
    trunk/libnet-libdnet-perl/debian/control
    trunk/libnet-libdnet-perl/debian/copyright
    trunk/libnet-libdnet-perl/debian/libnet-libdnet-perl.docs
    trunk/libnet-libdnet-perl/debian/rules   (with props)
    trunk/libnet-libdnet-perl/debian/watch

Added: trunk/libnet-libdnet-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-libdnet-perl/debian/changelog?rev=49869&op=file
==============================================================================
--- trunk/libnet-libdnet-perl/debian/changelog (added)
+++ trunk/libnet-libdnet-perl/debian/changelog Sat Jan  2 00:40:20 2010
@@ -1,0 +1,5 @@
+libnet-libdnet-perl (0.92-1) UNRELEASED; urgency=low
+
+  * Initial Release.
+
+ -- Jonathan Yu <jawnsy at cpan.org>  Fri, 1 Jan 2010 19:39:04 -0500

Added: trunk/libnet-libdnet-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-libdnet-perl/debian/compat?rev=49869&op=file
==============================================================================
--- trunk/libnet-libdnet-perl/debian/compat (added)
+++ trunk/libnet-libdnet-perl/debian/compat Sat Jan  2 00:40:20 2010
@@ -1,0 +1,1 @@
+7

Added: trunk/libnet-libdnet-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-libdnet-perl/debian/control?rev=49869&op=file
==============================================================================
--- trunk/libnet-libdnet-perl/debian/control (added)
+++ trunk/libnet-libdnet-perl/debian/control Sat Jan  2 00:40:20 2010
@@ -1,0 +1,40 @@
+Source: libnet-libdnet-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 7), libclass-gomor-perl, 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
+Homepage: http://search.cpan.org/dist/Net-Libdnet/
+Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libnet-libdnet-perl/
+Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libnet-libdnet-perl/
+
+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.
+ .
+ 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.

Added: trunk/libnet-libdnet-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-libdnet-perl/debian/copyright?rev=49869&op=file
==============================================================================
--- trunk/libnet-libdnet-perl/debian/copyright (added)
+++ trunk/libnet-libdnet-perl/debian/copyright Sat Jan  2 00:40:20 2010
@@ -1,0 +1,42 @@
+Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=59
+Maintainer: GomoR <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
+
+Files: debian/*
+Copyright: 2010, Jonathan Yu <jawnsy at cpan.org>
+License: unparsable or Artistic or GPL-1+
+
+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: 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: GPL-1+
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 1, or (at your option)
+ any later version.
+ .
+ On Debian GNU/Linux systems, the complete text of the GNU General
+ Public License can be found in `/usr/share/common-licenses/GPL'

Added: trunk/libnet-libdnet-perl/debian/libnet-libdnet-perl.docs
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-libdnet-perl/debian/libnet-libdnet-perl.docs?rev=49869&op=file
==============================================================================
--- trunk/libnet-libdnet-perl/debian/libnet-libdnet-perl.docs (added)
+++ trunk/libnet-libdnet-perl/debian/libnet-libdnet-perl.docs Sat Jan  2 00:40:20 2010
@@ -1,0 +1,1 @@
+README

Added: trunk/libnet-libdnet-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-libdnet-perl/debian/rules?rev=49869&op=file
==============================================================================
--- trunk/libnet-libdnet-perl/debian/rules (added)
+++ trunk/libnet-libdnet-perl/debian/rules Sat Jan  2 00:40:20 2010
@@ -1,0 +1,4 @@
+#!/usr/bin/make -f
+
+%:
+	dh $@

Propchange: trunk/libnet-libdnet-perl/debian/rules
------------------------------------------------------------------------------
    svn:executable = *

Added: trunk/libnet-libdnet-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-libdnet-perl/debian/watch?rev=49869&op=file
==============================================================================
--- trunk/libnet-libdnet-perl/debian/watch (added)
+++ trunk/libnet-libdnet-perl/debian/watch Sat Jan  2 00:40:20 2010
@@ -1,0 +1,2 @@
+version=3
+http://search.cpan.org/dist/Net-Libdnet/   .*/Net-Libdnet-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$




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