File: changelog

package info (click to toggle)
libpoe-component-client-mpd-perl 2.001-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 360 kB
  • sloc: perl: 2,088; makefile: 7
file content (218 lines) | stat: -rw-r--r-- 7,988 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
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
libpoe-component-client-mpd-perl (2.001-5) unstable; urgency=medium

  * Make test and runtime dependency on libaudio-mpd-common-perl
    versioned. Cf. #1101587
  * Remove Contact field from debian/upstream/metadata.
  * Update years of packaging copyright.
  * Declare compliance with Debian Policy 4.7.2.
  * Set Rules-Requires-Root: no.
  * Annotate test-only build dependencies with <!nocheck>.

 -- gregor herrmann <gregoa@debian.org>  Fri, 11 Apr 2025 19:45:18 +0200

libpoe-component-client-mpd-perl (2.001-4) unstable; urgency=medium

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

  [ Debian Janitor ]
  * Bump debhelper from old 11 to 12.
  * Set debhelper-compat version in Build-Depends.
  * Remove obsolete field Name from debian/upstream/metadata (already present in machine-readable debian/copyright).
  * Update standards version to 4.5.0, no changes needed.
  * Remove constraints unnecessary since buster
  * Bump debhelper from old 12 to 13.
  * Update standards version to 4.5.1, no changes needed.
  * Update standards version to 4.6.0, no changes needed.

 -- Jelmer Vernooij <jelmer@debian.org>  Wed, 07 Dec 2022 01:37:51 +0000

libpoe-component-client-mpd-perl (2.001-3) unstable; urgency=medium

  * Drop time-not-duration.patch, this has been fixed in
    libaudio-mpd-common-perl
  * Declare compliance with Debian Policy 4.3.0
  * Update packaging copyright years

 -- Florian Schlichting <fsfs@debian.org>  Sat, 19 Jan 2019 23:34:14 +0100

libpoe-component-client-mpd-perl (2.001-2) unstable; urgency=medium

  * Team upload

  [ gregor herrmann ]
  * debian/upstream/metadata: use HTTPS for GitHub URLs.
  * Remove Iulian Udrea from Uploaders. Thanks for your work!
  * Remove Jonathan Yu from Uploaders. Thanks for your work!
  * Remove Ryan Niebur from Uploaders. Thanks for your work!

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

  [ Damyan Ivanov ]
  * add patch accounting for a change in MPD protocol ('time' -> 'duration')
    (Closes: #868253)
  * patch t/04-cmds-kill.t working around a problem with test system failing
    to stop MPD after the test stopped it
  * bump debhelper compatibility level to 11
  * fix interpreter path in examples
  * Declare conformance with Policy 4.2.0 (no changes needed)
  * add myseld to d/copyright

 -- Damyan Ivanov <dmn@debian.org>  Sat, 18 Aug 2018 12:22:12 +0000

libpoe-component-client-mpd-perl (2.001-1) unstable; urgency=medium

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

  [ gregor herrmann ]
  * debian/copyright: change Copyright-Format 1.0 URL to HTTPS.
  * debian/upstream/metadata: change GitHub/CPAN URL(s) to HTTPS.

  * Import upstream version 2.001.
  * Drop mpd-0.19.patch, merged upstream.
  * Update years of packaging copyright.
  * Drop version constraint on libtest-corpus-audio-mpd-perl.
    Already satisfied in oldstable.
  * Bump debhelper compatibility level to 9.
  * Declare compliance with Debian Policy 3.9.8.

 -- gregor herrmann <gregoa@debian.org>  Tue, 24 May 2016 19:15:01 +0200

libpoe-component-client-mpd-perl (2.000-3) unstable; urgency=medium

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

  [ gregor herrmann ]
  * debian/control: update Module::Build dependency.
  * Add debian/upstream/metadata
  * Update years of packaging copyright.
  * Declare compliance with Debian Policy 3.9.6.
  * Mark package as autopkgtest-able.

 -- gregor herrmann <gregoa@debian.org>  Fri, 29 May 2015 23:25:37 +0200

libpoe-component-client-mpd-perl (2.000-2) unstable; urgency=medium

  * Add patch to make tests work with mpd >= 0.19.

    One tests checks for the accumulated playtime of the audio samples.
    Test::Corpus::Audio::MPD contains 5 tracks just over 1.8 seconds each.
    mpd < 0.19 rounded each track up to 2 seconds then added the lengths in
    seconds to get 10s, but mpd >= 0.19 adds up the lengths in ms and then
    rounds it down to 9s. Change this test to look for >= 9 and <= 10 seconds.

    Thanks to Simon McVittie for the patch. (Closes: #768712)

 -- gregor herrmann <gregoa@debian.org>  Wed, 12 Nov 2014 21:22:45 +0100

libpoe-component-client-mpd-perl (2.000-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

  [ gregor herrmann ]
  * Add patch from GitHub to handle newer Moose.
  * Update years of packaging copyright.
  * Declare compliance with Debian Policy 3.9.5.
  * Strip trailing slash from metacpan URLs.

  [ Florian Schlichting ]
  * Import Upstream version 2.000 (closes: #738906)
  * Add (build-)dependency on liblist-allutils-perl, and bump dependency on
    Audio::MPD::Common to 2.002 to ensure build failure is really fixed
  * Drop RT90686_Moose_enum_warnings.patch, applied upstream
  * Add myself to uploaders and copyright

 -- Florian Schlichting <fsfs@debian.org>  Thu, 12 Jun 2014 11:08:30 +0200

libpoe-component-client-mpd-perl (1.121670-1) unstable; urgency=low

  [ gregor herrmann ]
  * Switch order of alternative (build) dependencies after the perl 5.12
    upload.

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

  [ gregor herrmann ]
  * New upstream release. Closes: #665234
  * Bump versioned build dependency on libtest-corpus-audio-mpd-perl.
  * Don't run release tests any more.
  * Stop installing README.
  * debian/copyright: update to Copyright-Format 1.0.
  * Update years of packaging copyright.
  * Bump Standards-Version to 3.9.3 (no changes).

 -- gregor herrmann <gregoa@debian.org>  Fri, 15 Jun 2012 20:36:58 +0200

libpoe-component-client-mpd-perl (1.100430-1) unstable; urgency=low

  [ Jonathan Yu ]
  * New upstream release
  * Add myself to Uploaders and Copyright
  * Update dependencies per upstream
  * Rewrite control description
  * Use an override to enable RELEASE_TESTING
  * Standards-Version 3.8.4 (no changes)

  [ gregor herrmann ]
  * Set Standards-Version to 3.9.2 (no changes).
  * debian/control: drop version from perl build dependency; add a dependency
    on newer libmodule-build-perl, on libtest-corpus-audio-mpd-perl, on
    libpod-coverage-trustpod-perl.
  * Make build dependency on libtest-corpus-audio-mpd-perl versioned.
  * Switch to source format 3.0 (quilt).
  * debian/copyright: update Format-Specification and license stanzas.
  * .docs: remove removed DESIGN.
  * Switch to debhelper 8.

 -- gregor herrmann <gregoa@debian.org>  Fri, 08 Apr 2011 14:22:10 +0200

libpoe-component-client-mpd-perl (0.9.6-1) unstable; urgency=low

  * New upstream release.
  * debian/control:
    - Add myself to Uploaders.
    - Add libtest-cpan-meta-perl to B-D-I.
  * debian/copyright: change the year to only 2007.
  * Add libpoe-component-client-mpd-perl.examples: examples/client.pl
  * debian/rules: set RELEASE_TESTING to 1.

 -- Iulian Udrea <iulian@ubuntu.com>  Sat, 14 Nov 2009 13:04:57 +0000

libpoe-component-client-mpd-perl (0.9.3-1) unstable; urgency=low

  [ Ryan Niebur ]
  * Update ryan52's email address

  [ gregor herrmann ]
  * New upstream release (closes: #549506).
  * Set Standards-Version to 3.8.3 (no changes).
  * Minimize debian/rules.

 -- gregor herrmann <gregoa@debian.org>  Sun, 04 Oct 2009 02:52:37 +0200

libpoe-component-client-mpd-perl (0.9.2-2) unstable; urgency=low

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

  [ gregor herrmann ]
  * Add /me to Uploaders.
  * Set Standards-Version to 3.8.2 (no changes).
  * Add build dependency on procps (closes: #533997).

 -- gregor herrmann <gregoa@debian.org>  Thu, 25 Jun 2009 22:27:57 +0200

libpoe-component-client-mpd-perl (0.9.2-1) unstable; urgency=low

  * Initial Release. (Closes: #517953)

 -- Ryan Niebur <ryanryan52@gmail.com>  Sun, 22 Mar 2009 11:55:43 -0700