r62600 - in /trunk/libtest-tcp-perl/debian: changelog control

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Wed Sep 15 15:30:08 UTC 2010


Author: gregoa
Date: Wed Sep 15 15:29:49 2010
New Revision: 62600

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=62600
Log:
revert commit 62596, 0.14 is fine, was just a tool confusion

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=62600&op=diff
==============================================================================
--- trunk/libtest-tcp-perl/debian/changelog (original)
+++ trunk/libtest-tcp-perl/debian/changelog Wed Sep 15 15:29:49 2010
@@ -3,8 +3,10 @@
   [ Nicholas Bamber ]
   * New upstream release
   * Removed 'GNU/Linux' from copyright
+
+  [ gregor herrmann ]
   * debian/control: bump (build) dependency on libtest-sharedfork-perl to >=
-    0.15 as per new upstream requirements. (0.14 is not present in Debian).
+    0.14 as per new upstream requirements.
 
  -- Nicholas Bamber <nicholas at periapt.co.uk>  Wed, 15 Sep 2010 12:57:15 +0100
 

Modified: trunk/libtest-tcp-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-tcp-perl/debian/control?rev=62600&op=diff
==============================================================================
--- trunk/libtest-tcp-perl/debian/control (original)
+++ trunk/libtest-tcp-perl/debian/control Wed Sep 15 15:29:49 2010
@@ -2,7 +2,7 @@
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 7)
-Build-Depends-Indep: perl, libtest-sharedfork-perl (>= 0.15)
+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.15)
+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