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
|
libcode-tidyall-perl (0.78~ds-1) unstable; urgency=medium
[ upstream ]
* new release(s)
[ Jonas Smedegaard ]
* declare compliance with Debian Policy 4.5.1
* use debhelper compatibility level 13 (not 10);
build-depend on debhelper-compat (not debhelper)
* copyright info:
+ update coverage
+ repackage upstream source
to exclude embedded convenience code copy
* add patch 2001 to avoid use of Perl module lib::relative
-- Jonas Smedegaard <dr@jones.dk> Fri, 19 Feb 2021 02:34:12 +0100
libcode-tidyall-perl (0.67-3) unstable; urgency=medium
* Team upload.
* Fix autopkgtest smoke test.
Add debian/tests/pkg-perl/smoke-files to add bin/ to the testbed
besides t/.
* autopkgtests: enable more of syntax.t by adding debian/tests/pkg-
perl/syntax-skip with the modules to be excluded from the test.
* debian/control: use HTTPS for MetaCPAN URL in the Homepage field.
* debian/control: capitalize Git and Subversion in the long description.
-- gregor herrmann <gregoa@debian.org> Wed, 20 Feb 2019 20:33:55 +0100
libcode-tidyall-perl (0.67-2) unstable; urgency=medium
[ Salvatore Bonaccorso ]
* Update Vcs-* headers for switch to salsa.debian.org.
[ gregor herrmann ]
* Update URLs from {search,www}.cpan.org to MetaCPAN.
* Update GitHub URLs to use HTTPS.
[ Jonas Smedegaard ]
* Simplify rules.
Stop build-depend on cdbs.
* Stop build-depend on dh-buildinfo.
* Mark build-dependencies needed only for testsuite as such.
* Wrap and sort control file.
* Enable autopkgtest.
* Set Rules-Requires-Root: no.
* Declare compliance with Debian Policy 4.3.0.
* Update copyright info: Extend coverage of packaging.
* Update watch file: Rewrite usage comment.
-- Jonas Smedegaard <dr@jones.dk> Wed, 20 Feb 2019 00:54:42 +0100
libcode-tidyall-perl (0.67-1) unstable; urgency=medium
[ upstream ]
* New release(s).
[ Jonas Smedegaard ]
* Stop repackage upstream tarball: No non-DFSG files or convenience
code copies shipped upstream any longer.
* Update watch file: Use substitution strings.
* Modernize cdbs:
+ Do copyright-check in maintainer script (not during build).
+ Stop build-depend on licensecheck.
* Modernize Vcs-* fields:
+ Consistently use git (not cgit) in path.
+ Consistently include .git suffix in path.
* Declare compliance with Debian Policy 4.1.1.
* Update copyright info:
+ Use https protocol in file format URL.
+ Extend coverage for myself.
+ Extend coverage for main upstream author.
* Tighten lintian overrides regarding License-Reference.
* Update package relations:
+ (Build-)depend on libscope-guard-perl (not libguard-perl).
+ Tighten to (build-)depend versioned on libspecio-perl.
+ (Build-)depend on libfile-pushd-perl (not
libfile-slurp-tiny-perl).
+ Build-depend on libtest-fatal-perl
libcode-tidyall-plugin-sortlines-naturally-perl.
-- Jonas Smedegaard <dr@jones.dk> Thu, 05 Oct 2017 18:04:45 +0200
libcode-tidyall-perl (0.55~dfsg-2) unstable; urgency=medium
* Drop obsolete lintian override regarding debhelper 9.
-- Jonas Smedegaard <dr@jones.dk> Fri, 06 Jan 2017 18:22:16 +0100
libcode-tidyall-perl (0.55~dfsg-1) experimental; urgency=medium
[ upstream ]
* New release(s).
[ Jonas Smedegaard ]
* Update package relations:
+ (Build-)depend on libpath-tiny-perl libspecio-perl
libspecio-library-path-tiny-perl.
+ Build-depend on and recommend libparallel-forkmanager-perl.
+ Tighten to (build-)depend versioned on libmoo-perl.
-- Jonas Smedegaard <dr@jones.dk> Mon, 26 Dec 2016 13:45:45 +0100
libcode-tidyall-perl (0.42~dfsg-1) unstable; urgency=medium
[ upstream ]
* New release(s).
[ Jonas Smedegaard ]
* Declare compliance with Debian Policy 3.9.8.
* Modernize Vcs-Git field: Use https protocol.
* Update copyright info:
+ Use Github (not CPAN) issue tracker.
+ Extend coverage for main upstream author to cover recent years.
+ Extend copyright of packaging to cover current year.
* Update package relations:
+ Tighten to (build-)depend versioned on libtext-diff-perl.
+ (Build-)depend on liblist-someutils-perl (not
liblist-moreutils-perl).
+ (Build-)depend on liblist-compare-perl.
+ Build-depend on licensecheck (not devscripts).
* Update watch file:
+ Bump to file format 4.
+ Watch only MetaCPAN URL.
+ Mention gbp --uscan in usage comment.
+ Add repacksuffix option. Quote options.
* Drop CDBS get-orig-source target: Use gbp import-orig --uscan.
* Modernize git-buildpackage config: Filter any .git* file.
-- Jonas Smedegaard <dr@jones.dk> Sun, 25 Dec 2016 18:49:35 +0100
libcode-tidyall-perl (0.32~dfsg-1) unstable; urgency=medium
[ upstream ]
* New release(s).
[ Salvatore Bonaccorso ]
* Update Vcs-Browser URL to use cgit web frontend.
[ Jonas Smedegaard ]
* Update copyright info:
+ Use License-Grant and License-Reference fields.
Thanks to Ben Finney.
+ Extend copyright of packaging to cover current year.
+ Update URL to issue tracker, and add alternate email address.
+ Update alternate git source URL.
* Add lintian override regarding license in License-Reference field.
See bug#786450.
* Bump debhelper compatibility level to 9.
* Add lintian override regarding debhelper 9.
* Declare compliance with Debian Policy 3.9.6.
* Update watch file and CDBS upstream-tarball hints to track DROLSKY
as main upstream maintainer.
* Repackage upstream tarball to avoid non-DFSG files and convenience
code copies.
* Drop patch 1001: SHA1 avoidance now done upstream.
* Update package relations:
+ Relax to (build-)depend unversioned on libcapture-tiny-perl:
Needed version satisfied even in oldstable.
+ (Build-)depend on libfile-slurp-tiny-perl libfile-which-perl
libtext-diff-perl.
+ Build-depend on libtest-differences-perl libtest-warnings-perl.
+ Recommend libjson-maybexs-perl.
+ Enhance git and subversion, and mention that in long description.
+ Fix mention suggested php-codeniffer in long description.
* Update Homepage URL.
-- Jonas Smedegaard <dr@jones.dk> Sat, 21 Nov 2015 17:37:37 +0100
libcode-tidyall-perl (0.20-1) unstable; urgency=medium
[ upstream ]
* New release:
+ Add JSON plugin.
+ Fix option handling implentation and documentation for
Test::Code::TidyAll::tidyall_ok.
[ Jonas Smedegaard ]
* Bump to standards-version 3.9.5.
* Fix use canonical Vcs-Git URL.
* Update watch file to use metacpan.org URL, and stop track
development releases.
* Update copyright info:
+ Extend coverage of packaging.
* Unfuzz patch 1001.
-- Jonas Smedegaard <dr@jones.dk> Tue, 20 May 2014 16:06:41 +0200
libcode-tidyall-perl (0.18-1) unstable; urgency=low
[ upstream ]
* New release:
+ Fix Test::Code::TidyAll::tidyall_ok.
+ Fix JSBeautify plugin as js-beautify no longer respects --replace.
[ Jonas Smedegaard ]
* Add github URL as alternate source.
* Stop track md5sum of upstream tarball.
* Improve watch file to use both www.cpan.org/authors URL (for newest
info) and search.cpan.org/dist URL (for change of author).
Switch get-orig-source target to use www.cpan.org/authors URL.
* Unfuzz patch 1001.
-- Jonas Smedegaard <dr@jones.dk> Mon, 30 Sep 2013 00:21:34 +0200
libcode-tidyall-perl (0.17-2) unstable; urgency=low
[ gregor herrmann ]
* debian/copyright: add information about files not covered by the
general copyright/license. Thanks to Ansgar Burchardt for the
pointers.
[ Jonas Smedegaard ]
* Add README.source emphasizing control.in file as *not* a
show-stopper for contributions, referring to wiki page for details.
* Fix stop (build-)depending on libscalar-list-utils-perl: Provided by
perl(-modules).
-- Jonas Smedegaard <dr@jones.dk> Fri, 30 Aug 2013 14:52:36 +0200
libcode-tidyall-perl (0.17-1) unstable; urgency=low
* Initial packaging release.
Closes: bug#702831.
-- Jonas Smedegaard <dr@jones.dk> Tue, 12 Mar 2013 04:42:42 +0100
|