[libhttp-daemon-ssl-perl] 04/07: Import Debian changes 1.04-1

Mike Gabriel sunweaver at debian.org
Mon Sep 18 16:02:15 UTC 2017


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 c6a8927bae74d1d35ca360021fbeeac219e23036
Merge: bb6199b b752682
Author: Matej Vela <vela at debian.org>
Date:   Wed Feb 13 13:32:34 2008 +0100

    Import Debian changes 1.04-1
    
    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.

 BUGS                                               |  6 +-
 Changes                                            | 17 +++++-
 META.yml                                           |  3 +-
 README                                             | 23 ++++++++
 SSL.pm                                             | 45 ++++-----------
 certs/.svn/all-wcprops                             | 23 ++++++++
 certs/.svn/entries                                 | 67 ++++++++++++++++++++++
 certs/.svn/format                                  |  1 +
 certs/.svn/prop-base/server-cert.pem.svn-base      |  9 +++
 certs/.svn/prop-base/server-key.pem.svn-base       |  9 +++
 certs/.svn/prop-base/test-ca.pem.svn-base          |  9 +++
 certs/.svn/text-base/server-cert.pem.svn-base      | 44 ++++++++++++++
 certs/.svn/text-base/server-key.pem.svn-base       |  9 +++
 certs/.svn/text-base/test-ca.pem.svn-base          | 21 +++++++
 debian/changelog                                   | 11 ++++
 debian/control                                     |  6 +-
 debian/copyright                                   |  8 ++-
 debian/rules                                       |  3 -
 t/.svn/all-wcprops                                 | 23 ++++++++
 t/.svn/entries                                     | 67 ++++++++++++++++++++++
 t/.svn/format                                      |  1 +
 t/.svn/prop-base/loadmodule.t.svn-base             |  9 +++
 t/.svn/prop-base/ssl_settings.req.svn-base         |  9 +++
 t/.svn/prop-base/testmodule.t.svn-base             |  9 +++
 t/.svn/text-base/loadmodule.t.svn-base             | 21 +++++++
 t/.svn/text-base/ssl_settings.req.svn-base         |  4 ++
 .../text-base/testmodule.t.svn-base}               | 24 +++++---
 t/testmodule.t                                     | 24 +++++---
 28 files changed, 439 insertions(+), 66 deletions(-)

diff --cc debian/changelog
index 73e9ae5,0000000..d510717
mode 100644,000000..100644
--- a/debian/changelog
+++ b/debian/changelog
@@@ -1,5 -1,0 +1,16 @@@
++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 <vela at debian.org>  Wed, 13 Feb 2008 13:32:34 +0100
++
 +libhttp-daemon-ssl-perl (1.02-1) unstable; urgency=low
 +
 +  * Initial release.  Closes: #379228.
 +
 + -- Matej Vela <vela at debian.org>  Fri, 11 Aug 2006 13:18:56 +0200
diff --cc debian/control
index dbc5e7e,0000000..7015a4c
mode 100644,000000..100644
--- a/debian/control
+++ b/debian/control
@@@ -1,16 -1,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
++Build-Depends-Indep: perl (>= 5.6.0-16), libio-socket-ssl-perl, libwww-perl
 +Maintainer: Matej Vela <vela at debian.org>
- Standards-Version: 3.7.2
++Standards-Version: 3.7.3
 +
 +Package: libhttp-daemon-ssl-perl
 +Architecture: all
- Depends: ${perl:Depends}, libio-socket-ssl-perl (>= 0.998) | libio-socket-ssl-perl (<< 0.97), libwww-perl
++Depends: ${perl:Depends}, libio-socket-ssl-perl, 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 --cc debian/copyright
index 2169a92,0000000..f6d621d
mode 100644,000000..100644
--- a/debian/copyright
+++ b/debian/copyright
@@@ -1,20 -1,0 +1,22 @@@
 +This is the Debian package for the HTTP::Daemon::SSL module, put together by
 +Matej Vela <vela at 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.
++largely based on the HTTP::Daemon module by Gisle Aas.  It is currently
++maintained by Mark Aufflick <mark at aufflick.com>.
 +
- Code and documentation from HTTP::Daemon Copyright (C) 1996-2001  Gisle Aas
- Changes Copyright (C) 2003-2004  Peter Behroozi
++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.
diff --cc debian/rules
index a5100fe,0000000..eb0fb86
mode 100755,000000..100755
--- a/debian/rules
+++ b/debian/rules
@@@ -1,10 -1,0 +1,7 @@@
 +#!/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

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libhttp-daemon-ssl-perl.git



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