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
|
libhtml-microformats-perl (0.105-6) unstable; urgency=medium
[ Debian Janitor ]
* set upstream metadata fields: Repository
[ Jonas Smedegaard ]
* simplify rules;
stop build-depend on devscripts dh-buildinfo cdbs
* stop build-depend explicitly on perl:
not called directly during build
* update watch file:
+ use file format 4
+ drop unused option dversionmangle
+ mention gbp --uscan in usage comment
+ use substitution strings
* update git-buildpackage config: avoid any .git* files
* update copyright info:
+ use License-Grant and Reference fields;
add lintian overrides about Reference field
+ update coverage
* use semantic newlines in long description and copyright fields
* use debhelper compatibility level 13 (not 9);
build-depend on debhelper-compat (not debhelper)
* relax to drop ancient fallback (build-)dependencies
* relax to (build-)depend unversioned
on libhtml-html5-parser-perl:
required version satisfied in all supported Debian releases
* annotate test-only build-dependencies
* set environment variable NO_AUTO_INSTALL
to avoid use of Module::AutoInstall during build,
and add patch 1001 to use shared module Module::Package;
build-depend on recent libmodule-package-rdf-perl
* put aside embedded copy of Scalar::Util during build
-- Jonas Smedegaard <dr@jones.dk> Sun, 12 Sep 2021 03:35:56 +0200
libhtml-microformats-perl (0.105-5) unstable; urgency=medium
* Team upload.
[ Salvatore Bonaccorso ]
* Update Vcs-* headers for switch to salsa.debian.org
[ gregor herrmann ]
* debian/*: update URLs from {search,www}.cpan.org to MetaCPAN.
* Add (build) dependency on liblocale-codes-perl.
Thanks to Niko Tyni for the bug report. (Closes: #903296)
* Declare compliance with Debian Policy 4.1.5.
* Use debhelper compat level 9.
* Use HTTPS for a couple of URLs in debian/*.
-- gregor herrmann <gregoa@debian.org> Sun, 08 Jul 2018 17:24:41 +0200
libhtml-microformats-perl (0.105-4) unstable; urgency=medium
* Team upload.
* Mark package as autopkgtest-able.
* Add CGI.pm to Recommends. Needed by at least one module.
Thanks to autopkgtest.
-- gregor herrmann <gregoa@debian.org> Fri, 12 Jun 2015 22:53:32 +0200
libhtml-microformats-perl (0.105-3) unstable; urgency=low
[ Axel Beckert ]
* Update copyright info: Modernize to copyright format 1.0.
Thanks to cme.
[ Salvatore Bonaccorso ]
* Update Vcs-Browser URL to use cgit web frontend.
[ Peter Pentchev ]
* Update package relations: (Build-)depend on
libmodule-pluggable-perl.
Closes: bug#783656.
* Fix canonicalize Vcs-Git (drop the /git/ part).
* Declare compliance with Debian Policy 3.9.6.
* Add patch 01 to fix a couple of errors.
* Add patch 02 mainly to use E<gt>.
* Add debian/upstream/metadata.
-- Jonas Smedegaard <dr@jones.dk> Fri, 01 May 2015 17:26:46 +0200
libhtml-microformats-perl (0.105-2) unstable; urgency=low
[ Salvatore Bonaccorso ]
* Use canonical hostname (anonscm.debian.org) in Vcs-Git URI.
[ Jonas Smedegaard ]
* Update README.source to emphasize control.in file as *not* a
show-stopper for contributions, referring to wiki page for details.
* (Build-)depend on librole-commons-perl, and only as fallback on
libobject-authority-perl.
* Use canonical hostname (anonscm.debian.org) in Vcs-Browser URI.
* Bump standards-version to 3.9.4.
* Update Homepage to use metacpan.com, to match upstream hint.
* Update copyright file:
+ List upstream issue tracker as preferred contact.
+ Fix tidy whitespace.
* Bump packaging license to GPL-3+, and extend copyrigt coverage for
myself to include recent years.
* Drop patch 1001: Build problem turned out to be (and fixed by now)
in CDBS.
-- Jonas Smedegaard <dr@jones.dk> Sat, 29 Jun 2013 17:26:08 +0200
libhtml-microformats-perl (0.105-1) unstable; urgency=low
* New upstream release.
[ Jonas Smedegaard ]
* Bump debhelper compatibility level to 8.
* Update package relations:
+ Tighten (build-)dependency on libhtml-html5-parser-perl.
+ Stop (build-)depending on libcommon-sense-perl.
+ Relax to (build-)depend unversioned on cdbs, debhelper and
devscripts: Needed version satisfied in stable, and oldstable no
longer supported.
* Drop patch fixing manpage errors: Adopted upstream.
* Add patch 1001 to avoid auto-installing dependencies during build.
* Update copyright file:
+ Extend coverage of main project to include current year.
+ Fix use pseudo-license-in-comment and -comment-in-license fields:
File format 1.0 mandates License field to either be single-line or
include all licensing info.
+ Improve coverage of convenience copies of code.
* Bump standards-version to 3.9.3.
-- Jonas Smedegaard <dr@jones.dk> Wed, 08 Aug 2012 00:52:01 +0200
libhtml-microformats-perl (0.104-1) unstable; urgency=low
[ Florian Schlichting ]
* Imported Upstream version 0.104.
* Dropped 2001_stupify-Module-Install.patch, modified files were removed.
* Ship provided examples skipts.
* Bumped copyright years, adjusted DEP-5 headers and added/deleted stanzas
for new and removed files under inc/.
* Added myself to uploaders and copyright.
* Added (build-)dependency on libobject-authority-perl.
* Added manpage-has-errors-from-pod2man.patch.
[ gregor herrmann ]
* Remove debian/source/local-options; abort-on-upstream-changes and
unapply-patches are default in dpkg-source since 1.16.1.
-- Florian Schlichting <fschlich@zedat.fu-berlin.de> Sat, 17 Dec 2011 23:33:56 +0100
libhtml-microformats-perl (0.103-2) unstable; urgency=low
* Update copyright file:
+ Fix add License section for Artistic.
+ Quote licenses in comments.
* Extend build-dependency on libhttp-date-perl with fallback on older
libwww-perl, to ease backporting.
* Extend patch 2001 to completely avoid build-depending on
Module::Signature, and to not fetch missing modules.
* Stop build-depending on libmodule-signature-perl.
-- Jonas Smedegaard <dr@jones.dk> Thu, 26 May 2011 02:43:01 +0200
libhtml-microformats-perl (0.103-1) unstable; urgency=low
* Initial Release.
* Closes: Bug#626999.
-- Jonas Smedegaard <dr@jones.dk> Tue, 17 May 2011 19:06:36 +0200
|