r32960 - in /trunk/libtest-poe-server-tcp-perl/debian: changelog control

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Thu Apr 9 20:08:24 UTC 2009


Author: gregoa
Date: Thu Apr  9 20:08:19 2009
New Revision: 32960

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=32960
Log:
Make (build) dependency on libpoe-perl versioned.

Modified:
    trunk/libtest-poe-server-tcp-perl/debian/changelog
    trunk/libtest-poe-server-tcp-perl/debian/control

Modified: 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=32960&op=diff
==============================================================================
--- trunk/libtest-poe-server-tcp-perl/debian/changelog (original)
+++ trunk/libtest-poe-server-tcp-perl/debian/changelog Thu Apr  9 20:08:19 2009
@@ -1,6 +1,7 @@
 libtest-poe-server-tcp-perl (1.02-1) UNRELEASED; urgency=low
 
   * New upstream release.
+  * Make (build) dependency on libpoe-perl versioned.
 
  -- gregor herrmann <gregoa at debian.org>  Thu, 09 Apr 2009 22:03:04 +0200
 

Modified: 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=32960&op=diff
==============================================================================
--- trunk/libtest-poe-server-tcp-perl/debian/control (original)
+++ trunk/libtest-poe-server-tcp-perl/debian/control Thu Apr  9 20:08:19 2009
@@ -2,8 +2,8 @@
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 7)
-Build-Depends-Indep: perl (>= 5.6.0-12), libpoe-perl, libtest-pod-perl,
- libtest-pod-coverage-perl, netbase
+Build-Depends-Indep: perl (>= 5.6.0-12), libpoe-perl (>= 2:1.0040),
+ libtest-pod-perl, libtest-pod-coverage-perl, netbase
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Antonio Radici <antonio at dyne.org>,
  gregor herrmann <gregoa at debian.org>
@@ -14,7 +14,7 @@
 
 Package: libtest-poe-server-tcp-perl
 Architecture: all
-Depends: ${perl:Depends}, ${misc:Depends}, libpoe-perl
+Depends: ${perl:Depends}, ${misc:Depends}, libpoe-perl (>= 2:1.0040)
 Description: 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




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