File: changelog

package info (click to toggle)
libmoosex-declare-perl 0.39-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 556 kB
  • ctags: 79
  • sloc: perl: 1,488; makefile: 2
file content (173 lines) | stat: -rw-r--r-- 5,729 bytes parent folder | download
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
libmoosex-declare-perl (0.39-1) unstable; urgency=medium

  * Team upload.

  [ gregor herrmann ]
  * debian/control: bump required debhelper version for
    Module::Build::Tiny to 9.20140227.
  * Strip trailing slash from metacpan URLs.

  [ Salvatore Bonaccorso ]
  * Update Vcs-Browser URL to cgit web frontend

  [ intrigeri ]
  * Add debian/upstream/metadata
  * Remove all patches: applied upstream

 -- intrigeri <intrigeri@debian.org>  Wed, 27 Aug 2014 14:38:13 -0700

libmoosex-declare-perl (0.38-1) unstable; urgency=low

  [ gregor herrmann ]
  * debian/control: update {versioned,alternative} (build) dependencies.

  [ Salvatore Bonaccorso ]
  * Change Vcs-Git to canonical URI (git://anonscm.debian.org)
  * Change search.cpan.org based URIs to metacpan.org based URIs

  [ Axel Beckert ]
  * debian/copyright: migrate pre-1.0 format to 1.0 using "cme fix dpkg-
    copyright"

  [ gregor herrmann ]
  * New upstream release.
  * Refresh patch add-whatis-to-pod.
  * Update (build) dependencies.
  * Install new CONTRIBUTING file.
  * Update years of copyright.
  * Declare compliance with Debian Policy 3.9.5.

 -- gregor herrmann <gregoa@debian.org>  Wed, 25 Dec 2013 18:50:14 +0100

libmoosex-declare-perl (0.35-1) unstable; urgency=low

  [ Ansgar Burchardt ]
  * debian/control: Convert Vcs-* fields to Git.

  [ gregor herrmann ]
  * New upstream release.
  * debian/copyright: update years of upstream copyright, list of debian/*
    contributors, DEP5 version; remove info about inc/*.
  * Refresh patch and add DEP3 headers.
  * Set Standards-Version to 3.9.2 (no changes).
  * Bump debhelper compatibility level to 8.
  * Remove versions from (build) dependencies that are satisfied in
    oldstable or where nothing older ever was in the archive.

 -- gregor herrmann <gregoa@debian.org>  Sun, 28 Aug 2011 18:21:10 +0200

libmoosex-declare-perl (0.34-1) unstable; urgency=low

  * New upstream release
  * Standards-Version upgraded to 3.9.1 (no changes)
  * Added me to Uploaders
  * Refreshed debian/patches/add-whatis-to-pod
  * Switch to dpkg-source 3.0 (quilt) format
  * Updated B-D-i: libmoosex-method-signatures-perl (>= 0.36)

 -- Krzysztof Krzyżaniak (eloy) <eloy@debian.org>  Tue, 21 Sep 2010 15:45:04 +0200

libmoosex-declare-perl (0.33-1) UNRELEASED; urgency=low

  IGNORE-VERSION: 0.33-1
  Only bumps dep on MooseX::Method::Signatures.

  [ Jonathan Yu ]
  * Update short description

  [ Ansgar Burchardt ]
  * Bump (build-)dep on libmoosex-method-signatures-perl to >= 0.30.

  [ gregor herrmann ]
  * debian/rules: switch order of arguments to dh.
  * Add perl (>= 5.10.1) as an alternative build dependency for
    Test::More.

 -- Ansgar Burchardt <ansgar@43-1.org>  Thu, 04 Feb 2010 21:15:04 +0900

libmoosex-declare-perl (0.32-1) unstable; urgency=low

  * New upstream release
    + Depends on MooseX::Types 0.20
    + No longer needs MooseX::AttributeHelpers

 -- Jonathan Yu <jawnsy@cpan.org>  Tue, 03 Nov 2009 19:19:34 -0500

libmoosex-declare-perl (0.31-1) unstable; urgency=low

  [ Jonathan Yu ]
  * New upstream release
    + Make default values for role parameters work
  * Up dependencies on Moose and namespace::autoclean

  [ Ryan Niebur ]
  * Update ryan52's email address

  [ gregor herrmann ]
  * Bump build and runtime dependency on libmoosex-method-signatures-perl to 
    >= 0.27; not required by upstream but with 0.24-1 (and
    libmoosex-lazyrequire-perl 0.03-1) we get a FTBFS (closes: #549504).
  * Add /me to Uploaders.

 -- gregor herrmann <gregoa@debian.org>  Sun, 04 Oct 2009 03:32:06 +0200

libmoosex-declare-perl (0.29-1) unstable; urgency=low

  * New upstream release
    + Add failing test for applying modifiers to a method
      directly composed from a role
    + Now requires libmoosex-method-signatures-perl 0.24
  * Update my e-mail address

 -- Jonathan Yu <jawnsy@cpan.org>  Wed, 02 Sep 2009 09:09:47 -0400

libmoosex-declare-perl (0.27-1) unstable; urgency=low

  [ Jonathan Yu ]
  * New upstream release
    + Don't persist inner keywords over more than one invocation of the
      declarator
    + Implement parameterizable roles
    + Use MooseX::Method::Signatures to parse method-like keywords
    + Anonymous classes are immutable unless explictly asked otherwise
    + New ctx method to add cleanup code which should be injected as early
      as possible
  * Dependency changes:
    + MooseX::Method::Signatures 0.21 (version 0.20 works fine)
    - B::Hooks::EndOfScope
  * Added myself to Uploaders and Copyright
  * Standards-Version 3.8.3 (no changes)
  * Remove version dependencies which are satisfied by oldstable
  * Added dependency on Test::Simple 0.88+ for done_testing; this cannot
    yet be satisfied by perl-modules but may be in 5.10.1
  * Rewrote control description a bit

  [ 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).

  [ gregor herrmann ]
  * Bump (build) dependency on libdevel-declare-perl, add now dependencies on
    liblist-moreutils-perl and libmoosex-types-perl.

 -- Jonathan Yu <frequency@cpan.org>  Sun, 23 Aug 2009 07:48:46 -0400

libmoosex-declare-perl (0.23-1) unstable; urgency=low

  [ Nathan Handler ]
  * debian/watch: Update to ignore development releases.

  [ Ryan Niebur ]
  * New upstream release
    - fixes tests (Closes: #533990)
  * Debian Policy 3.8.2
  * version dependency on moose

 -- Ryan Niebur <ryanryan52@gmail.com>  Wed, 24 Jun 2009 21:01:03 -0700

libmoosex-declare-perl (0.22-1) unstable; urgency=low

  * Initial Release. (Closes: #529235)

 -- Ryan Niebur <ryanryan52@gmail.com>  Wed, 27 May 2009 23:28:53 -0700