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 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301
|
libhttp-proxy-perl (0.304-5) unstable; urgency=medium
[ gregor herrmann ]
* debian/watch: use uscan version 4.
[ Debian Janitor ]
* Bump debhelper from old 11 to 13.
* Set debhelper-compat version in Build-Depends.
* Set upstream metadata fields: Bug-Database, Repository, Repository-Browse.
* Remove obsolete fields Contact, Name from debian/upstream/metadata (already present in machine-readable debian/copyright).
* Update standards version to 4.6.1, no changes needed.
-- Jelmer Vernooij <jelmer@debian.org> Sun, 04 Dec 2022 15:14:39 +0000
libhttp-proxy-perl (0.304-4) unstable; urgency=medium
[ gregor herrmann ]
* Remove Jay Bonci from Uploaders. Thanks for your work!
* Remove Jose Luis Rivas from Uploaders. Thanks for your work!
* Remove Tim Retout from Uploaders. Thanks for your work!
[ Salvatore Bonaccorso ]
* Update Vcs-* headers for switch to salsa.debian.org
[ gregor herrmann ]
* Add patch from CPAN RT to add IPv6 support.
Thanks to Fabian Grünbichler for the pointer to the patch.
* Add (build) dependency on libio-socket-ip-perl.
* Update years of packaging copyright.
* Declare compliance with Debian Policy 4.3.0.
* Bump debhelper compatibility level to 11.
* Remove trailing whitespace from debian/*.
-- gregor herrmann <gregoa@debian.org> Fri, 01 Mar 2019 21:18:12 +0100
libhttp-proxy-perl (0.304-3) unstable; urgency=medium
[ Salvatore Bonaccorso ]
* debian/control: Use HTTPS transport protocol for Vcs-Git URI
[ gregor herrmann ]
* debian/copyright: change Copyright-Format 1.0 URL to HTTPS.
* debian/upstream/metadata: change GitHub/CPAN URL(s) to HTTPS.
* Explicitly disable tests which need network access.
Thanks to Chris Lamb for the bug report. (Closes: #830354)
* Add patch to fix spelling mistakes in the POD.
* Update years of packaging copyright.
* Declare compliance with Debian Policy 3.9.8.
* Bump debhelper compatibility level to 9.
-- gregor herrmann <gregoa@debian.org> Sat, 16 Jul 2016 21:33:45 +0200
libhttp-proxy-perl (0.304-2) unstable; urgency=medium
* Team upload.
* Patch the test suite to work around LWP::UserAgent / Net::HTTP buffering
(Closes: #798792)
-- Niko Tyni <ntyni@debian.org> Fri, 16 Oct 2015 20:36:15 +0300
libhttp-proxy-perl (0.304-1) unstable; urgency=medium
* Import upstream version 0.304.
* Drop fix-via.patch, merged upstream.
* Add build dependency on libhtml-parser-perl.
-- gregor herrmann <gregoa@debian.org> Tue, 16 Jun 2015 16:49:35 +0200
libhttp-proxy-perl (0.303-2) unstable; urgency=medium
* Add patch to fix broken custom 'via' handling.
Patch taken from CPAN RT and improved.
(Closes: #788350)
-- gregor herrmann <gregoa@debian.org> Fri, 12 Jun 2015 13:51:20 +0200
libhttp-proxy-perl (0.303-1) unstable; urgency=medium
[ Salvatore Bonaccorso ]
* Update Vcs-Browser URL to cgit web frontend
[ gregor herrmann ]
* Import upstream version 0.303.
* Add debian/upstream/metadata.
* Drop spelling.patch, merged upstream.
* Update years of upstream and packaging copyright.
* Drop libmodule-build-perl from Build-Depends.
The distribution switched to Dist::Zilla.
* Mark package as autopkgtest-able.
* Declare compliance with Debian Policy 3.9.6.
-- gregor herrmann <gregoa@debian.org> Sun, 31 May 2015 13:20:30 +0200
libhttp-proxy-perl (0.301-1) unstable; urgency=medium
* New upstream release.
* Strip trailing slash from metacpan URLs.
* Update years of packaging copyright.
* Drop build dependencies on libtest-pod-{,coverage-}perl.
Tests are release tests now.
* Declare compliance with Debian Policy 3.9.5.
-- gregor herrmann <gregoa@debian.org> Sun, 03 Aug 2014 14:22:57 +0200
libhttp-proxy-perl (0.300-1) unstable; urgency=low
[ Ansgar Burchardt ]
* debian/control: Convert Vcs-* fields to Git.
[ Salvatore Bonaccorso ]
* Change search.cpan.org based URIs to metacpan.org based URIs
[ gregor herrmann ]
* New upstream release.
Fixes "FTBFS with perl 5.18: POD" (Closes: #709830)
* Build depend on Module::Build 0.38.
* Set Standards-Version to 3.9.4 (no changes).
* Drop patch pod_coverage.patch, the issue is fixed upstream.
* debian/copyright: switch formatting to Copyright-Format 1.0.
* Update years of upstream and packaging copyright.
* Add a patch to fix a spelling mistake in the POD.
-- gregor herrmann <gregoa@debian.org> Sun, 26 May 2013 17:58:53 +0200
libhttp-proxy-perl (0.25-1) unstable; urgency=low
* Team upload.
* New upstream release
* debian/copyright: Update copyright years.
* debian/patches:
- Remove pod_spelling.patch as it was fixed upstream.
- Update pod_coverage.patch to exclude too 'worker' subroutine.
* debian/control: Move perl from Build-Depends-Indep to Build-Depends.
-- Salvatore Bonaccorso <carnil@debian.org> Sun, 03 Jul 2011 14:48:53 +0200
libhttp-proxy-perl (0.24-3) unstable; urgency=low
* Add a patch to work around a failure in the pod-coverage test under perl
5.12 (closes: #578940).
* Set Standards-Version to 3.9.2 (no changes).
-- gregor herrmann <gregoa@debian.org> Thu, 05 May 2011 00:07:14 +0200
libhttp-proxy-perl (0.24-2) unstable; urgency=low
[ Tim Retout ]
* Email change: Tim Retout -> diocles@debian.org
[ gregor herrmann ]
* Prepare build and runtime dependencies for libwww-perl 6
(closes: #620482).
* Switch to source format 3.0 (quilt).
* Switch to debhelper 8.
* Remove version from perl (build) dependency.
* Update copyright format.
* Set Standards-Version to 3.9.1 (no further changes).
* Email change: Jose Luis Rivas -> ghostbar@debian.org
* Remove patches from source package that have not been used for some time.
* Update patch headers.
-- gregor herrmann <gregoa@debian.org> Mon, 04 Apr 2011 18:51:36 +0200
libhttp-proxy-perl (0.24-1) unstable; urgency=medium
[ gregor herrmann ]
* New upstream release.
* debian/copyright: adjust years of copyright.
* Add debian/README.source to document quilt usage, as required by
Debian Policy since 3.8.0.
* debian/control: Changed: Switched Vcs-Browser field to ViewSVN
(source stanza).
* debian/control: Added: ${misc:Depends} to Depends: field.
* Remove build dependency on libmodule-build-perl, debhelper prefers EUMM.
* debian/rules: use "--with quilt", adjust build dependencies.
* debian/copyright: add years of upstream copyright.
* debian/control: remove leading article from short description.
* New patch hashbang.patch: adds/fixes hashbangs in example scripts.
[ Nathan Handler ]
* debian/watch: Update to ignore development releases.
[ Jose Luis Rivas ]
* Updated Standards-Version to 3.8.2.
* Updated debian/rules to use debhelper 7.
* Updated debian/control dependencies and added me as uploader.
* Updated debian/copyright.
[ Tim Retout ]
* New upstream release (0.24).
+ Fixes FTBFS. (Closes: #521977)
* Set urgency to medium for RC bug fix.
* Add author/description to pod_spelling.patch.
* debian/control:
+ Remove >= 2 from libwww-perl (build-)dependency; Debian has always had a
version larger than this.
+ Add self to Uploaders.
+ Extend the long description.
-- Tim Retout <tim@retout.co.uk> Tue, 04 Aug 2009 22:55:08 +0100
libhttp-proxy-perl (0.21-1) unstable; urgency=low
* debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser
field (source stanza); Homepage field (source stanza).
* Set Maintainer to Debian Perl Group.
* Use dist-based URL in debian/watch.
* debian/rules: delete /usr/lib/perl5 only if it exists.
* New upstream release, fixes bug 'save filter "filename" parameter used
invalidly' (closes: #433951).
* debian/watch: extended regexp for matching upstream releases.
* debian/copyright: add actual copyright statement
* Remove debian/libhttp-proxy-perl.examples and install examples directly
from debian/rules.
* Remove debian/libhttp-proxy-perl.docs and install README directly from
debian/rules.
* debian/rules: refresh with dh-make-perl's help; activate test suite.
* debian/control:
- move libmodule-build-perl to Build-Depends
- add /me to Uploaders
- set Standards-Version to 3.7.3 (no changes)
- bump debhelper dependency to >= 5 (and adjust debian/compat)
- add libtest-pod-perl, libtest-pod-coverage-perl to Build-Depends-Indep
* Revert direct changes to lib/HTTP/Proxy/BodyFilter/save.pm.
* Create patch pod_spelling.patch, add quilt framework.
-- gregor herrmann <gregoa@debian.org> Sun, 20 Apr 2008 21:43:03 +0200
libhttp-proxy-perl (0.20-1) unstable; urgency=low
* New upstream release (Closes: #396524)
* Bumped Policy-Version to 3.7.2.2 (No other changes)
-- Jay Bonci <jaybonci@debian.org> Wed, 02 May 2007 08:43:19 -0400
libhttp-proxy-perl (0.19-1) unstable; urgency=low
* New upstream release (Closes: #368443)
* Moved debhelper from Build-Depends-Indep to Build-Depends
* Bumped to policy-version 3.7.2.0 (No other changes)
-- Jay Bonci <jaybonci@debian.org> Sun, 4 Jun 2006 19:30:12 -0400
libhttp-proxy-perl (0.17-1) unstable; urgency=low
* New upstream release (Closes: #329557)
* Policy version bump to 3.6.2.1 (No other changes)
* Entity-ified man page text to squash manpage error
-- Jay Bonci <jaybonci@debian.org> Sun, 11 Dec 2005 18:00:07 -0500
libhttp-proxy-perl (0.15-2) unstable; urgency=low
* Adds missing Build-Depends on libmodule-build-perl (Closes: #304348)
-- Jay Bonci <jaybonci@debian.org> Tue, 12 Apr 2005 12:59:57 -0400
libhttp-proxy-perl (0.15-1) unstable; urgency=low
* New upstream version
* Changed debian/watch so uupdate will work as well
* Moved over to Module::Build template
-- Jay Bonci <jaybonci@debian.org> Mon, 11 Apr 2005 11:39:38 -0400
libhttp-proxy-perl (0.13-1) unstable; urgency=low
* New upstream version.
* Fixes debian/watch file so uscan will actually work.
-- Jay Bonci <jaybonci@debian.org> Sun, 12 Sep 2004 03:32:46 -0400
libhttp-proxy-perl (0.12-1) unstable; urgency=low
* New upstream version
-- Jay Bonci <jaybonci@debian.org> Tue, 10 Feb 2004 16:57:19 -0500
libhttp-proxy-perl (0.10-1) unstable; urgency=low
* New upstream version
* Moved example files to use dh_installexamples
* Included upstream README
-- Jay Bonci <jaybonci@debian.org> Fri, 2 Jan 2004 16:46:30 -0500
libhttp-proxy-perl (0.09-2) unstable; urgency=low
* Adds Build-Dependancy on netbase (Closes: #215053)
- Thanks to Daniel Schepler for the report
- Removes tests from standard build cycle, because they do not work
inside of an autobuilder/pbuilder chroot.
-- Jay Bonci <jaybonci@debian.org> Thu, 16 Oct 2003 16:33:45 -0400
libhttp-proxy-perl (0.09-1) unstable; urgency=low
* Initial Release (Closes: #187404)
-- Jay Bonci <jaybonci@debian.org> Wed, 24 Sep 2003 15:32:56 -0400
|