1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111
|
libhttp-daemon-ssl-perl (1.05-01-2) unstable; urgency=medium
* Team upload.
[ Damyan Ivanov ]
* change Priority from 'extra' to 'optional'
* declare conformance with Policy 4.1.3
[ Salvatore Bonaccorso ]
* Update Vcs-* headers for switch to salsa.debian.org
[ gregor herrmann ]
* debian/*: update URLs from {search,www}.cpan.org to MetaCPAN.
* Add debian/upstream/metadata.
[ Niko Tyni ]
* Amend testpost.diff to use TLSv1.2 as a workaround for TLSv1.3
problems. (Closes: #911938)
* Update to debhelper compat level 10
* Update to Standards-Version 4.1.4
* Declare that the package does not need (fake)root to build
* Add Testsuite support for autopkgtest-pkg-perl
-- Niko Tyni <ntyni@debian.org> Sun, 18 Nov 2018 19:56:03 +0200
libhttp-daemon-ssl-perl (1.05-01-1) unstable; urgency=medium
* New upstream release.
* debian/patches:
+ Drop pod-errors.diff. Not needed anymore. Resolved upstream.
* debian/patches:
+ Update/adapt testmodule.diff. Make t/testmodule.t functional again.
+ Add testpost.diff. Make post.t work against with latest SSL crypto
libraries.
* debian/rules:
+ Run post.t after testmodule.t by renaming it to testpost.t (nasty hack, but works).
* debian/control:
+ Add B-D (for t/post.t): libtest-www-mechanize-perl.
-- Mike Gabriel <sunweaver@debian.org> Mon, 18 Sep 2017 20:18:44 +0200
libhttp-daemon-ssl-perl (1.04-4) unstable; urgency=medium
* debian/control:
+ Move package under the umbrella of the Debian Perl Group with myself
under Uploaders: field. (Closes: #868689).
+ Bump Standard-Version: to 4.1.0. Several changes needed.
+ Process with wrap-and-sort -t -s -a.
+ Add Vcs-*: fields.
+ Don't let SYNOPSIS start with an article.
* debian/rules:
+ Add get-orig-source rule.
* debian/watch:
+ Compensate 'underscore' in upstream version, by replacing it to 'dash'.
* debian/copyright:
+ Turn into DEP-5 compliant format.
-- Mike Gabriel <sunweaver@debian.org> Mon, 18 Sep 2017 18:48:53 +0200
libhttp-daemon-ssl-perl (1.04-3.1) unstable; urgency=medium
* Non-maintainer upload.
* debian/{control,compat}: Bump to DH version level 9.
* debian/patches: Add testmodule.diff. Fix FTBFS during unit testing
due to incompatibility with latest SSL libs. (Closes: #711628).
This patch amongst other things regenerate the test certificates at
build time.
* debian/rules: Save upstream's certificate files, so that the package
build stays idempotent.
-- Mike Gabriel <sunweaver@debian.org> Tue, 27 Dec 2016 13:34:04 +0100
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,
<http://rt.cpan.org/Ticket/Display.html?id=46038>.
* 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 <vela@debian.org> 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 <vela@debian.org> 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 <vela@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@debian.org> Fri, 11 Aug 2006 13:18:56 +0200
|