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
|
libmoosex-method-signatures-perl (0.43-1) unstable; urgency=low
* New upstream release.
* Add build dependency on libtest-checkdeps-perl, make (build)
dependency on libmoosex-types-perl versioned.
-- gregor herrmann <gregoa@debian.org> Mon, 04 Jun 2012 18:59:33 +0200
libmoosex-method-signatures-perl (0.42-1) unstable; urgency=low
* Team upload.
[ gregor herrmann ]
* New upstream release.
* Update upstream copyright years.
* debian/copyright: update to Copyright-Format 1.0.
* Set debhelper compatibility level to 8.
* Update build and runtime dependencies.
[ Salvatore Bonaccorso ]
* Imported Upstream version 0.42
+ Marks the failing test (due to Eval::Closure issues) as TODO.
(Closes: #665232)
* Simplify versioned (build-)dependencies.
Make versioned (Build-)Depends(-Indep) on packages already satisfied in
squeeze unversioned.
* Bump Standards-Version 3.9.3
* Update debian/copyright file.
Refer to Debian systems in general instead of only Debian GNU/Linux
systems.
Explicitly refer to GPL-1 license text in common-licenses.
-- Salvatore Bonaccorso <carnil@debian.org> Sat, 05 May 2012 21:04:28 +0200
libmoosex-method-signatures-perl (0.37-1) unstable; urgency=low
[ Ansgar Burchardt ]
* New upstream release.
* debian/copyright: Update years of copyright.
* Bump (build-)dep on libparse-method-signatures-perl to >= 1.003014.
* Update my email address.
* debian/control: Convert Vcs-* fields to Git.
* Bump Standards-Version to 3.9.2 (no changes).
[ Salvatore Bonaccorso ]
* debian/copyright: Replace DEP5 Format-Specification URL from
svn.debian.org to anonscm.debian.org URL.
-- Ansgar Burchardt <ansgar@debian.org> Thu, 15 Sep 2011 20:17:25 +0200
libmoosex-method-signatures-perl (0.36-1) unstable; urgency=low
* New upstream release
* Added me to Uploaders
* Bump Standards-Version to 3.9.1 (no changes).
-- Krzysztof Krzyżaniak (eloy) <eloy@debian.org> Mon, 20 Sep 2010 12:59:58 +0200
libmoosex-method-signatures-perl (0.35-1) unstable; urgency=low
* New upstream release.
* debian/copyright: Update years of copyright; remove information for
./inc/* (no longer included upstream).
* debian/rules: Remove two empty man pages.
* Bump Standards-Version to 3.9.0 (no changes).
-- Ansgar Burchardt <ansgar@43-1.org> Mon, 19 Jul 2010 17:12:30 +0900
libmoosex-method-signatures-perl (0.34-1) unstable; urgency=low
* New upstream release.
-- Ansgar Burchardt <ansgar@43-1.org> Fri, 11 Jun 2010 23:16:48 +0900
libmoosex-method-signatures-perl (0.33-1) unstable; urgency=low
* New upstream release.
-- Ansgar Burchardt <ansgar@43-1.org> Tue, 08 Jun 2010 12:11:20 +0900
libmoosex-method-signatures-perl (0.31-1) unstable; urgency=low
* New upstream release.
* debian/copyright: Formatting changes for current DEP-5 proposal.
-- Ansgar Burchardt <ansgar@43-1.org> Wed, 02 Jun 2010 21:17:07 +0900
libmoosex-method-signatures-perl (0.30-1) unstable; urgency=low
[ Jonathan Yu ]
* Update short description
[ Ansgar Burchardt ]
* New upstream release.
* Bump (build-)dep on libmoosex-types-structured-perl to >= 0.20.
* Add perl (>= 5.10.1) as an alternative to libtest-simple-perl (>= 0.89).
* Use source format 3.0 (quilt).
* Bump Standards-Version to 3.8.4 (no changes).
[ gregor herrmann ]
* Update years of copyright for inc/Module/*.
-- Ansgar Burchardt <ansgar@43-1.org> Thu, 04 Feb 2010 21:55:19 +0900
libmoosex-method-signatures-perl (0.29-1) unstable; urgency=low
* New upstream release
-- Jonathan Yu <jawnsy@cpan.org> Fri, 16 Oct 2009 07:21:09 -0400
libmoosex-method-signatures-perl (0.28-1) unstable; urgency=low
* New upstream release
-- Jonathan Yu <jawnsy@cpan.org> Sun, 11 Oct 2009 17:07:31 -0400
libmoosex-method-signatures-perl (0.27-1) unstable; urgency=low
[ Jonathan Yu ]
* New upstream release
+ Depends on MooseX::LazyRequire 0.04 due to failures with <0.04
Closes: #549510
[ Ryan Niebur ]
* Update ryan52's email address
[ gregor herrmann ]
* Add /me to Uploaders.
-- gregor herrmann <gregoa@debian.org> Sun, 04 Oct 2009 03:18:43 +0200
libmoosex-method-signatures-perl (0.24-1) unstable; urgency=low
* New upstream release
+ Rename the meta method's clone method to reify. clone already had
a special meaning for methods in role applications to classes
* Update my e-mail address
-- Jonathan Yu <jawnsy@cpan.org> Tue, 01 Sep 2009 05:50:18 -0400
libmoosex-method-signatures-perl (0.23-1) unstable; urgency=low
* New upstream release
+ New type alias resolution feature via Parse::Method::Signatures
+ Provide sane closure behaviour for anonymous methods
* Dependency changes:
+ Now needs Moose >= 0.89
+ Now needs MooseX::Types 0.19
* Added myself to Uploaders and Copyright
-- Jonathan Yu <frequency@cpan.org> Thu, 27 Aug 2009 17:31:22 -0400
libmoosex-method-signatures-perl (0.20-1) unstable; urgency=low
[ Nathan Handler ]
* debian/watch: Update to ignore development releases.
[ Ansgar Burchardt ]
* New upstream release
+ bump (build-)dep on libdevel-declare-perl to 0.005011
+ bump (build-)dep on libparse-method-signature-perl to 1.003010
+ (build-)dep on libnamespace-autoclean-perl instead of
libnamespace-clean-perl.
+ add (build-)dep on libmoosex-lazyrequire-perl
+ add build-dep on libtest-simple-perl (>= 0.88) for done_testing
* Add myself to Uploaders.
* Bump Standards-Version to 3.8.3
[ Salvatore Bonaccorso ]
* debian/control: Changed: Replace versioned (build-)dependency on
perl (>= 5.6.0-{12,16}) with an unversioned dependency on perl (as
permitted by Debian Policy 3.8.3).
-- Ansgar Burchardt <ansgar@43-1.org> Tue, 18 Aug 2009 19:18:03 +0200
libmoosex-method-signatures-perl (0.16-1) unstable; urgency=low
* Initial Release. (Closes: #529238)
-- Ryan Niebur <ryanryan52@gmail.com> Wed, 27 May 2009 23:21:12 -0700
|