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

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


Author: jawnsy-guest
Date: Sat Jan  2 00:18:18 2010
New Revision: 49860

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

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

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

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

Added: trunk/libnet-write-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-write-perl/debian/control?rev=49860&op=file
==============================================================================
--- trunk/libnet-write-perl/debian/control (added)
+++ trunk/libnet-write-perl/debian/control Sat Jan  2 00:18:18 2010
@@ -1,0 +1,32 @@
+Source: libnet-write-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 7)
+Build-Depends-Indep: perl, libsocket6-perl, libnet-pcap-perl (>= 0.12),
+  libclass-gomor-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-Write/
+Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libnet-write-perl/
+Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libnet-write-perl/
+
+Package: libnet-write-perl
+Architecture: all
+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.

Added: trunk/libnet-write-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-write-perl/debian/copyright?rev=49860&op=file
==============================================================================
--- trunk/libnet-write-perl/debian/copyright (added)
+++ trunk/libnet-write-perl/debian/copyright Sat Jan  2 00:18:18 2010
@@ -1,0 +1,36 @@
+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-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>
+License: Artistic
+
+Files: debian/*
+Copyright: 2010, Jonathan Yu <jawnsy at cpan.org>
+License: GPL-1+ or 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'
+
+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'

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

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

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

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




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