File: changelog

package info (click to toggle)
libclass-returnvalue-perl 0.55-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 160 kB
  • sloc: perl: 1,016; makefile: 2
file content (140 lines) | stat: -rw-r--r-- 4,935 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
libclass-returnvalue-perl (0.55-4) unstable; urgency=medium

  * Mark package as autopkgtest-able.
  * Declare compliance with Debian Policy 4.6.1.
  * Set Rules-Requires-Root: no.
  * Bump debhelper-compat to 13.
  * Annotate test-only build dependencies with <!nocheck>.
  * rewrite debian/copyright to machine-readable format
  * apply patch from upstream ticked fixing POD errors
  * add patch fixing two spelling mistakes in the documentation

 -- Damyan Ivanov <dmn@debian.org>  Sun, 26 Jun 2022 19:04:54 +0000

libclass-returnvalue-perl (0.55-3) unstable; urgency=medium

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

  [ Laurent Baillet ]
  * fix lintian file-contains-trailing-whitespace warning

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

  [ Debian Janitor ]
  * Bump debhelper from deprecated 9 to 12.
  * Set debhelper-compat version in Build-Depends.

 -- Jelmer Vernooij <jelmer@debian.org>  Sat, 11 Jun 2022 22:46:40 +0100

libclass-returnvalue-perl (0.55-2.1) unstable; urgency=medium

  * Non maintainer upload by the Reproducible Builds team.
  * No source change upload to rebuild on buildd with .buildinfo files.

 -- Holger Levsen <holger@debian.org>  Sat, 02 Jan 2021 00:48:03 +0100

libclass-returnvalue-perl (0.55-2) unstable; urgency=low

  * Team upload

  [ gregor herrmann ]
  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser
    field (source stanza); Homepage field (source stanza). Removed: XS-
    Vcs-Svn fields.
  * debian/rules: delete /usr/lib/perl5 only if it exists.
  * debian/watch: use dist-based URL.
  * 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.

  [ gregor herrmann ]
  * Change my email address.

  [ 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

  [ Axel Beckert ]
  * Fix the following lintian warnings:
    + copyright-refers-to-symlink-license
    + description-synopsis-starts-with-article
  * Switch to source format "3.0 (quilt)"
  * Bump debhelper compatibility to 9
    + Update versioned debhelper build-dependency accordingly
  * Revamp debian/rules
    + Fix lintian warning debian-rules-missing-recommended-target
    + Replace "dh_clean -k" with "dh_prep"
    + Use dh_auto_{configure,build,test,install,clean}
      - Fixes lintian warning debian-rules-makemaker-prefix-is-deprecated
    + Remove obsolete /usr/lib/perl5 handling
    + Drop obsolete dh_{clean,installchangelogs,builddeb} parameters
    + Remove obsolete variable usage and targets
    + Finally switch to a minimal dh-style debian/rules file
  * Bump Standards-Version to 3.9.5 (no further changes)

 -- Axel Beckert <abe@debian.org>  Wed, 01 Jan 2014 02:25:31 +0100

libclass-returnvalue-perl (0.55-1) unstable; urgency=low

  * New upstream release.
  * Removed libtest-inline-perl from build dependencies, not needed anymore.

 -- gregor herrmann <gregor+debian@comodo.priv.at>  Sun, 26 Aug 2007 23:58:38 +0200

libclass-returnvalue-perl (0.54-1) unstable; urgency=low

  * New upstream release
  * Freshen debian/copyright
  * debian/watch: version=3; Dropped uupdate
  * Added myself to Uploaders:
  * Removed unneeded dh_installdirs call

 -- Damyan Ivanov <dmn@debian.org>  Fri, 17 Aug 2007 12:47:26 +0300

libclass-returnvalue-perl (0.53-2) unstable; urgency=low

  * New maintainer.
  * Upgrade to Standards-Version 3.7.2. No changes needed.
  * Upgrade to debhelper compatibility level 5.

 -- Niko Tyni <ntyni@iki.fi>  Mon,  4 Dec 2006 23:25:53 +0200

libclass-returnvalue-perl (0.53-1) unstable; urgency=low

  * New upstream release, closes: #329513.
  * New maintainer, thanks to Ivan Kohler for his work as the previous
    maintainer of the package.
  * debian/rules - Altered to fit my preferred methods.
  * debian/watch - Added
  * debian/copyright - Updated statement
  * debian/control - Moved perl and libtest-inline-perl build dependencies
    to Build-Depends-Indep.

 -- Stephen Quinney <sjq@debian.org>  Thu, 22 Sep 2005 13:54:26 +0100

libclass-returnvalue-perl (0.52-1) unstable; urgency=low

  * New upstream release.
  * Change Section: from interpreters to perl
  * debhelper compat v4

 -- Ivan Kohler <ivan-debian@420.am>  Sat,  7 Aug 2004 20:08:53 -0700

libclass-returnvalue-perl (0.40-1) unstable; urgency=low

  * Initial Release (closes: Bug#179016).

 -- Ivan Kohler <ivan-debian@420.am>  Wed, 29 Jan 2003 19:46:37 -0800