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
|
libscalar-does-perl (0.203-1) unstable; urgency=medium
[ upstream ]
* New release.
+ Fix make t/09warnings.t work with recent Test::Builder.
[ Salvatore Bonaccorso ]
* Update Vcs-Browser URL to cgit web frontend
[ Jonas Smedegaard ]
* Update watch file:
+ Bump to version 4.
+ Track MetaCPAN URL.
+ Mention gbp import-orig --uscan in usage comment.
+ Tighten version regex.
* Update git-buildpage config: Filter any .git* file.
* Modernize Vcs-* fields:
+ Use https protocol.
+ Use git subdir (not cgit).
+ Add .git suffix for Vcs-Git URL.
* Declare compliance with Debian Policy 3.9.8.
* Bump debhelper compatibility level to 9.
* Update copyright info:
+ Use License-Grant and License-Reference fields.
Thanks to Ben Finney.
+ Extend coverage of Debian packaging.
+ Extend coverage for main upstream author.
* Add lintian override regarding license in License-Reference field.
See bug#786450.
* Modernize CDBS use: Build-depend on licensecheck (not devscripts).
-- Jonas Smedegaard <dr@jones.dk> Wed, 01 Feb 2017 03:58:37 +0100
libscalar-does-perl (0.202-2) unstable; urgency=medium
* Update copyright info:
+ Fix cover CONTRIBUTING file.
Thanks to Thorsten Alteholz.
-- Jonas Smedegaard <dr@jones.dk> Fri, 30 May 2014 19:10:05 +0200
libscalar-does-perl (0.202-1) unstable; urgency=medium
[ upstream ]
* New release.
+ Use Dist::Inkt for packaging.
+ Use Exporter::Tiny instead of Exporter::TypeTiny.
+ Fix make t/iod-02filehandles.t clean up after itself.
[ Jonas Smedegaard ]
* Update package relations:
+ Tighten build-dependency on libtest-requires-perl, and
build-depend on either recent perl or recent libtest-simple-perl:
Needed by testsuite since 0.201.
+ (Build-)depend on libexporter-tiny-perl: Needed since 0.201.
* Bump standards-version to 3.9.5.
* Update copyright info:
+ Extend coverage for main author and for packaging.
+ Drop notes on no longer included convenience code copies.
-- Jonas Smedegaard <dr@jones.dk> Sat, 10 May 2014 16:59:27 +0200
libscalar-does-perl (0.200-2) unstable; urgency=low
* Favor recent perl over libscalar-list-utils-perl.
-- Jonas Smedegaard <dr@jones.dk> Fri, 30 Aug 2013 14:22:40 +0200
libscalar-does-perl (0.200-1) unstable; urgency=low
[ upstream ]
* New release.
+ Document relationship with Type::Tiny.
+ Skip tests involving given/when, smart match, and lexical $_ in
Perl >= 5.17.
+ Deprecate Scalar::Does::MooseTypes.
+ Use Exporter::TypeTiny instead of Sub::Exporter.
+ Use Type::Tiny and Types::Standard to perform type checking for
built-in Scalar::Does roles, and also Scalar::Does::MooseTypes
roles.
[ Jonas Smedegaard ]
* Add README.source emphasizing control.in file as *not* a
show-stopper for contributions, referring to wiki page for details.
* Use anonscm.debian.org URL for Vcs-Git.
* Add git URL as alternate source.
* Stop tracking md5sum of upstream tarball.
* Update package relations:
+ (Build-)depend on libtype-tiny-perl (not libsub-exporter-perl).
+ Build-depend on libpath-tiny-perl and libmoosex-types-perl:
Optionally used in testsuite.
+ Stop provide/conflict/replace libio-detect-perl: No longer in
Debian.
* Update Homepage to use metacpan.com, to match upstream hint.
* Improve long description to elaborate on the functionality of
included module IO::Detect.
* Drop copyright file Files sections for no longer shipped convenience
code copies.
* Drop patch 1001: Build problem turned out to be (and fixed by now)
in CDBS.
[ gregor herrmann ]
* Switch order of alternative build dependency. (Closes: #713121)
-- Jonas Smedegaard <dr@jones.dk> Mon, 01 Jul 2013 15:50:40 +0200
libscalar-does-perl (0.102-3) unstable; urgency=low
* Fix provide/conflict/replace libio-detect-perl (temporarily, until
dropped from unstable).
-- Jonas Smedegaard <dr@jones.dk> Tue, 12 Mar 2013 13:40:14 +0100
libscalar-does-perl (0.102-2) unstable; urgency=low
* Fix add epoch to libscalar-list-utils-perl build-dependency, and
favor recent perl.
-- Jonas Smedegaard <dr@jones.dk> Mon, 11 Mar 2013 23:15:33 +0100
libscalar-does-perl (0.102-1) unstable; urgency=low
* Initial packaging release.
Closes: bug#702813.
-- Jonas Smedegaard <dr@jones.dk> Mon, 11 Mar 2013 22:58:27 +0100
|