r9260 - in /trunk/libdevel-ebug-perl/debian: changelog control

makholm at users.alioth.debian.org makholm at users.alioth.debian.org
Tue Nov 13 09:55:40 UTC 2007


Author: makholm
Date: Tue Nov 13 09:55:40 2007
New Revision: 9260

URL: http://svn.debian.org/wsvn/?sc=1&rev=9260
Log:
* Added netbase to deps and build-deps
  /etc/protocols is needed to use protocol name when opening a new inet
  socket. This fix is less intrusive than patching the module to use
  protocol numbers.

Modified:
    trunk/libdevel-ebug-perl/debian/changelog
    trunk/libdevel-ebug-perl/debian/control

Modified: trunk/libdevel-ebug-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libdevel-ebug-perl/debian/changelog?rev=9260&op=diff
==============================================================================
--- trunk/libdevel-ebug-perl/debian/changelog (original)
+++ trunk/libdevel-ebug-perl/debian/changelog Tue Nov 13 09:55:40 2007
@@ -1,10 +1,16 @@
 libdevel-ebug-perl (0.48-2) UNRELEASED; urgency=low
 
-  * FIXME: Still fails on tests, with some strange errors in an infinite loop.
+  [ Martín Ferrari ]
   * Added missing build-deps (Closes: #448687 -- FTBFS: test failures).
   * Added myself to uploaders.
 
- -- Martín Ferrari <martin.ferrari at gmail.com>  Wed, 31 Oct 2007 12:08:46 -0300
+  [ Peter Makholm ]
+  * Added netbase to deps and build-deps
+    /etc/protocols is needed to use protocol name when opening a new inet
+    socket. This fix is less intrusive than patching the module to use
+    protocol numbers.
+
+ -- Peter Makholm <peter at makholm.net>  Tue, 13 Nov 2007 10:41:03 +0100
 
 libdevel-ebug-perl (0.48-1) unstable; urgency=low
 

Modified: trunk/libdevel-ebug-perl/debian/control
URL: http://svn.debian.org/wsvn/trunk/libdevel-ebug-perl/debian/control?rev=9260&op=diff
==============================================================================
--- trunk/libdevel-ebug-perl/debian/control (original)
+++ trunk/libdevel-ebug-perl/debian/control Tue Nov 13 09:55:40 2007
@@ -5,7 +5,7 @@
 Build-Depends-Indep: perl (>= 5.8.8-7), libtest-expect-perl,
  libdevel-stacktrace-perl, libproc-background-perl, libstring-koremutake-perl,
  libclass-accessor-chained-perl, libmodule-pluggable-perl, libpadwalker-perl,
- libyaml-syck-perl
+ libyaml-syck-perl, netbase
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Peter Makholm <peter at makholm.net>,
  Martín Ferrari <martin.ferrari at gmail.com>
@@ -18,7 +18,7 @@
 Architecture: all
 Depends: ${perl:Depends}, ${misc:Depends}, libdevel-stacktrace-perl,
  libclass-accessor-chained-perl, libmodule-pluggable-perl, libpadwalker-perl,
- libproc-background-perl, libstring-koremutake-perl, libyaml-syck-perl
+ libproc-background-perl, libstring-koremutake-perl, libyaml-syck-perl, netbase
 Description: A simple, extensible Perl debugger
  Devel::ebug is a simple, extensible Perl debugger with a clean API. Using this
  module, you may easily write a Perl debugger to debug your programs.




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