debian/0000755000000000000000000000000011545622273007175 5ustar debian/source/0000755000000000000000000000000011545610501010464 5ustar debian/source/format0000644000000000000000000000001411545610501011672 0ustar 3.0 (quilt) debian/rules0000755000000000000000000000003611545603560010252 0ustar #!/usr/bin/make -f %: dh $@ debian/watch0000644000000000000000000000013011545603240010211 0ustar version=3 http://search.cpan.org/dist/HTTP-Daemon-SSL/ .*/HTTP-Daemon-SSL-(.*)\.tar\.gz debian/control0000644000000000000000000000144411545607651010606 0ustar Source: libhttp-daemon-ssl-perl Section: perl Priority: extra Build-Depends: debhelper (>= 8) Build-Depends-Indep: perl, libio-socket-ssl-perl, libhttp-daemon-perl | libwww-perl (<< 6) Maintainer: Matej Vela Standards-Version: 3.9.1 Homepage: http://search.cpan.org/dist/HTTP-Daemon-SSL/ Package: libhttp-daemon-ssl-perl Architecture: all Depends: ${perl:Depends}, ${misc:Depends}, libio-socket-ssl-perl, libhttp-daemon-perl | libwww-perl (<< 6) Suggests: libhttp-message-perl Description: A simple HTTP server class with SSL support HTTP::Daemon::SSL is a descendant of HTTP::Daemon that uses SSL sockets (via IO::Socket::SSL) instead of cleartext sockets. It also handles SSL-specific problems, such as dealing with HTTP clients that attempt to connect to it without using SSL. debian/docs0000644000000000000000000000001411545607677010056 0ustar BUGS README debian/copyright0000644000000000000000000000174311545603240011126 0ustar This is the Debian package for the HTTP::Daemon::SSL module, put together by Matej Vela from sources found on CPAN: HTTP::Daemon::SSL was written by Peter Behroozi (behrooz at fas.harvard.edu), largely based on the HTTP::Daemon module by Gisle Aas. It is currently maintained by Mark Aufflick . Copyright (C) 1996-2001 Gisle Aas (code and documentation from HTTP::Daemon) Copyright (C) 2003-2004 Peter Behroozi Copyright (C) 2007-2008 Mark Aufflick This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself. Perl is distributed under your choice of the GNU General Public License or the Artistic License. On Debian GNU/Linux systems, the complete text of the GNU General Public License can be found in `/usr/share/common-licenses/GPL' and the Artistic License in `/usr/share/common-licenses/Artistic'. The Debian packaging is in the public domain. debian/compat0000644000000000000000000000000211545603672010375 0ustar 8 debian/patches/0000755000000000000000000000000011545621640010621 5ustar debian/patches/pod-errors.diff0000644000000000000000000000057611545621640013557 0ustar Description: Fix missing POD markup Origin: upstream, http://rt.cpan.org/Ticket/Display.html?id=46038 Bug: http://rt.cpan.org/Ticket/Display.html?id=46038 Applied-Upstream: 1.05_01 Last-Update: 2011-04-02 --- libhttp-daemon-ssl-perl-1.04~/SSL.pm +++ libhttp-daemon-ssl-perl-1.04/SSL.pm @@ -161,6 +161,8 @@ *DEBUG = \$HTTP::Daemon::DEBUG; +=back + =head1 SEE ALSO RFC 2068 debian/patches/series0000644000000000000000000000002011545611003012016 0ustar pod-errors.diff debian/changelog0000644000000000000000000000260311545622046011046 0ustar libhttp-daemon-ssl-perl (1.04-3) unstable; urgency=low * Prepare for libwww-perl 6; thanks to Nicholas Bamber. Closes: #620485. - Depend on libhttp-daemon-perl | libwww-perl (<< 6). - Suggest libhttp-message-perl for HTTP::Status. * Use new 3.0 (quilt) source format. * Switch to debhelper 8. * debian/patches/pod-errors.diff: Fix missing POD markup, . * debian/control: Add Homepage field. * debian/control: Drop versioned dependency on perl (>= 5.6.0-16) (a no-op since woody). * Conforms to Standards version 3.9.1. -- Matej Vela Sat, 02 Apr 2011 15:27:02 +0200 libhttp-daemon-ssl-perl (1.04-2) unstable; urgency=low * Don't try to remove /usr/lib/perl5 if it's not there. Closes: #467907. -- Matej Vela Tue, 26 Feb 2008 20:44:34 +0100 libhttp-daemon-ssl-perl (1.04-1) unstable; urgency=low * New upstream release. * debian/copyright: Add new upstream maintainer. * debian/rules: Install README. * debian/control: Drop versioned dependency on libio-socket-ssl-perl (the one in etch is fine). * Conforms to Standards version 3.7.3. -- Matej Vela Wed, 13 Feb 2008 13:32:34 +0100 libhttp-daemon-ssl-perl (1.02-1) unstable; urgency=low * Initial release. Closes: #379228. -- Matej Vela Fri, 11 Aug 2006 13:18:56 +0200