[SCM] Debian packaging of Net-IMAP-Server CPAN distribution branch, master, updated. upstream/1.36-12-g69de30b
gregor herrmann
gregoa at debian.org
Fri Jan 18 21:51:53 UTC 2013
The following commit has been merged in the master branch:
commit 69de30bdf87782d083dc94969db1d4392e40b66c
Author: gregor herrmann <gregoa at debian.org>
Date: Fri Jan 18 22:51:46 2013 +0100
back to UNRELEASED, TODO added to d/changelog
diff --git a/debian/changelog b/debian/changelog
index 903cd21..f15d205 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,44 @@
-libnet-imap-server-perl (1.36-1) unstable; urgency=low
+libnet-imap-server-perl (1.36-1) UNRELEASED; urgency=low
+
+ TODO:
+ - install ex/* as examples?
+ - I don't see why "Alex Vandiver" should be a copyright holder
+ - why "perl (>= 5.13.8)" in Depends but not in B-D-I?
+ - FTBFS, the test suite hangs in my chroot:
+
+ dh_auto_test
+ make[1]: Entering directory `/tmp/buildd/libnet-imap-server-perl-1.36'
+ PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'inc', 'blib/lib', 'blib/arch')" t/*.t
+ # Testing Net::IMAP::Server 1.36
+ t/00.load.t ................. ok
+ Bad arg length for Socket::unpack_sockaddr_in, length is 28, should be 16 at /usr/lib/perl/5.14/Socket.pm line 257.
+
+ or the verbose form, from within the chroot:
+
+ # prove --blib --verbose t/*.t
+ t/00.load.t .................
+ 1..1
+ ok 1 - use Net::IMAP::Server;
+ # Testing Net::IMAP::Server 1.36
+ ok
+ t/01-connect.t ..............
+ ok 1 - Server started
+ # 2013/01/18-21:49:31 Net::IMAP::Server::Test::Server (type Net::Server) starting! pid(5119)
+ # Resolved [localhost]:12236 to [::1]:12236, IPv6
+ # Resolved [localhost]:12236 to [127.0.0.1]:12236, IPv4
+ # Resolved [localhost]:12237 to [::1]:12237, IPv6
+ # Resolved [localhost]:12237 to [127.0.0.1]:12237, IPv4
+ # Binding to TCP port 12236 on host ::1 with IPv6
+ # Binding to TCP port 12236 on host 127.0.0.1 with IPv4
+ # Binding to TCP port 12237 on host ::1 with IPv6
+ # Binding to TCP port 12237 on host 127.0.0.1 with IPv4
+ # Setting gid to "0 0 0"
+ ok 2 - Non-SSL connection OK
+ ok 3 - Got connection message
+ ok 4 - Line 1 of STARTTLS response matched
+ ok 5 - Negotiated TLS
+ Bad arg length for Socket::unpack_sockaddr_in, length is 28, should be 16 at /usr/lib/perl/5.14/Socket.pm line 257.
+
* Initial Release. (Closes: #537473)
--
Debian packaging of Net-IMAP-Server CPAN distribution
More information about the Pkg-perl-cvs-commits
mailing list