File: changelog

package info (click to toggle)
libclass-insideout-perl 1.14-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 504 kB
  • sloc: perl: 944; makefile: 2
file content (145 lines) | stat: -rw-r--r-- 4,897 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
libclass-insideout-perl (1.14-3) unstable; urgency=medium

  [ Xavier Guimard ]
  * Email change: Xavier Guimard -> yadd@debian.org

  [ gregor herrmann ]
  * debian/watch: use uscan version 4.

  [ Debian Janitor ]
  * Bump debhelper from old 10 to 12.
  * Set debhelper-compat version in Build-Depends.
  * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
    Repository-Browse.

  [ Jenkins ]
  * Bump debhelper from old 12 to 13.

 -- Jelmer Vernooij <jelmer@debian.org>  Mon, 12 Dec 2022 23:24:41 +0000

libclass-insideout-perl (1.14-2) unstable; urgency=medium

  * Team upload.

  [ Salvatore Bonaccorso ]
  * Update Vcs-* headers for switch to salsa.debian.org

  [ gregor herrmann ]
  * debian/libclass-insideout-perl.docs: fix name of document.
    Thanks to Santiago Vila for the bug report. (Closes: #903178)
  * Declare compliance with Debian Policy 4.1.5.
  * Bump debhelper compatibility level to 10.

 -- gregor herrmann <gregoa@debian.org>  Sat, 07 Jul 2018 15:13:49 +0200

libclass-insideout-perl (1.14-1) unstable; urgency=medium

  * Team upload

  [ gregor herrmann ]
  * Strip trailing slash from metacpan URLs.

  [ Salvatore Bonaccorso ]
  * Update Vcs-Browser URL to cgit web frontend
  * debian/control: Use HTTPS transport protocol for Vcs-Git URI

  [ gregor herrmann ]
  * debian/copyright: change Copyright-Format 1.0 URL to HTTPS.
  * Remove Jonathan Yu from Uploaders. Thanks for your work!

  [ Damyan Ivanov ]
  * New upstream version 1.14
  * bump debhelper compatibility level to 9
  * declare conformance with Policy 4.1.1 (no changes needed)

 -- Damyan Ivanov <dmn@debian.org>  Tue, 31 Oct 2017 19:55:36 +0000

libclass-insideout-perl (1.13-2) unstable; urgency=low

  * Team upload

  * add explicit (build-) dependency on libclass-isa-perl, which is no longer
    pulled up by perl-modules in perl 5.18

 -- Damyan Ivanov <dmn@debian.org>  Tue, 13 Aug 2013 23:21:14 +0200

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

  * Imported Upstream version 1.13
  * Add t/Object/* in examples
  * Add libtype-tiny-perl in build dependencies

 -- Xavier Guimard <x.guimard@free.fr>  Sat, 27 Apr 2013 06:20:16 +0200

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

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

  [ 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

  [ Xavier Guimard ]
  * Imported Upstream version 1.11
  * Add Todo and CONTRIBUTING in docs
  * Email change: Jonathan Yu -> jawnsy@cpan.org
  * Refresh spelling patch
  * Update debian/copyright (years and format)
  * Bump Standards-Version to 3.9.4
  * Remove perl from deps (already provided by ${perl:Depends})'

 -- Xavier Guimard <x.guimard@free.fr>  Thu, 07 Mar 2013 17:00:54 +0100

libclass-insideout-perl (1.10-2) unstable; urgency=low

  [ Ryan Niebur ]
  * Update jawnsy's email address

  [ Peter Pentchev ]
  * Convert to the 3.0 (quilt) source format with no changes.
  * Depend on libclass-isa-perl | perl (<< 5.10.1-13).  Closes: #614409
  * Refresh the copyright file:
    - update it to the latest version of the DEP 5 proposed format
    - refer to the GPL-1 license file instead of the GPL symlink
    - refer to Debian (not just GNU/Linux) systems
    - add my debian/* copyright notice
    - fix the upstream contact accidentally changed by jawnsy
  * Bump Standards-Version to 3.9.1 with no changes.
  * Add spelling.patch to fix two spelling mistakes.
  * Bump the debhelper compatibility level to 8 with no changes.
  * Update Roberto C. Sanchez's e-mail address.
  * Add myself to the list of uploaders.

 -- Peter Pentchev <roam@ringlet.net>  Fri, 25 Feb 2011 00:54:57 +0200

libclass-insideout-perl (1.10-1) unstable; urgency=low

  [ Jonathan Yu ]
  * New upstream release
    + Fix import to avoid confusing DProf
  * Drop dependency on M::B, the Makefile.PL is a traditional EUMM one
  * Bump to compat level 7, use short debhelper rules
  * Update to new machine-readable copyright file

  [ gregor herrmann ]
  * debian/copyright: point to /usr/share/common-licenses/Apache-2.0 instead
    of including the whole Apache 2 License.
  * Set Standards-Version to 3.8.3 (no further changes).
  * debian/control: Changed: Switched Vcs-Browser field to ViewSVN
    (source stanza).
  * debian/control: Added: ${misc:Depends} to Depends: field.

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

 -- Jonathan Yu <frequency@cpan.org>  Tue, 25 Aug 2009 14:19:39 -0400

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

  * Initial Release (packaged by Ernesto Hernández-Novich) (Closes: #460137).

 -- Roberto C. Sanchez <roberto@connexer.com>  Thu, 10 Jan 2008 18:52:06 -0500