File: changelog

package info (click to toggle)
libpoe-component-client-dns-perl 1%3A1.054-1.1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 208 kB
  • sloc: perl: 1,183; makefile: 2
file content (300 lines) | stat: -rw-r--r-- 10,170 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
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
libpoe-component-client-dns-perl (1:1.054-1.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>  Mon, 04 Jan 2021 15:42:19 +0100

libpoe-component-client-dns-perl (1:1.054-1) unstable; urgency=medium

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

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

  [ Florian Schlichting ]
  * Add debian/upstream/metadata
  * Import upstream version 1.054
  * Bump years of packaging copyright
  * Bump dh compat to level 9
  * Mark package autopkgtest-able

 -- Florian Schlichting <fsfs@debian.org>  Fri, 13 Nov 2015 22:35:20 +0100

libpoe-component-client-dns-perl (1:1.053-1) unstable; urgency=low

  [ Jonathan Yu ]
  * Use new 3.0 (quilt) source format
  * Drop version dependencies satisfied in oldstable

  [ 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

  [ Florian Schlichting ]
  * Import Upstream version 1.053
  * Make dependencies on POE and Test::NoWarnings versioned, and add a
    dependency on Test::More 0.96
  * Update debian/copyright to copyright-format 1.0
  * Update stand-alone license paragraphs to commonly used version (not
    limiting Debian to GNU/Linux, directly linking to GPL-1)
  * Declare compliance with Debian Policy 3.9.5
  * Bump dh compatibility to level 8
  * Drop fix_pod.patch, fixed/applied upstream
  * Add myself to uploaders and copyright

 -- Florian Schlichting <fsfs@debian.org>  Sat, 02 Nov 2013 21:50:35 +0100

libpoe-component-client-dns-perl (1:1.051-1) unstable; urgency=low

  [ Jonathan Yu ]
  * New upstream release
  * Change back from optional -> extra (oops!)
  * Refreshed POD patch with moved DNS.pm file

  [ Ryan Niebur ]
  * Update jawnsy's email address

 -- Jonathan Yu <jawnsy@cpan.org>  Sat, 24 Oct 2009 18:19:28 -0400

libpoe-component-client-dns-perl (1:1.050-1) unstable; urgency=low

  [ Jonathan Yu ]
  * New upstream release
    + Now uses Test::NoWarnings
    + Fix for a strange case where IPv6 localhost was returned as ::1,
      rather than the long form
  * Standards-Version 3.8.3 (no changes)
  * Remove patches which were applied upstream (RT#48335)

  [ Salvatore Bonaccorso ]
  * debian/control: Changed: Replace versioned (build-)dependency on
    perl (>= 5.6.0-{12,16}) with an unversioned dependency on perl (as
    permitted by Debian Policy 3.8.3).

  [ gregor herrmann ]
  * Refresh fix_pod.patch.

 -- Jonathan Yu <frequency@cpan.org>  Fri, 28 Aug 2009 08:37:36 -0400

libpoe-component-client-dns-perl (1:1.04-1) unstable; urgency=low

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

  [ Jonathan Yu ]
  * New upstream release
    + Add a machine readable repository directory to the distribution
    + AAAA requests check for IPv6 addresses in /etc/hosts or equivalent,
      thus resolving RT#13899
    + Cycle through the list of resolvers known to Net::DNS if the top one
      times out (resolves RT#13492, RT#14723, RT#15009)
    + Apply Rene Mayorga's patch upstream (remove the patch)
  * Use new short debhelper 7 format, --with quilt
  * Standards-Version 3.8.2 (no changes)
  * Priority set to 'optional' instead of 'extra'
  * Added a patch to fix bug forwarded as RT#48335
  * Updated copyright information
  * Added a patch to fix long/unbreakable line
  * Refreshed fix_pod.patch
  * Now depends on perl (>= 5.6.0-16) per Debian Perl policy

  [ gregor herrmann ]
  * Update versioned build and runtime dependency of libpoe-perl.

 -- Jonathan Yu <frequency@cpan.org>  Thu, 30 Jul 2009 13:47:02 -0400

libpoe-component-client-dns-perl (1:1.03-1) unstable; urgency=low
  
  [ Rene Mayorga ]
  * debian/control: update my email address
  * refresh fix_pod.patch

  [ Antonio Radici ]
  * New upstream release
  * debian/control:
    + added myself to the Uploaders

 -- Antonio Radici <antonio@dyne.org>  Sat, 21 Feb 2009 22:51:28 +0000

libpoe-component-client-dns-perl (1:1.02-1) unstable; urgency=low

  * New upstream release.
  * Update years of packaging copyright.
  * Remove leading article from short description.
  * Add /me to Uploaders.

 -- gregor herrmann <gregoa@debian.org>  Sat, 17 Jan 2009 23:34:25 +0100

libpoe-component-client-dns-perl (1:1.01-2) unstable; urgency=low

  [ gregor herrmann ]
  * debian/control:
    - switch Vcs-Browser field to ViewSVN
    - add ${misc:Depends} to Depends:

  [ Rene Mayorga ]
  * Add debian/patches/use_netdns_instead_of_harcode_ips.patch
    + this use Net::DNS to resolve poe.perl.org IP address instead of 
      using a hardcode address at tests. Closes: #506915
  * add myself to uploaders.

 -- Rene Mayorga <rmayorga@debian.org.sv>  Fri, 28 Nov 2008 17:05:53 -0600

libpoe-component-client-dns-perl (1:1.01-1) unstable; urgency=low

  [ Martín Ferrari ]
  * Updating my email address

  [ Jose Luis Rivas ]
  * New upstream release
  * Switched to debhelper v7, updated debian/rules, debian/compat and upgraded
  debhelper dependency to >= 7 on debian/control.
  * Patch is applied from upstream, no longer needed.
  * Added me as Uploader.
  * debian/control: Bumped to Standards-Version 3.8.0 (no changes needed).
  * Refreshed debian/copyright.

  [ gregor herrmann ]
  * debian/copyright: use stand-alone License: stanzas instead of free text.
  * Add patch fix_pod.patch.
  * Add debian/README.source to document quilt usage, as required by
    Debian Policy since 3.8.0.

 -- Jose Luis Rivas <ghostbar38@gmail.com>  Sun, 02 Nov 2008 02:35:10 -0430

libpoe-component-client-dns-perl (1:1.00-1) unstable; urgency=low

  [ gregor herrmann ]
  * Take over for the Debian Perl Group on maintainer's request; cf.
    http://lists.debian.org/debian-perl/2008/02/msg00053.html
  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser
    field (source stanza); Homepage field (source stanza). Changed:
    Maintainer set to Debian Perl Group <pkg-perl-
    maintainers@lists.alioth.debian.org> (was: Steve Kowalik
    <stevenk@debian.org>).
  * Add debian/watch.

  [ Martín Ferrari ]
  * New upstream release (Closes: #467595 from CPAN#21190).
  * debian/control:
    - Remove unneeded versioned dependency on perl.
    - Properly separate B-D-I from B-D.
    - Update Net::DNS dependency.
    - Bumped Standards-Version: no changes.
    - Use epoch on versioned POE dependency.
    - Use debhelper version 5.
    - Added myself to Uploaders.
    - Added quilt dependency.
  * debian/copyright: new format and updated data.
  * debian/rules: done from scratch, with quilt.
  * debian/patches/fail_gracefully_without_network.patch: don't FTBFS!
    Forwarded to upstream as CPAN#33677.

 -- Martín Ferrari <martin.ferrari@gmail.com>  Thu, 28 Feb 2008 20:42:18 -0200

libpoe-component-client-dns-perl (1:0.99-1) unstable; urgency=medium

  * non-maintainer upload.
  * New upstream release, fixes various test failures,
    Closes: #395369

 -- Michael Ablassmeier <abi@debian.org>  Thu,  9 Nov 2006 11:00:13 +0100

libpoe-component-client-dns-perl (0.9802-1) unstable; urgency=low

  * New upstream release. (Closes: #329646)
  * Bump Build-Depends on libpoe-perl to >= 0.31.
  * Remove our own libscan from Makefile.PL.

 -- Steve Kowalik <stevenk@debian.org>  Mon, 14 Nov 2005 16:37:46 +1100

libpoe-component-client-dns-perl (0.98-1) unstable; urgency=low

  * New upstream release.

 -- Steve Kowalik <stevenk@debian.org>  Sun,  2 Jan 2005 03:36:50 +1100

libpoe-component-client-dns-perl (0.97-2) unstable; urgency=medium

  * Add netbase to Build-Depends. (Closes: #265687)
  * Add missing libscan patch to Makefile.PL to not include TLA files.

 -- Steve Kowalik <stevenk@debian.org>  Sun, 15 Aug 2004 17:36:04 +1000

libpoe-component-client-dns-perl (0.97-1) unstable; urgency=low

  * New upstream release.
  * Remove obselete local-variables from changelog.
  * Move to Section: perl.
  * Jump to debhelper 4.
  * Bump to Standards-Version 3.6.1; no changes needed.
  * Rewrite debian/rules slightly.

 -- Steve Kowalik <stevenk@debian.org>  Fri,  6 Aug 2004 09:56:39 +1000

libpoe-component-client-dns-perl (0.94-2) unstable; urgency=low

  * Fix up debian/copyright. (Closes: #157640) 

 -- Steve Kowalik <stevenk@debian.org>  Sat, 24 Aug 2002 10:35:42 +1000

libpoe-component-client-dns-perl (0.94-1) unstable; urgency=low

  * New upstream release
  * Fix debian/rules to build the package in the binary-indep target.
    (Closes: #157501) 

 -- Steve Kowalik <stevenk@debian.org>  Wed, 21 Aug 2002 23:19:19 +1000

libpoe-component-client-dns-perl (0.93-5) unstable; urgency=low

  * Add a missing dependacy on libpoe-perl. (Closes: #155766) 

 -- Steve Kowalik <stevenk@debian.org>  Wed,  7 Aug 2002 22:28:37 +1000

libpoe-component-client-dns-perl (0.93-4) unstable; urgency=low

  * Disable the test suite. (Closes: #142140) 

 -- Steve Kowalik <stevenk@debian.org>  Fri, 12 Apr 2002 00:45:39 +1000

libpoe-component-client-dns-perl (0.93-3) unstable; urgency=low

  * Fix a missing Build-Depends. (Thanks, dancer.) (Closes: #134439)

 -- Steve Kowalik <stevenk@debian.org>  Mon, 18 Feb 2002 21:51:56 +1100

libpoe-component-client-dns-perl (0.93-2) unstable; urgency=low

  * Fix lintian errors.

 -- Steve Kowalik <stevenk@debian.org>  Sat,  3 Nov 2001 17:10:56 +1100

libpoe-component-client-dns-perl (0.93-1) unstable; urgency=low

  * New upstream release

 -- Steve Kowalik <stevenk@debian.org>  Wed, 17 Oct 2001 23:01:45 +1000

libpoe-component-client-dns-perl (0.92-2) unstable; urgency=low

  * Dropping priority to extra, as libnet-dns-perl is. Thanks to mechanix
    for the heads up.

 -- Steve Kowalik <stevenk@debian.org>  Tue,  9 Oct 2001 00:34:47 +1000

libpoe-component-client-dns-perl (0.92-1) unstable; urgency=low

  * Initial Release.

 -- Steve Kowalik <stevenk@debian.org>  Thu,  5 Jul 2001 22:08:54 +1000