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
|
libweb-id-perl (1.927-3) unstable; urgency=medium
[ Salvatore Bonaccorso ]
* use salsa.debian.org in Vcs-* headers
[ gregor herrmann ]
* use MetaCPAN URIs (not search.coan.org or www.cpan.org)
* use secure GitHub URIs
[ Debian Janitor ]
* set upstream metadata fields:
Bug-Database Repository Repository-Browse
* set Testsuite header for perl package
[ Jonas Smedegaard ]
* simplify rules;
stop build-depend on dh-buildinfo cdbs
* stop build-depend explicitly on perl:
not called directly during build
* set Rules-Requires-Root: no
* declare compliance with Debian Policy 4.6.0
* stop build-depend explicitly
on (recent perl or) recent libtest-simple-perl:
provided by perl in all supported Debian releases
* relax to (build-)depend unversioned
on libmatch-simple-perl libmoose-perl:
required versions satisfied in all supported Debian releases
* use debhelper compatibility level 13 (not 9);
build-depend on debhelper-compat (not debhelper)
* annotate test-only build-dependencies
* update watch file:
+ mention gbp --uscan in usage comment
+ use substitution strings
* update copyright info:
+ use secure URI for Contact-Info
+ use Reference field (not License-Reference);
update lintian overrides
+ update coverage
* use semantic newlines in long description, README.Debian
and copyright fields
* simplify source helper script copyright-check
-- Jonas Smedegaard <dr@jones.dk> Sat, 11 Sep 2021 21:48:52 +0200
libweb-id-perl (1.927-2.1) unstable; urgency=medium
* Non maintainer upload by the Reproducible Builds team.
* No source change upload to rebuild on buildd with .buildinfo files.
-- Holger Levsen <holger@debian.org> Fri, 08 Jan 2021 13:47:26 +0100
libweb-id-perl (1.927-2) unstable; urgency=medium
* Modernize Vcs-* fields:
+ Use https protocol.
+ Use git (not gitweb) in path.
* Declare compliance with Debian Policy 4.1.0.
* Update copyright info:
+ Use https protocol in file format URL.
+ Use License-Grant and License-Reference fields. Thanks to Ben Finney.
+ Extend coverage for myself.
* Add lintian override regarding license in License-Reference field.
See bug#786450.
* Use debhelper compat level 9.
* Update git-buildpackage config: Filter any .gitignore file.
* Update watch file:
+ Mention gbp --uscan in usage comment.
+ Tighten version regex.
* Modernize cdbs:
+ Drop upstream-tarball hints: Use gbp import-orig --uscan.
+ Do copyright-check in maintainer script (not during build).
Stop build-depend on devscripts.
-- Jonas Smedegaard <dr@jones.dk> Mon, 28 Aug 2017 17:04:59 +0200
libweb-id-perl (1.927-1) unstable; urgency=low
[ upstream ]
* New release(s).
+ Do a better job searching for OpenSSL binary; use Alien::OpenSSL
if it can't be found.
+ Switch from MooseX::Types to Types::Standard.
+ Switch from Path::Class to Path::Tiny.
+ Switch from Sub::Exporter to Exporter::Tiny.
+ Switch from smartmatch to match::smart.
+ Package using Dist::Inkt.
+ Rather than defining Datetime and Uri types in Web::ID::Types, use
Types::DateTime and Types::URI from CPAN.
[ Jonas Smedegaard ]
* Stop tracking md5sum of upstream tarball.
* Update package relations:
+ (Build-)depend on libtype-tiny-perl, libtypes-datetime-perl,
libtypes-uri-perl and libexporter-tiny-perl (not
libsub-exporter-perl or libmoosex-types-perl).
+ (Build-)depend on libpath-tiny-perl (not libpath-class-perl).
+ (Build-)depend on libfile-sharedir-perl and libmatch-simple-perl.
+ Tighten (build-)dependency on libmoose-perl.
+ Build-depend on either recent perl or recent libtest-simple-perl.
+ Suggest each ModSSL-fixing Plack middleware independently.
* Update copyright info:
+ Add git URL as alternate source.
+ Fix describe GPL-3 as such (not "version 2") in file section
comment.
+ Drop notes on no longer included convenience code copies.
+ Extend coverage for main author, and for packaging.
+ Fix cover CONTRIBUTING file.
Thanks to Thorsten Alteholz.
* Drop patch 1001: Build problem turned out to be (and fixed by now)
in CDBS.
* Update watch file to use metacpan.org URL, and stop track
development releases.
* Switch CDBS get-orig-source target to use www.cpan.org/authors URL.
* Bump standards-version to 3.9.5.
* Fix use canonical Vcs-Git URL.
-- Jonas Smedegaard <dr@jones.dk> Sat, 31 May 2014 00:46:41 +0200
libweb-id-perl (1.922-2) unstable; urgency=low
* Add README.source emphasizing control.in file as *not* a
show-stopper for contributions, referring to wiki page for details.
* Bump packaging license to GPL-3+, and extend coverage to include
recent years.
-- Jonas Smedegaard <dr@jones.dk> Mon, 06 May 2013 13:32:30 +0200
libweb-id-perl (1.922-1) experimental; urgency=low
[ upsptream ]
* New release.
[ Salvatore Bonaccorso ]
* Change Vcs-Git to canonical URI (git://anonscm.debian.org)
[ Jonas Smedegaard ]
* Update package relations:
+ Build-depend (not only depend) on libmoose-perl and
libmoosex-types-perl, and stop (build-)depending on any-moose or
libmousex-types-perl: Upstream now only support Moose since
RDF::Trine do the same.
+ (Build-)depend on libnamespace-sweep-perl (not
libnamespace-clean-perl).
+ Stop (build-)depending on libdigest-sha-perl or
libmime-base64-perl: Both provided by perl.
+ Build-depend on libcapture-tiny-perl: Beautifies testsuite output.
* Bump dephelper compatibility level to 8.
* Bump standards-version to 3.9.4.
* Document possible need for Plack middleware in README.Debian, and
mention in long description as well.
* Unfuzz patch 1001.
-- Jonas Smedegaard <dr@jones.dk> Tue, 26 Mar 2013 15:52:51 +0100
libweb-id-perl (1.921-3) unstable; urgency=low
* Fix depend on libmousex-types-perl or libmoosex-types-perl (in
addition to recommending libmousex-types-perl).
* Relax to build unversioned on cdbs: Needed version satisfied in
stable, and oldstable no longer supported.
* Fix use pseudo-fields in copyright file (license-in-comment for
verbatim dual-license text covered in separate License sections,
and comment-in-license for non-verbatim parts of License sections):
File format 1.0 mandates License field to either be single-line or
include all licensing info.
-- Jonas Smedegaard <dr@jones.dk> Tue, 10 Jul 2012 22:17:11 +0200
libweb-id-perl (1.921-2) unstable; urgency=low
* Update copyright file: Improve Files sections for convenience
copies of external Perl modules.
* List upstream issue tracker as contact, and metacpan.org URL as
Homepage.
* Add patch 1001 to avoid auto-installing dependencies during build.
-- Jonas Smedegaard <dr@jones.dk> Sat, 23 Jun 2012 13:51:05 +0200
libweb-id-perl (1.921-1) experimental; urgency=low
* New upstream release.
* Install example scripts.
* Suggest libwww-finger-perl, and mention in long description its
usage with Web::ID::Certificate::Generator.
* Use anonscm.debian.org for Vcs-Browser field.
* Update copyright file:
+ Bump format to final version 1.0.
-- Jonas Smedegaard <dr@jones.dk> Tue, 22 May 2012 01:08:05 +0200
libweb-id-perl (1.920-1) experimental; urgency=low
* New upstream release.
* Remove debian/source/local-options: abort-on-upstream-changes and
unapply-patches are default in dpkg-source since 1.16.1.
* Stop (build-)depending on libclass-load-perl: No longer used.
-- Jonas Smedegaard <dr@jones.dk> Thu, 10 May 2012 12:30:32 +0200
libweb-id-perl (1.910~02-1) experimental; urgency=low
* Initial packaging release.
Closes: bug#672110.
-- Jonas Smedegaard <dr@jones.dk> Tue, 08 May 2012 16:52:32 +0200
|