File: changelog

package info (click to toggle)
libtest-unit-perl 0.27-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,312 kB
  • sloc: perl: 4,297; makefile: 5
file content (186 lines) | stat: -rw-r--r-- 6,338 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
174
175
176
177
178
179
180
181
182
183
184
185
186
libtest-unit-perl (0.27-1) unstable; urgency=medium

  * Team upload.
  * Import upstream version 0.27.
  * Update years of packaging copyright.
  * Drop 50_fix-spelling-error-in-manpage.patch, fixed upstream.
  * Drop debian/patches/20_fix-defined-array-warnings.patch, applied
    upstream.
  * Drop 30_fix-xism-test-suite-failures.patch, doesn't apply/not needed.
  * Refresh 40_make-deep-test-less-fragile.patch.
  * Drop Test-Unit-0.25-Adapt-tests-to-Perl-5.30.patch, not applicable any
    more.
  * Declare compliance with Debian Policy 4.7.0.

 -- gregor herrmann <gregoa@debian.org>  Sat, 27 Jul 2024 03:17:56 +0200

libtest-unit-perl (0.25-7) unstable; urgency=medium

  [ Debian Janitor ]
  * Wrap long lines in changelog entries: 0.25-6.
  * Update standards version to 4.6.1, no changes needed.

 -- Jelmer Vernooij <jelmer@debian.org>  Sat, 19 Nov 2022 19:27:27 +0000

libtest-unit-perl (0.25-6) unstable; urgency=medium

  [ Debian Janitor ]
  * Remove obsolete fields Contact, Name from debian/upstream/metadata (already
    present in machine-readable debian/copyright).
  * Update standards version to 4.5.1, no changes needed.

 -- Jelmer Vernooij <jelmer@debian.org>  Sun, 16 Oct 2022 03:51:36 +0100

libtest-unit-perl (0.25-5) unstable; urgency=medium

  * Team upload.

  * Update patch from Petr Písař to fix builds on Perl >= 5.31.4
  * Update to debhelper compat level 13
  * Update to Standards-Version 4.4.1
  * Declare that the package does not need (fake)root to build

 -- Niko Tyni <ntyni@debian.org>  Mon, 18 May 2020 20:00:21 +0300

libtest-unit-perl (0.25-4) unstable; urgency=medium

  * Team upload.

  [ Salvatore Bonaccorso ]
  * debian/control: Use HTTPS transport protocol for Vcs-Git URI

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

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

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

  [ gregor herrmann ]
  * Add patch from CPAN RT to fix test failures with perl 5.30.
    (Closes: #930054)
  * Annotate test-only build dependencies with <!nocheck>.
  * Declare compliance with Debian Policy 4.4.0.
  * Drop unneeded version constraint from perl build dependency.
  * Bump debhelper-compat to 12.
  * debian/watch: use uscan version 4.
  * Update years of packaging copyright.

 -- gregor herrmann <gregoa@debian.org>  Sun, 14 Jul 2019 15:29:36 -0300

libtest-unit-perl (0.25-3) unstable; urgency=medium

  * Team upload.

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

  [ Lucas Kanashiro ]
  * Add debian/upstream/metadata
  * Move debian/examples to debian/libtest-unit-perl.examples
  * Declare compliance with Debian policy 3.9.6
  * Mark package as autopkgtestable
  * Create patch fixing spelling error in manpage

  [ gregor herrmann ]
  * Add debian/tests/pkg-perl/syntax-skip to run syntax autopkgtests for
    all but one module.

 -- Lucas Kanashiro <kanashiro.duarte@gmail.com>  Wed, 30 Dec 2015 16:22:21 -0200

libtest-unit-perl (0.25-2) unstable; urgency=low

  [ gregor herrmann ]
  * Change patch system from dpatch to quilt.
  * Refresh debian/rules, no functional changes.
  * debian/control: Added: ${misc:Depends} to Depends: field.

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

  [ Xavier Guimard ]
  * Update source format to 3.0 (quilt)
  * Bump Standards-Version to 8
  * Use debhelper 8
  * Update copyright to format 1.0
  * Update debian/rules to use dh
    + Enables running test suite at build time
  * Change debian/watch to use search.cpan.org

  [ 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 ]
  * Fix the test suite
    + Add patch to fix defined(@array) warnings
      (https://rt.cpan.org/Public/Bug/Display.html?id=77779).
    + Remove ancient 10_examples.patch as it causes many test suite
      failures. Move contained files to debian/test-case-examples and
      install them via debian/examples and dh_installexamples.
    + Make it work with regexp string representations of Perl 5.14 or
      later. Add according version restriction to build-dependency.
    + Make test assert_deep_equals (assert.t) less fragile against hash
      randomization by adding valid variants.
  * Install (Tk)TestRunner.pl as examples, not into /usr/share/perl5/Test/
  * Add Makefile.old to debian/clean
  * Add myself to Uploaders.
  * Bump debhelper compatibility to 9
    + Gets rid of the dh_pysupport deprecation warning
    + Update versioned debhelper build-dependency accordingly
  * Bump Standards-Version to 3.9.5 (no further changes)

 -- Axel Beckert <abe@debian.org>  Thu, 26 Dec 2013 02:23:43 +0100

libtest-unit-perl (0.25-1) unstable; urgency=low

  [ Andreas Fester ]
  * New Maintainer
  * Re-added package with new upstream version (Closes: #386317)
  * Added dpatch framework
  * Converted patch for sample test cases to dpatch

  [ Gunnar Wolf ]
  * Added debian/watch file

 -- Gunnar Wolf <gwolf@debian.org>  Wed, 13 Sep 2006 17:58:54 -0500

libtest-unit-perl (0.24-2) unstable; urgency=low

  * QA Upload
  * Changed Maintainer to Debian QA Group <packages@qa.debian.org>

 -- Stephen Quinney <stephen@jadevine.org.uk>  Thu, 17 Feb 2005 21:02:57 +0000

libtest-unit-perl (0.24-1.1) unstable; urgency=low

  * Corrected missing dependencies (Closes: #197445)
  * Non-Maintainer Upload

 -- Gunnar Wolf <gwolf@debian.org>  Fri, 16 Jan 2004 14:27:56 -0600

libtest-unit-perl (0.24-1) unstable; urgency=low

  * New maintainer; all previous changes included in CVS,
  Closes: #157510, #157657
  * New upstream release,
  Closes: #187817

 -- Stephen Zander <gibreel@debian.org>  Mon, 26 May 2003 21:44:05 -0700

libtest-unit-perl (0.14-1.1) unstable; urgency=low

  * Non-Maintainer Upload (BSP 2002-11).
  * Now Build the .deb in binary-indep target (closes: bug#157510).
  * Updated copyright file (closes: bug#157657).

 -- Aurelien Jarno <aurel32@debian.org>  Fri, 22 Nov 2002 23:39:31 +0100

libtest-unit-perl (0.14-1) unstable; urgency=low

  * Initial Release.  (closes: Bug#118031)

 -- Doug Porter <dsp@debian.org>  Fri,  2 Nov 2001 13:38:33 -0500