r62535 - in /trunk/libtest-tcp-perl/debian: changelog control
gregoa at users.alioth.debian.org
gregoa at users.alioth.debian.org
Mon Sep 13 15:57:31 UTC 2010
Author: gregoa
Date: Mon Sep 13 15:57:22 2010
New Revision: 62535
URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=62535
Log:
WAITS-FOR: libtest-sharedfork-perl 0.14
* debian/control: bump (build) dependency on libtest-sharedfork-perl to >=
0.14 as per new upstream requirements.
Modified:
trunk/libtest-tcp-perl/debian/changelog
trunk/libtest-tcp-perl/debian/control
Modified: trunk/libtest-tcp-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-tcp-perl/debian/changelog?rev=62535&op=diff
==============================================================================
--- trunk/libtest-tcp-perl/debian/changelog (original)
+++ trunk/libtest-tcp-perl/debian/changelog Mon Sep 13 15:57:22 2010
@@ -1,7 +1,14 @@
-libtest-tcp-perl (1.06-1) unstable; urgency=low
+libtest-tcp-perl (1.06-1) UNRELEASED; urgency=low
+ WAITS-FOR: libtest-sharedfork-perl 0.14
+
+ [ Nicholas Bamber ]
* New upstream release
* Removed 'GNU/Linux' from copyright
+
+ [ gregor herrmann ]
+ * debian/control: bump (build) dependency on libtest-sharedfork-perl to >=
+ 0.14 as per new upstream requirements.
-- Nicholas Bamber <nicholas at periapt.co.uk> Mon, 13 Sep 2010 09:18:58 +0100
Modified: trunk/libtest-tcp-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-tcp-perl/debian/control?rev=62535&op=diff
==============================================================================
--- trunk/libtest-tcp-perl/debian/control (original)
+++ trunk/libtest-tcp-perl/debian/control Mon Sep 13 15:57:22 2010
@@ -2,7 +2,7 @@
Section: perl
Priority: optional
Build-Depends: debhelper (>= 7)
-Build-Depends-Indep: perl, libtest-sharedfork-perl (>= 0.12)
+Build-Depends-Indep: perl, libtest-sharedfork-perl (>= 0.14)
Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
Uploaders: Jonathan Yu <jawnsy at cpan.org>, Nicholas Bamber <nicholas at periapt.co.uk>,
gregor herrmann <gregoa at debian.org>, Iñigo Tejedor Arrondo <poisonbit at gmail.com>
@@ -13,7 +13,7 @@
Package: libtest-tcp-perl
Architecture: all
-Depends: ${perl:Depends}, ${misc:Depends}, libtest-sharedfork-perl (>= 0.12)
+Depends: ${perl:Depends}, ${misc:Depends}, libtest-sharedfork-perl (>= 0.14)
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,
More information about the Pkg-perl-cvs-commits
mailing list