r44995 - in /trunk/libtest-poe-client-tcp-perl/debian: ./ changelog compat control copyright libtest-poe-client-tcp-perl.examples rules watch

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Mon Sep 28 13:59:32 UTC 2009


Author: jawnsy-guest
Date: Mon Sep 28 13:59:26 2009
New Revision: 44995

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

Added:
    trunk/libtest-poe-client-tcp-perl/debian/
    trunk/libtest-poe-client-tcp-perl/debian/changelog
    trunk/libtest-poe-client-tcp-perl/debian/compat
    trunk/libtest-poe-client-tcp-perl/debian/control
    trunk/libtest-poe-client-tcp-perl/debian/copyright
    trunk/libtest-poe-client-tcp-perl/debian/libtest-poe-client-tcp-perl.examples
    trunk/libtest-poe-client-tcp-perl/debian/rules   (with props)
    trunk/libtest-poe-client-tcp-perl/debian/watch

Added: trunk/libtest-poe-client-tcp-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-poe-client-tcp-perl/debian/changelog?rev=44995&op=file
==============================================================================
--- trunk/libtest-poe-client-tcp-perl/debian/changelog (added)
+++ trunk/libtest-poe-client-tcp-perl/debian/changelog Mon Sep 28 13:59:26 2009
@@ -1,0 +1,5 @@
+libtest-poe-client-tcp-perl (1.04-1) UNRELEASED; urgency=low
+
+  * Initial Release.
+
+ -- Jonathan Yu <jawnsy at cpan.org>  Mon, 28 Sep 2009 05:49:40 -0400

Added: trunk/libtest-poe-client-tcp-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-poe-client-tcp-perl/debian/compat?rev=44995&op=file
==============================================================================
--- trunk/libtest-poe-client-tcp-perl/debian/compat (added)
+++ trunk/libtest-poe-client-tcp-perl/debian/compat Mon Sep 28 13:59:26 2009
@@ -1,0 +1,1 @@
+7

Added: trunk/libtest-poe-client-tcp-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-poe-client-tcp-perl/debian/control?rev=44995&op=file
==============================================================================
--- trunk/libtest-poe-client-tcp-perl/debian/control (added)
+++ trunk/libtest-poe-client-tcp-perl/debian/control Mon Sep 28 13:59:26 2009
@@ -1,0 +1,23 @@
+Source: libtest-poe-client-tcp-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 7)
+Build-Depends-Indep: perl, libpoe-perl (>= 2:1.004)
+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/Test-POE-Client-TCP/
+Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libtest-poe-client-tcp-perl/
+Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libtest-poe-client-tcp-perl/
+
+Package: libtest-poe-client-tcp-perl
+Architecture: all
+Depends: ${perl:Depends}, ${misc:Depends}, libpoe-perl (>= 2:1.004)
+Description: POE Component providing TCP client services for test cases
+ Test::POE::Client::TCP is a POE component that provides a TCP client framework
+ for inclusion in client component test cases, instead of having to roll your
+ own.
+ .
+ Once registered with the component, a session will receive events related to
+ connections made, disconnects, flushed output and input from the specified
+ server.

Added: trunk/libtest-poe-client-tcp-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-poe-client-tcp-perl/debian/copyright?rev=44995&op=file
==============================================================================
--- trunk/libtest-poe-client-tcp-perl/debian/copyright (added)
+++ trunk/libtest-poe-client-tcp-perl/debian/copyright Mon Sep 28 13:59:26 2009
@@ -1,0 +1,38 @@
+Format-Specification:
+    http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196
+Upstream-Maintainer: Chris Williams <chris at bingosnet.co.uk>
+Upstream-Source: http://search.cpan.org/dist/Test-POE-Client-TCP/
+Upstream-Name: Test-POE-Client-TCP
+
+Files: *
+Copyright: 2009, Chris Williams <chris at bingosnet.co.uk>
+ 2009, Rocco Caputo <rcaputo at cpan.org>
+ 2009, Ann Barcomb <kudra at domaintje.com>
+ 2009, Jos Boumans <kane at cpan.org>
+License-Alias: Perl
+License: Artistic | GPL-1+
+
+Files: inc/Module/*
+Copyright: 2002-2009, Adam Kennedy <adamk at cpan.org>
+ 2002-2009, Audrey Tang <autrijus at autrijus.org>
+ 2002-2009, Brian Ingerson <ingy at cpan.org>
+License-Alias: Perl
+License: Artistic | GPL-1+
+
+Files: debian/*
+Copyright: 2009, Jonathan Yu <jawnsy at cpan.org>
+License: Artistic | 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: 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/libtest-poe-client-tcp-perl/debian/libtest-poe-client-tcp-perl.examples
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-poe-client-tcp-perl/debian/libtest-poe-client-tcp-perl.examples?rev=44995&op=file
==============================================================================
--- trunk/libtest-poe-client-tcp-perl/debian/libtest-poe-client-tcp-perl.examples (added)
+++ trunk/libtest-poe-client-tcp-perl/debian/libtest-poe-client-tcp-perl.examples Mon Sep 28 13:59:26 2009
@@ -1,0 +1,1 @@
+examples/*

Added: trunk/libtest-poe-client-tcp-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-poe-client-tcp-perl/debian/rules?rev=44995&op=file
==============================================================================
--- trunk/libtest-poe-client-tcp-perl/debian/rules (added)
+++ trunk/libtest-poe-client-tcp-perl/debian/rules Mon Sep 28 13:59:26 2009
@@ -1,0 +1,4 @@
+#!/usr/bin/make -f
+
+%:
+	dh $@

Propchange: trunk/libtest-poe-client-tcp-perl/debian/rules
------------------------------------------------------------------------------
    svn:executable = *

Added: trunk/libtest-poe-client-tcp-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-poe-client-tcp-perl/debian/watch?rev=44995&op=file
==============================================================================
--- trunk/libtest-poe-client-tcp-perl/debian/watch (added)
+++ trunk/libtest-poe-client-tcp-perl/debian/watch Mon Sep 28 13:59:26 2009
@@ -1,0 +1,2 @@
+version=3
+http://search.cpan.org/dist/Test-POE-Client-TCP/   .*/Test-POE-Client-TCP-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$




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