This is an automated email from the git hooks/post-receive script. sunweaver pushed a commit to branch master in repository libhttp-daemon-ssl-perl.
commit bb6199b2d52fbaf9ed130739ab11a2bdaefd5ddc Author: Matej Vela <v...@debian.org> Date: Fri Aug 11 13:18:56 2006 +0200 Import Debian changes 1.02-1 libhttp-daemon-ssl-perl (1.02-1) unstable; urgency=low * Initial release. Closes: #379228. --- debian/changelog | 5 +++++ debian/compat | 1 + debian/control | 16 ++++++++++++++++ debian/copyright | 20 ++++++++++++++++++++ debian/rules | 10 ++++++++++ debian/watch | 2 ++ 6 files changed, 54 insertions(+) diff --git a/debian/changelog b/debian/changelog new file mode 100644 index 0000000..73e9ae5 --- /dev/null +++ b/debian/changelog @@ -0,0 +1,5 @@ +libhttp-daemon-ssl-perl (1.02-1) unstable; urgency=low + + * Initial release. Closes: #379228. + + -- Matej Vela <v...@debian.org> Fri, 11 Aug 2006 13:18:56 +0200 diff --git a/debian/compat b/debian/compat new file mode 100644 index 0000000..b8626c4 --- /dev/null +++ b/debian/compat @@ -0,0 +1 @@ +4 diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..dbc5e7e --- /dev/null +++ b/debian/control @@ -0,0 +1,16 @@ +Source: libhttp-daemon-ssl-perl +Section: perl +Priority: extra +Build-Depends: cdbs, debhelper +Build-Depends-Indep: perl (>= 5.6.0-16), libio-socket-ssl-perl (>= 0.998) | libio-socket-ssl-perl (<< 0.97), libwww-perl +Maintainer: Matej Vela <v...@debian.org> +Standards-Version: 3.7.2 + +Package: libhttp-daemon-ssl-perl +Architecture: all +Depends: ${perl:Depends}, libio-socket-ssl-perl (>= 0.998) | libio-socket-ssl-perl (<< 0.97), libwww-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. diff --git a/debian/copyright b/debian/copyright new file mode 100644 index 0000000..2169a92 --- /dev/null +++ b/debian/copyright @@ -0,0 +1,20 @@ +This is the Debian package for the HTTP::Daemon::SSL module, put together by +Matej Vela <v...@debian.org> from sources found on CPAN: + + <http://search.cpan.org/dist/HTTP-Daemon-SSL/> + +HTTP::Daemon::SSL was written by Peter Behroozi (behrooz at fas.harvard.edu), +largely based on the HTTP::Daemon module by Gisle Aas. + +Code and documentation from HTTP::Daemon Copyright (C) 1996-2001 Gisle Aas +Changes Copyright (C) 2003-2004 Peter Behroozi + +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. diff --git a/debian/rules b/debian/rules new file mode 100755 index 0000000..a5100fe --- /dev/null +++ b/debian/rules @@ -0,0 +1,10 @@ +#!/usr/bin/make -f + +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/class/perlmodule.mk + +# Stuff in the README is covered by the description and the dependencies. +DEB_INSTALL_DOCS_ALL := + +install/libhttp-daemon-ssl-perl:: + rmdir -p --ignore-fail-on-non-empty $(DEB_DESTDIR)/usr/lib/perl5 diff --git a/debian/watch b/debian/watch new file mode 100644 index 0000000..fd21007 --- /dev/null +++ b/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://search.cpan.org/dist/HTTP-Daemon-SSL/ .*/HTTP-Daemon-SSL-(.*)\.tar\.gz -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libhttp-daemon-ssl-perl.git _______________________________________________ Pkg-perl-cvs-commits mailing list Pkg-perl-cvs-commits@lists.alioth.debian.org http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits