r50479 - in /trunk/libtest-tcp-perl/debian: changelog control copyright libtest-tcp-perl.docs

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Thu Jan 7 17:28:21 UTC 2010


Author: jawnsy-guest
Date: Thu Jan  7 17:28:13 2010
New Revision: 50479

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=50479
Log:
WAITS-FOR: libtest-sharedfork-perl

Removed:
    trunk/libtest-tcp-perl/debian/libtest-tcp-perl.docs
Modified:
    trunk/libtest-tcp-perl/debian/changelog
    trunk/libtest-tcp-perl/debian/control
    trunk/libtest-tcp-perl/debian/copyright

Modified: trunk/libtest-tcp-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-tcp-perl/debian/changelog?rev=50479&op=diff
==============================================================================
--- trunk/libtest-tcp-perl/debian/changelog (original)
+++ trunk/libtest-tcp-perl/debian/changelog Thu Jan  7 17:28:13 2010
@@ -1,4 +1,6 @@
 libtest-tcp-perl (0.16-1) UNRELEASED; urgency=low
+
+  WAITS-FOR: libtest-sharedfork-perl
 
   * Initial Release.
 

Modified: trunk/libtest-tcp-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-tcp-perl/debian/control?rev=50479&op=diff
==============================================================================
--- trunk/libtest-tcp-perl/debian/control (original)
+++ trunk/libtest-tcp-perl/debian/control Thu Jan  7 17:28:13 2010
@@ -2,8 +2,7 @@
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 7)
-Build-Depends-Indep: perl (>= 5.8.9), libyaml-perl,
-  libtest-sharedfork-perl (>= 0.09)
+Build-Depends-Indep: perl, libyaml-perl, libtest-sharedfork-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
@@ -13,9 +12,11 @@
 
 Package: libtest-tcp-perl
 Architecture: all
-Depends: ${perl:Depends}, ${misc:Depends}, perl (>= 5.8.9),
-  libtest-sharedfork-perl (>= 0.09)
-Description: testing TCP program
- Test::TCP is test utilities for TCP/IP program.
+Depends: ${perl:Depends}, ${misc:Depends}, libtest-sharedfork-perl
+Description: module to test TCP/IP programs
+ Test::TCP is a Perl test framework for TCP/IP programs, especially those
+ written in Perl. For example, to test a client or server written in Perl,
+ one simply specifies code to launch the server on an arbitrary port and
+ provides corresponding code to execute a client to connect to it.
  .
- This description was automagically extracted from the module by dh-make-perl.
+ This module also supports running multiple servers in the same test file.

Modified: trunk/libtest-tcp-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-tcp-perl/debian/copyright?rev=50479&op=diff
==============================================================================
--- trunk/libtest-tcp-perl/debian/copyright (original)
+++ trunk/libtest-tcp-perl/debian/copyright Thu Jan  7 17:28:13 2010
@@ -2,17 +2,20 @@
 Maintainer: Tokuhiro Matsuno <tokuhirom at gmail.com>
 Source: http://search.cpan.org/dist/Test-TCP/
 Name: Test-TCP
-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: Tokuhiro Matsuno <tokuhirom at gmail.com>
+Copyright: 2008-2010, Tokuhiro Matsuno <tokuhirom at gmail.com>
+License: Artistic or GPL-1+
+X-Comment: Rationale from the author was:
+  All of my modules available at http://search.cpan.org/~tokuhirom/ with the
+  statement "AUTHOR: Tokuhiro Matsuno" are, unless otherwise noted,
+  Copyright (c) Tokuhiro Matsuno.
+ The exact years come from the CPAN upload dates.
+
+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: Artistic or GPL-1+
 
 Files: debian/*




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