r45361 - in /trunk/libpoe-perl/debian: changelog control

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Sun Oct 4 22:05:34 UTC 2009


Author: gregoa
Date: Sun Oct  4 22:05:28 2009
New Revision: 45361

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=45361
Log:
* debian/control:
  - add build dependency on libpoe-test-loops-perl
  - remove Conflicts/Replaces libpoe-perl0 (doesn't exist between oldstable
    and experimental)

add new packages to Suggests
fix spelling error in changelog (lintian++)

Modified:
    trunk/libpoe-perl/debian/changelog
    trunk/libpoe-perl/debian/control

Modified: trunk/libpoe-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpoe-perl/debian/changelog?rev=45361&op=diff
==============================================================================
--- trunk/libpoe-perl/debian/changelog (original)
+++ trunk/libpoe-perl/debian/changelog Sun Oct  4 22:05:28 2009
@@ -7,7 +7,7 @@
       POE::Component::Server::TCP ClientConnected callback (RT#47855)
   * Add a Debian.NEWS file to document the RT#47855 change and the POE
     loop module split-up
-  * Various changes to accomodate the split of the loop modules into their
+  * Various changes to accommodate the split of the loop modules into their
     own packages
   * Standards-Version 3.8.3 (no changes)
   * Refreshed copyright with people from changelog trailers
@@ -15,6 +15,12 @@
   [ Ryan Niebur ]
   * Update jawnsy's email address
   * Update ryan52's email address
+
+  [ gregor herrmann ]
+  * debian/control:
+    - add build dependency on libpoe-test-loops-perl
+    - remove Conflicts/Replaces libpoe-perl0 (doesn't exist between oldstable
+      and experimental)
 
  -- Jonathan Yu <jawnsy at cpan.org>  Sun, 27 Sep 2009 14:15:13 -0400
 

Modified: trunk/libpoe-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpoe-perl/debian/control?rev=45361&op=diff
==============================================================================
--- trunk/libpoe-perl/debian/control (original)
+++ trunk/libpoe-perl/debian/control Sun Oct  4 22:05:28 2009
@@ -5,7 +5,7 @@
 Build-Depends-Indep: perl, libtime-hires-perl, libtest-pod-coverage-perl,
  netbase, perl-modules (>= 5.10) | libcompress-zlib-perl, libtest-pod-perl,
  libio-pty-perl, libfilter-perl, libcurses-perl, libsocket6-perl, libwww-perl,
- libterm-readkey-perl
+ libterm-readkey-perl, libpoe-test-loops-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Krzysztof Krzyżaniak (eloy) <eloy at debian.org>,
  Martín Ferrari <tincho at debian.org>, Rene Mayorga <rmayorga at debian.org>,
@@ -20,9 +20,8 @@
 Depends: ${perl:Depends}, ${misc:Depends}, libfilter-perl 
 Recommends: libwww-perl, libtime-hires-perl
 Suggests: libio-pty-perl, libcurses-perl, libterm-readkey-perl,
- perl-modules (>= 5.10) | libcompress-zlib-perl, libsocket6-perl
-Conflicts: libpoe-perl0 (<= 0.1204-1)
-Replaces: libpoe-perl0 (<= 0.1204-1)
+ perl-modules (>= 5.10) | libcompress-zlib-perl, libsocket6-perl,
+ libpoe-loop-tk-perl, libpoe-loop-event-perl
 Description: event-driven component architecture for Perl
  POE stands for "Perl Object Environment" and provides libraries for event
  driven state machines, I/O abstraction and object management. It includes




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