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 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464
|
libparams-validate-perl (1.30-1) unstable; urgency=medium
[ Debian Janitor ]
* Wrap long lines in changelog entries: 0.59-1, 0.15-1.
* Drop no longer supported add-log-mailing-address setting from
debian/changelog.
* Remove obsolete fields Contact, Name from debian/upstream/metadata
(already present in machine-readable debian/copyright).
* Update standards version to 4.5.0, no changes needed.
[ gregor herrmann ]
* Update 'DEB_BUILD_MAINT_OPTIONS = hardening=+bindnow' to '=+all'.
* Import upstream version 1.30.
* Update years of upstream and packaging copyright.
* Install new upstream CODE_OF_CONDUCT file.
* Bump debhelper-compat to 13.
-- gregor herrmann <gregoa@debian.org> Mon, 19 Oct 2020 17:56:18 +0200
libparams-validate-perl (1.29-3) unstable; urgency=medium
* Team upload.
* Update build dependencies for cross builds
* Update to Standards-Version 4.4.1
* Declare that the package does not need (fake)root to build
-- Niko Tyni <ntyni@debian.org> Tue, 29 Oct 2019 21:48:04 +0200
libparams-validate-perl (1.29-2) unstable; urgency=medium
[ Alex Muntada ]
* Remove inactive pkg-perl members from Uploaders.
[ Salvatore Bonaccorso ]
* Update Vcs-* headers for switch to salsa.debian.org
[ gregor herrmann ]
* Remove libreadonly-xs-perl from Build-Depends. Not needed since
libreadonly-perl 1.500.0, and about to be removed from the archive.
* Annotate test-only build dependencies with <!nocheck>.
* Declare compliance with Debian Policy 4.4.0.
* Bump debhelper-compat to 12.
* debian/watch: use uscan version 4.
* Remove trailing whitespace from debian/*.
* Update years of packaging copyright.
-- gregor herrmann <gregoa@debian.org> Mon, 15 Jul 2019 10:47:23 -0300
libparams-validate-perl (1.29-1) unstable; urgency=medium
* Import upstream version 1.29.
* Update years of upstream and packaging copyright.
* Declare compliance with Debian Policy 4.0.0.
* Update debian/upstream/metadata.
-- gregor herrmann <gregoa@debian.org> Wed, 02 Aug 2017 23:46:26 -0400
libparams-validate-perl (1.26-1) unstable; urgency=medium
* debian/copyright: change Copyright-Format 1.0 URL to HTTPS.
* debian/upstream/metadata: change GitHub/CPAN URL(s) to HTTPS.
* Remove Jay Bonci from Uploaders. Thanks for your work!
* Remove Jonathan Yu from Uploaders. Thanks for your work!
* Import upstream version 1.26.
* debian/copyright: bump copyright years for c/ppport.h.
-- gregor herrmann <gregoa@debian.org> Sun, 09 Oct 2016 15:11:15 +0200
libparams-validate-perl (1.24-1) unstable; urgency=medium
* Team upload.
[ Lucas Kanashiro ]
* Import upstream version 1.24
* debian/copyright: remove some unneeded commas
* Declare compliance with Debian policy 3.9.8
[ gregor herrmann ]
* Drop explicit Test::More build dependency. Already satisfied in
oldstable.
-- Lucas Kanashiro <kanashiro.duarte@gmail.com> Tue, 10 May 2016 15:37:02 -0300
libparams-validate-perl (1.23-1) unstable; urgency=medium
* Team upload.
[ Lucas Kanashiro ]
* Import upstream version 1.23
* d/u/metadata: update Repository{,-Browse} and Bug-Database
* Create debian/docs with CONTRIBUTING.md file
* debian/rules: export DEB_BUILD_MAINT_OPTIONS = hardening=+bindnow
[ gregor herrmann ]
* Drop (build) dependency on JSON::PP.
-- Lucas Kanashiro <kanashiro.duarte@gmail.com> Mon, 28 Mar 2016 21:13:43 -0300
libparams-validate-perl (1.22-1) unstable; urgency=medium
[ Salvatore Bonaccorso ]
* debian/control: Use HTTPS transport protocol for Vcs-Git URI
[ gregor herrmann ]
* Import upstream version 1.22.
* Update years of upstream and packaging copyright.
* Add (build) dependency on JSON::PP 2.27300.
* Declare compliance with Debian Policy 3.9.7.
-- gregor herrmann <gregoa@debian.org> Sun, 14 Feb 2016 01:57:38 +0100
libparams-validate-perl (1.21-1) unstable; urgency=medium
* Team upload.
[ Lucas Kanashiro ]
* Import upstream version 1.21
[ gregor herrmann ]
* Rename autopkgtest configuration file.
-- Lucas Kanashiro <kanashiro.duarte@gmail.com> Wed, 30 Sep 2015 17:45:57 -0300
libparams-validate-perl (1.20-1) unstable; urgency=medium
* Import upstream version 1.20
-- gregor herrmann <gregoa@debian.org> Thu, 09 Jul 2015 21:53:19 +0200
libparams-validate-perl (1.19-1) unstable; urgency=medium
* Import upstream version 1.19
-- gregor herrmann <gregoa@debian.org> Sat, 27 Jun 2015 19:31:51 +0200
libparams-validate-perl (1.18-1) unstable; urgency=medium
[ Salvatore Bonaccorso ]
* Update Vcs-Browser URL to cgit web frontend
[ gregor herrmann ]
* Add debian/upstream/metadata
* Import upstream version 1.18
* Update years of upstream and packaging copyright.
* Declare compliance with Debian Policy 3.9.6.
* Update build dependencies.
* Mark package as autopkgtest-able.
-- gregor herrmann <gregoa@debian.org> Sat, 09 May 2015 22:51:38 +0200
libparams-validate-perl (1.13-1) unstable; urgency=medium
* Team upload.
[ gregor herrmann ]
* New upstream release.
* Add build dependency on libtest-taint-perl to enable additional tests.
[ Salvatore Bonaccorso ]
* Imported Upstream version 1.13
* Remove trailing empty line in debian/rules file
-- Salvatore Bonaccorso <carnil@debian.org> Sat, 28 Jun 2014 19:29:37 +0200
libparams-validate-perl (1.09-1) unstable; urgency=medium
* debian/control: remove Nicholas Bamber from Uploaders on request of
the MIA team.
* Strip trailing slash from metacpan URLs.
* New upstream release.
Fixes "Segfault when using a Readonly spec" (Closes: #644949)
* Update years of copyright.
* Add build dependency on libtest-requires-perl.
-- gregor herrmann <gregoa@debian.org> Mon, 05 May 2014 20:29:36 +0200
libparams-validate-perl (1.08-1) unstable; urgency=low
[ gregor herrmann ]
* debian/control: update {versioned,alternative} (build) dependencies.
[ Salvatore Bonaccorso ]
* Imported Upstream version 1.07
* Refresh pod.patch (offset)
* Update debian/copyright file information.
Update format to copyright-format 1.0 as released together with Debian
policy 3.9.3.
Update copyright years for ppport.h.
* Bump Standards-Version to 3.9.4
* 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 1.08 (closes: #690735)
* Bump years of upstream copyright, delete separate paragraph for
lib/Params/Validate/XS.xs: same as *
* Drop pod.patch, applied upstream
* Depend on exact debhelper version necessary for hardening
* Declare compliance with Debian Policy 3.9.5
* Add myself to uploaders and copyright
-- Florian Schlichting <fsfs@debian.org> Fri, 29 Nov 2013 22:25:19 +0100
libparams-validate-perl (1.06-1) unstable; urgency=low
[ Ansgar Burchardt ]
* New upstream release 1.00.
* debian/control: Convert Vcs-* fields to Git.
[ Salvatore Bonaccorso ]
* debian/copyright: Replace DEP5 Format-Specification URL from
svn.debian.org to anonscm.debian.org URL.
[ gregor herrmann ]
* New upstream release 1.03.
* Refresh pod patch (offset).
* Update upstream and packaging copyright information.
* Switch to debhelper compatibility level 9 to pass CFLAGS to
Makefile.PL/Build.PL.
* Update build and runtime dependencies.
* New upstream release 1.06.
-- gregor herrmann <gregoa@debian.org> Sun, 12 Feb 2012 14:44:13 +0100
libparams-validate-perl (0.97-1) unstable; urgency=low
[ Jonathan Yu ]
* Makefile.PL removed upstream; no need to force perl_build
[ Nicholas Bamber ]
* Added myself to Uploaders
* New upstream release
* Updated dependencies - build dependencies significantly reduced
* Email change: gregor herrmann -> gregoa@debian.org
* Refreshed copyright
* Added debian/source
* Added patch for pod syntax
-- Nicholas Bamber <nicholas@periapt.co.uk> Wed, 20 Apr 2011 20:34:14 +0100
libparams-validate-perl (0.93-1) unstable; urgency=low
* New upstream release
* POD Coverage "trustme" patch has been applied upstream, so
remove it
* Force building using Module::Build so that XS code gets built
properly (the Makefile.PL is traditional, and won't build the
XS code, making this an Arch: all package)
-- Jonathan Yu <jawnsy@cpan.org> Tue, 01 Dec 2009 10:48:49 -0500
libparams-validate-perl (0.92-1) unstable; urgency=low
[ Jonathan Yu ]
* New upstream release
* Standards-Version 3.8.3 (no changes)
* Use new short debhelper rules format (-> debhelper 7)
* Refreshed patch
* dh-make-perl --refresh (manually reverted some things)
* Rewrote control description
* Added myself to Uploaders and Copyright
* Updated Copyright to new machine-readable format
* Add header to coverage trust patch
[ gregor herrmann ]
* debian/control: Changed: Switched Vcs-Browser field to ViewSVN
(source stanza).
[ Nathan Handler ]
* debian/watch: Update to ignore development releases.
[ gregor herrmann ]
* Change my email address.
[ Jose Luis Rivas ]
* Added libtest-kwalitee-perl and libtest-taint-perl (>=0.02) to
Build-Depends, needed for some tests.
-- Jonathan Yu <jawnsy@cpan.org> Sun, 27 Sep 2009 08:18:56 -0400
libparams-validate-perl (0.91-2) unstable; urgency=high
* drop prototype.patch; unneeded with 0.91 upstream release and breaks the
module.
Closes: #489775 -- Undefined subroutine &Params::Validate::_validate
called at /usr/lib/perl5/Params/ValidateXS.pm line 131
Thanks to Dylan William Hardison for reporting and analysis.
* add myself to Uploaders
* Standards-Version: 3.8.0
+ add README.source
-- Damyan Ivanov <dmn@debian.org> Mon, 07 Jul 2008 22:52:21 +0300
libparams-validate-perl (0.91-1) unstable; urgency=low
* New upstream release
-- Krzysztof Krzyżaniak (eloy) <eloy@debian.org> Wed, 07 May 2008 13:03:47 +0200
libparams-validate-perl (0.89-3) UNRELEASED; urgency=low
NOTE to potential uploaders: please check if debian/patches/prototype.patch
is sane and remove it otherwise
* Add libtest-pod-coverage-perl to build dependencies and create patch
coverage_trust.patch which adds more naked subroutines to the "trustme"
array (closes: #462752).
* Add patch prototype.patch which fixes a warning about a prototype
mismatch when running the pod-coverage test (cf. #462752).
* Add quilt framework to debian/rules and debian/control.
* debian/rules: update based on dh-make-perl's templates.
-- gregor herrmann <gregor+debian@comodo.priv.at> Fri, 14 Mar 2008 16:22:27 +0100
libparams-validate-perl (0.89-2) unstable; urgency=low
* debian/rules:
- delete /usr/share/perl5 only if it exists
- add call to dh_shlibdeps
- move OPTIMIZE from install-stamp to build-stamp
* debian/control: add ${shlibs:Depends}, ${misc:Depends} to Depends.
* Set debhelper compatibility level to 6.
* debian/watch: extend pattern for version matching.
-- gregor herrmann <gregor+debian@comodo.priv.at> Thu, 17 Jan 2008 21:16:25 +0100
libparams-validate-perl (0.89-1) unstable; urgency=low
[ gregor herrmann ]
* New upstream release.
* 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.
* Set debhelper compatibility level to 5.
* debian/copyright: adapt years of copyright, upstream URL, reference to
licence files on Debian systems; add copyright and license information
for included ppport.h.
* debian/rules:
- introduce install-stamp and build-stamp and dependencies between
targets
- remove unneeded call to dh_link
- remove some empty or commented out lines
- explicitly remove empty directory /usr/share/perl5 instead of trying to
find any
- move tests to build target
- use PREFIX and DESTDIR in call to make install
- use dh_listpackages instead of pwd/sed to get package name
* Add libreadonly-xs-perl, libreadonly-perl, libtest-pod-perl to build
dependencies in order to enable additional tests.
(Note: I'm not adding libtest-pod-coverage-perl at the moment due to
http://rt.cpan.org/Public/Bug/Display.html?id=31177)
[ Damyan Ivanov ]
* Bump Standards-Version (no changes)
* Remove unneeded dh_installdirs and dh_installman
* in clean target: s/clean/distclean/; No more need to remove
Makefile.old
* Move dh_clean stamp files before distclean
-- gregor herrmann <gregor+debian@comodo.priv.at> Mon, 03 Dec 2007 21:19:01 +0100
libparams-validate-perl (0.88-1) unstable; urgency=low
* New upstream release (Closes: #329651)
* Relaxed the build parameters for Don Armstrong (Closes: #324961)
* Updated policy-version to 3.7.2.2 (No other changes)
* Cleaned up a few errors in the debian/changelog for lintian
* Checked for the Makefile before running make clean for lintian
-- Jay Bonci <jaybonci@debian.org> Tue, 03 Jul 2007 09:39:20 -0400
libparams-validate-perl (0.77-1) unstable; urgency=low
* New upstream release
* Bump in policy-version. No other changes
-- Jay Bonci <jaybonci@debian.org> Thu, 7 Jul 2005 16:59:51 -0400
libparams-validate-perl (0.76-1) unstable; urgency=low
* New Maintainer (Closes: 288214)
* Changed section to perl (was: text)
* Changed to my standard rules template for XS build
* New upstream version
* Ack'd NMUs (Closes: #223641, #117814, #152848, #189158)
* Adds debian/compat file per debhelper best practices
-- Jay Bonci <jaybonci@debian.org> Mon, 3 Jan 2005 12:18:44 -0500
libparams-validate-perl (0.74-0.1) unstable; urgency=low
* Non-maintainer upload.
* New upstream release, closes: #189158, #223641 - fixes serious memory
leak when certain features are used.
-- Stephen Quinney <stephen@jadevine.org.uk> Tue, 22 Jun 2004 09:52:22 +0100
libparams-validate-perl (0.69-1) unstable; urgency=low
* New upstream version. Closes: bug #189158.
* Updated standards version in control.
-- Britton Leo Kerin <bkerin@debian.org> Mon, 10 Nov 2003 15:16:35 -0900
libparams-validate-perl (0.59-1) unstable; urgency=low
* Changed Build-Depends-Indep to Build-Depends in control file.
* Added dh_strip -a invocation to strip binary perl module.
* Moved all the debhelper action to binary-arch target.
* New upstream version.
* Changed Architecture control file field to "any".
* Added support for the DEB_BUILD_OPTIONS environment variable to rules.
* Updated standards version in control.
* Removed dependency on libattribute-handlers-perl since this is now
part of the core perl distribution.
* Removed manual modification of permissions of a file that used to have
strange default permissions.
* Updated perl:Depends in libparams-validate-perl.substvars to require perl
version 5.8.0-17 or greater.
* New upstream version. Closes: bug#189158.
-- Britton Leo Kerin <bkerin@debian.org> Tue, 22 Apr 2003 21:47:07 -0800
libparams-validate-perl (0.24-2) unstable; urgency=low
* Added Build-Depends-Indep on libattribute-handlers-perl.
-- Britton Leo Kerin <bkerin@debian.org> Sun, 18 Aug 2002 12:35:18 -0800
libparams-validate-perl (0.24-1) unstable; urgency=low
* Set DH_COMPAT to 4 (specifying debhelper version 4 semantics) in rules.
* Bumped required version of debhelper in control file to 4.1.3.
* Updated description to mention inclusion of Attribute::Params::Validate.
* New upstream version. Closes: bug#152848.
-- Britton Leo Kerin <bkerin@debian.org> Mon, 15 Jul 2002 12:32:24 -0800
libparams-validate-perl (0.15-1) unstable; urgency=low
* debian/control now uses more correct Build-Depends-Indep field instead of
Build-Depends field.
* Changes misspelled 'licences' to 'licenses' in copyright file.
* debian/rules now manually chmod's wierdly permissioned perl module file
('.pm' file).
* debian/rules now calls debhelper from binary-indep target instead of
binary-arch target.
* debian/rules now uses libparams-validate-perl instead of tmp
* debian/rules now uses 'export DH_COMPAT=3'
* copyright file updated to reflect new maintainer.
* Standards version now at 3.5.6.1.
* New upstream version. Closes: bug#117814.
* New debian maintainer.
-- Britton Leo Kerin <bkerin@debian.org> Tue, 23 Apr 2002 12:47:27 -0800
libparams-validate-perl (0.04-1) unstable; urgency=low
* Initial Release (closes #97939)
-- Steve Haslam <araqnid@debian.org> Mon, 14 May 2001 20:26:11 +0100
|