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

antonio-guest at users.alioth.debian.org antonio-guest at users.alioth.debian.org
Sat Feb 21 17:09:07 UTC 2009


Author: antonio-guest
Date: Sat Feb 21 17:09:04 2009
New Revision: 30979

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

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

Added: trunk/libtest-poe-server-tcp-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-poe-server-tcp-perl/debian/changelog?rev=30979&op=file
==============================================================================
--- trunk/libtest-poe-server-tcp-perl/debian/changelog (added)
+++ trunk/libtest-poe-server-tcp-perl/debian/changelog Sat Feb 21 17:09:04 2009
@@ -1,0 +1,5 @@
+libtest-poe-server-tcp-perl (0.18-1) UNRELEASED; urgency=low
+
+  * Initial Release (Closes: #516446)
+
+ -- Antonio Radici <antonio at dyne.org>  Sat, 21 Feb 2009 14:08:46 +0000

Added: trunk/libtest-poe-server-tcp-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-poe-server-tcp-perl/debian/compat?rev=30979&op=file
==============================================================================
--- trunk/libtest-poe-server-tcp-perl/debian/compat (added)
+++ trunk/libtest-poe-server-tcp-perl/debian/compat Sat Feb 21 17:09:04 2009
@@ -1,0 +1,1 @@
+7

Added: trunk/libtest-poe-server-tcp-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-poe-server-tcp-perl/debian/control?rev=30979&op=file
==============================================================================
--- trunk/libtest-poe-server-tcp-perl/debian/control (added)
+++ trunk/libtest-poe-server-tcp-perl/debian/control Sat Feb 21 17:09:04 2009
@@ -1,0 +1,25 @@
+Source: libtest-poe-server-tcp-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 7)
+Build-Depends-Indep: perl (>= 5.6.0-12), libpoe-perl
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Antonio Radici <antonio at dyne.org>
+Standards-Version: 3.8.0
+Homepage: http://search.cpan.org/dist/Test-POE-Server-TCP/
+Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libtest-poe-server-tcp
+Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libtest-poe-server-tcp
+
+Package: libtest-poe-server-tcp-perl
+Architecture: all
+Depends: ${perl:Depends}, ${misc:Depends}, libpoe-perl
+Description: a POE Component providing TCP server services for test cases
+ Test::POE::Server::TCP is a POE component that provides a TCP server
+ 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
+ client connects, disconnects, input and flushed output. Each of these events
+ will refer to a unique client ID which may be used in communication with the
+ component when sending data to the client or disconnecting a client
+ connection.

Added: trunk/libtest-poe-server-tcp-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-poe-server-tcp-perl/debian/copyright?rev=30979&op=file
==============================================================================
--- trunk/libtest-poe-server-tcp-perl/debian/copyright (added)
+++ trunk/libtest-poe-server-tcp-perl/debian/copyright Sat Feb 21 17:09:04 2009
@@ -1,0 +1,30 @@
+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-Server-TCP/
+Upstream-Name: Test-POE-Server-TCP
+
+Files: *
+Copyright: 
+ (c) 2008 Chris Williams, Rocco Caputo, Ann Barcomb and Jos Boumans.
+License-Alias: Perl
+License: Artistic | GPL-1+
+
+Files: debian/*
+Copyright: 
+ (c) 2009, Antonio Radici <antonio at dyne.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-server-tcp-perl/debian/libtest-poe-server-tcp-perl.examples
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-poe-server-tcp-perl/debian/libtest-poe-server-tcp-perl.examples?rev=30979&op=file
==============================================================================
--- trunk/libtest-poe-server-tcp-perl/debian/libtest-poe-server-tcp-perl.examples (added)
+++ trunk/libtest-poe-server-tcp-perl/debian/libtest-poe-server-tcp-perl.examples Sat Feb 21 17:09:04 2009
@@ -1,0 +1,1 @@
+examples/*

Added: trunk/libtest-poe-server-tcp-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-poe-server-tcp-perl/debian/rules?rev=30979&op=file
==============================================================================
--- trunk/libtest-poe-server-tcp-perl/debian/rules (added)
+++ trunk/libtest-poe-server-tcp-perl/debian/rules Sat Feb 21 17:09:04 2009
@@ -1,0 +1,23 @@
+#!/usr/bin/make -f
+
+build: build-stamp
+build-stamp:
+	dh build
+	touch $@
+
+clean:
+	dh $@
+
+install: install-stamp
+install-stamp: build-stamp
+	dh install
+	touch $@
+
+binary-arch:
+
+binary-indep: install
+	dh $@
+
+binary: binary-arch binary-indep
+
+.PHONY: binary binary-arch binary-indep install clean build

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

Added: trunk/libtest-poe-server-tcp-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-poe-server-tcp-perl/debian/watch?rev=30979&op=file
==============================================================================
--- trunk/libtest-poe-server-tcp-perl/debian/watch (added)
+++ trunk/libtest-poe-server-tcp-perl/debian/watch Sat Feb 21 17:09:04 2009
@@ -1,0 +1,4 @@
+# format version number, currently 3; this line is compulsory!
+version=3
+# URL to the package page followed by a regex to search
+http://search.cpan.org/dist/Test-POE-Server-TCP/   .*/Test-POE-Server-TCP-v?(\d[\d_.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$




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