File: changelog

package info (click to toggle)
libclass-xsaccessor-perl 1.19-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, stretch
  • size: 504 kB
  • ctags: 828
  • sloc: perl: 676; ansic: 359; makefile: 6
file content (162 lines) | stat: -rw-r--r-- 5,211 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
libclass-xsaccessor-perl (1.19-2) unstable; urgency=medium

  * debian/control: remove Nicholas Bamber from Uploaders on request of
    the MIA team.
  * Strip trailing slash from metacpan URLs.
  * Slightly loosen the dependency on the current perl version to allow
    for release candidates (of the form 5.20.0~rc1).
  * Update years of packaging copyright.

 -- gregor herrmann <gregoa@debian.org>  Sun, 18 May 2014 15:17:01 +0200

libclass-xsaccessor-perl (1.19-1) unstable; urgency=low

  * Imported Upstream version 1.19
  * Bump Standards-Version to 3.9.5

 -- Xavier Guimard <x.guimard@free.fr>  Tue, 03 Dec 2013 13:02:37 +0100

libclass-xsaccessor-perl (1.18-1) unstable; urgency=low

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

  [ Xavier Guimard ]
  * Imported Upstream version 1.18
  * Update debian/copyright years
  * Remove unused lintian override

 -- Xavier Guimard <x.guimard@free.fr>  Mon, 24 Jun 2013 06:17:44 +0200

libclass-xsaccessor-perl (1.16-1) unstable; urgency=low

  [ gregor herrmann ]
  * Unify "sameperl" substvar generation across packages.

  [ Nicholas Bamber ]
  * Updated debian/copyright
  * Raised compat level and debhelper version to 9

  [ Xavier Guimard ]
  * New upstream release
  * Bump Standards-Version to 3.9.4
  * Add lintian-overrides to remove hardening warning
  * Update debian/copyright (years)

 -- Xavier Guimard <x.guimard@free.fr>  Sat, 24 Nov 2012 15:16:42 +0100

libclass-xsaccessor-perl (1.13-1) unstable; urgency=low

  * New upstream release.

 -- gregor herrmann <gregoa@debian.org>  Tue, 13 Dec 2011 18:22:49 +0100

libclass-xsaccessor-perl (1.12-1) unstable; urgency=low

  [ gregor herrmann ]
  * Remove transitional dummy package libclass-xsaccessor-array-perl.

  [ Ansgar Burchardt ]
  * 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.
  * Update years of upstream and packaging copyright.
  * Bump debhelper compatibility level to 8.
  * Set Standards-Version to 3.9.2 (no changes).

 -- gregor herrmann <gregoa@debian.org>  Tue, 06 Sep 2011 18:17:09 +0200

libclass-xsaccessor-perl (1.11-1) unstable; urgency=low

  * New upstream release.

 -- Ansgar Burchardt <ansgar@debian.org>  Sat, 04 Dec 2010 13:30:16 +0100

libclass-xsaccessor-perl (1.09-1) unstable; urgency=low

  [ Ansgar Burchardt ]
  * Update my email address.

  [ Nicholas Bamber ]
  * New upstream release

 -- Nicholas Bamber <nicholas@periapt.co.uk>  Mon, 01 Nov 2010 21:49:48 +0000

libclass-xsaccessor-perl (1.08-1) unstable; urgency=low

  * New upstream release (Closes: #536097)
  * Added myself to Uploaders
  * Refreshed copyright

 -- Nicholas Bamber <nicholas@periapt.co.uk>  Sat, 25 Sep 2010 22:22:15 +0100

libclass-xsaccessor-perl (1.07-1) unstable; urgency=low

  [ gregor herrmann ]
  * Set Standards-Version to 3.9.1; replace Conflicts with Breaks.

  [ Ansgar Burchardt ]
  * New upstream release.
  * Add dependency on same upstream version of perl to make sure
    #define PERL_CORE never breaks things.
  * Use source format 3.0 (quilt).
  * debian/copyright: Formatting changes for current DEP-5 proposal;
    refer to /usr/share/common-licenses/GPL-1.
  * Add myself to Uploaders.

 -- Ansgar Burchardt <ansgar@43-1.org>  Wed, 18 Aug 2010 13:21:04 +0900

libclass-xsaccessor-perl (1.05-2) unstable; urgency=low

  * Class::XSAccessor::Array is now integrated into libclass-xsaccessor-perl.
    Add libclass-xsaccessor-array-perl as a transitional dummy package, and
    Conflicts/Replaces/Provides to libclass-xsaccessor-perl (closes: #556538).
    Adjust long description.
  * Add /me to Uploaders.

 -- gregor herrmann <gregoa@debian.org>  Mon, 16 Nov 2009 18:11:54 +0100

libclass-xsaccessor-perl (1.05-1) unstable; urgency=low

  [ Jonathan Yu ]
  * New upstream release
    + Replace use of perl hashes in the global hash key name storage
      with a full-blown separate implementation of a hash table
    + Discard SVs for simple C strings
    + Add a global lock for all modifications to global data structures
  * Remove patch, AutoXS is no longer needed

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

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

  [ Ryan Niebur ]
  * Update jawnsy's email address

 -- Jonathan Yu <jawnsy@cpan.org>  Sun, 15 Nov 2009 09:43:58 -0500

libclass-xsaccessor-perl (1.02-1) unstable; urgency=low

  * New upstream release
  * New copyright years from upstream
  * Added cross-reference to Class::XSAccessor::Array
  * Added /me to uploaders
  * Upgraded to Standards-Version 3.8.1

 -- Jonathan Yu <frequency@cpan.org>  Tue, 19 May 2009 00:34:18 -0400

libclass-xsaccessor-perl (0.14-1) unstable; urgency=low

  * Initial Release. (Closes: #511386)

 -- Damyan Ivanov <dmn@debian.org>  Mon, 12 Jan 2009 11:16:00 +0200