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
|
libwww-mechanize-shell-perl (0.55-1) unstable; urgency=low
* Team upload
[ Ansgar Burchardt ]
* debian/control: Convert Vcs-* fields to Git.
[ Angel Abad ]
* Email change: Angel Abad -> angel@debian.org
[ gregor herrmann ]
* debian/control: update {versioned,alternative} (build) dependencies.
[ Salvatore Bonaccorso ]
* Change Vcs-Git to canonical URI (git://anonscm.debian.org)
* Change search.cpan.org based URIs to metacpan.org based URIs
[ Florian Schlichting ]
* Import Upstream version 0.53
* Bump Standards-Version to 3.9.4 (update to copyright-format 1.0)
* Bump dh compatibility to level 8 (no changes necessary)
[ gregor herrmann ]
* Strip trailing slash from metacpan URLs.
[ Salvatore Bonaccorso ]
* Update Vcs-Browser URL to cgit web frontend
[ gregor herrmann ]
* Add debian/upstream/metadata
* Import upstream version 0.55
* Declare compliance with Debian Policy 3.9.6.
* Add explicit (build) dependency on libcgi-pm-perl.
* Update years of packaging copyright.
[ Damyan Ivanov ]
* Make the package autopkgtest-able
-- Damyan Ivanov <dmn@debian.org> Fri, 12 Jun 2015 20:08:34 +0000
libwww-mechanize-shell-perl (0.52-1) unstable; urgency=low
[ Ansgar Burchardt ]
* Update my email address.
[ Angel Abad ]
* New upstream release
* debian/copyright: Update license stanzas
* debian/control: Add perl (>= 5.10.1) | libparent-perl to
{Build-}Depends
-- Angel Abad <angelabad@gmail.com> Fri, 07 Jan 2011 10:24:25 +0100
libwww-mechanize-shell-perl (0.50-1) unstable; urgency=low
* New upstream release
* debian/copyright: Update upstream years
* debian/patches/01-fix_test_10.patch: Remove patch, test file no
longer exists
* debian/patches/response-dumper.patch: Remove patch, applied upstream
* debian/patches/spelling.patch: Remove patch, applied upstream
* debian/control: Fix typo in description
-- Angel Abad <angelabad@gmail.com> Sun, 10 Oct 2010 23:51:12 +0200
libwww-mechanize-shell-perl (0.48-3) unstable; urgency=low
[ gregor herrmann ]
* Remove Michael Mende from Uploaders on request of the MIA team
(closes: #578183).
* debian/rules: switch order of arguments to dh.
[ Ansgar Burchardt ]
* LWP::UserAgent::request is now called in list context. The wrapper then
has an arrayref in $_[-1] instead of an object and response_dumper needs
to be adjusted for this. (Closes: #591126)
+ new patch: response-dumper.patch
* Fix a spelling error in the documentation.
+ new patch: spelling.patch
* Make build-dep on perl unversioned.
* Use source format 3.0 (quilt); drop README.source and quilt framework.
* debian/copyright: Formatting changes for current DEP-5 proposal;
refer to /usr/share/common-licenses/GPL-1; list copyright holders for
Debian packaging.
* Bump Standards-Version to 3.9.1.
* Add myself to Uploaders.
-- Ansgar Burchardt <ansgar@43-1.org> Thu, 05 Aug 2010 20:15:03 +0900
libwww-mechanize-shell-perl (0.48-2) unstable; urgency=low
[ Nathan Handler ]
* debian/watch: Update to ignore development releases.
[ gregor herrmann ]
* debian/rules:
- use the tiny template
- skip test that needs network access (closes: #534016)
- unset http_proxy for test suite
* Set Standards-Version to 3.8.2 (no changes).
-- gregor herrmann <gregoa@debian.org> Thu, 25 Jun 2009 23:40:43 +0200
libwww-mechanize-shell-perl (0.48-1) unstable; urgency=low
* New upstream release.
* debian/watch: use dist-based URL.
* Set Standards-Version to 3.8.0. Add debian/README.source to document quilt
usage.
* debian/control:
- switch Vcs-Browser field to ViewSVN
- change my email address
- mention module name in long description
- remove leading article from short description
* Set debhelper compatibility level to 7; adapt
debian/{control,compat,rules}.
* debian/copyright: switch to new format.
* Don't install README anymore.
-- gregor herrmann <gregoa@debian.org> Mon, 05 Jan 2009 18:43:05 +0100
libwww-mechanize-shell-perl (0.46-2) unstable; urgency=low
[ gregor herrmann ]
* debian/rules: delete /usr/lib/perl5 only if it exists (Closes: #467838).
[ David Paleino ]
* debian/control: removed myself from Uploaders
[ Michael Mende ]
* debian/control: Bumped Standards-Version to 3.7.3.
-- Michael Mende <debian@menole.net> Wed, 27 Feb 2008 10:32:13 +0100
libwww-mechanize-shell-perl (0.46-1) unstable; urgency=low
[ gregor herrmann ]
* New upstream release.
* Unsetting HTTP_PROXY and http_proxy in debian/rules no longer need,
fixed upstream.
* debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser
field (source stanza); Homepage field (source stanza). Removed: XS-
Vcs-Svn fields.
* Depend on libhtml-display-perl, which is a separate module now
(closes: #449486).
[ David Paleino ]
* debian/control:
- Depends field wrapped
- added dependency on quilt
- added dependencies on libtest-without-module-perl,
libpod-constants-perl and libtest-inline-perl.
- added myself to Uploaders
* debian/rules:
- some clean up
- added support to quilt
* debian/patches/* added - handle some special cases (see the comment
in the patch file)
[ Damyan Ivanov ]
* [debian/rules] fix target interdependencies
+ stamp targets depend on stamp targets only
-- Damyan Ivanov <dmn@debian.org> Tue, 13 Nov 2007 07:43:50 +0200
libwww-mechanize-shell-perl (0.44-3) unstable; urgency=medium
* Urgency medium because of fixing an FTBFS bug
* Delete HTTP_PROXY and http_proxy from environment when calling test suite.
Closes: #444634 -- build times out
Thanks to Lucas Nussbaum for reporting.
Thanks too Niko Tyni for tracking down and providing a patch.
* Added myself to Uploaders
-- Damyan Ivanov <dmn@debian.org> Tue, 02 Oct 2007 11:41:23 +0300
libwww-mechanize-shell-perl (0.44-2) unstable; urgency=low
[ Michael Mende ]
* Does not patch Makefile anymore because of closed bug #438389 in
libterm-shell-perl 0.02
* Added dependency on libfile-modified-perl
* Added examples
[ Damyan Ivanov ]
* Added netbase to B-D-I
-- Damyan Ivanov <dmn@debian.org> Mon, 01 Oct 2007 10:51:01 +0300
libwww-mechanize-shell-perl (0.44-1) unstable; urgency=low
* Initial Release (Closes: #438133).
* Patch Makefile because of Bug#438389: run_help does not produce a summary
via catch_smry in libterm-shell-perl
-- Michael Mende <debian@menole.net> Wed, 15 Aug 2007 15:48:33 +0000
|