File: changelog

package info (click to toggle)
libpoe-component-client-mpd-perl 2.001-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 348 kB
  • ctags: 90
  • sloc: perl: 2,087; makefile: 2
file content (155 lines) | stat: -rw-r--r-- 5,588 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
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