r61872 - in /trunk/libtest-tcp-perl/debian: changelog control
gregoa at users.alioth.debian.org
gregoa at users.alioth.debian.org
Sun Aug 22 17:42:19 UTC 2010
Author: gregoa
Date: Sun Aug 22 17:42:10 2010
New Revision: 61872
URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=61872
Log:
WAITS-FOR: libtest-sharedfork-perl 0.12
* Make (build) dependency on libtest-sharedfork-perl versioned.
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=61872&op=diff
==============================================================================
--- trunk/libtest-tcp-perl/debian/changelog (original)
+++ trunk/libtest-tcp-perl/debian/changelog Sun Aug 22 17:42:10 2010
@@ -1,6 +1,9 @@
libtest-tcp-perl (1.02-1) UNRELEASED; urgency=low
+ WAITS-FOR: libtest-sharedfork-perl 0.12
+
* New upstream release.
+ * Make (build) dependency on libtest-sharedfork-perl versioned.
-- gregor herrmann <gregoa at debian.org> Sun, 22 Aug 2010 19:39:28 +0200
Modified: trunk/libtest-tcp-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-tcp-perl/debian/control?rev=61872&op=diff
==============================================================================
--- trunk/libtest-tcp-perl/debian/control (original)
+++ trunk/libtest-tcp-perl/debian/control Sun Aug 22 17:42:10 2010
@@ -2,7 +2,7 @@
Section: perl
Priority: optional
Build-Depends: debhelper (>= 7)
-Build-Depends-Indep: perl, libtest-sharedfork-perl
+Build-Depends-Indep: perl, libtest-sharedfork-perl (>= 0.12)
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>
@@ -13,7 +13,7 @@
Package: libtest-tcp-perl
Architecture: all
-Depends: ${perl:Depends}, ${misc:Depends}, libtest-sharedfork-perl
+Depends: ${perl:Depends}, ${misc:Depends}, libtest-sharedfork-perl (>= 0.12)
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