File: changelog

package info (click to toggle)
libnet-irc-perl 0.79-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, stretch
  • size: 452 kB
  • ctags: 327
  • sloc: perl: 2,309; makefile: 2
file content (237 lines) | stat: -rw-r--r-- 7,932 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
libnet-irc-perl (0.79-1) unstable; urgency=low

  [ Jonathan Yu ]
  * New upstream release
    + This package is now deprecated per upstream
  * Add myself to Uploaders
  * Standards-Version 3.8.3 (drop perl version dependency)
  * Bump compat level to 7, use new short debhelper rules format
  * Add .examples and .docs instead of overriding manually
  * Refresh all patches

  [ gregor herrmann ]
  * Add debian/README.source to document quilt usage, as required by
    Debian Policy since 3.8.0.
  * debian/control: Changed: Switched Vcs-Browser field to ViewSVN
    (source stanza).
  * Change my email address.

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

  [ gregor herrmann ]
  * debian/rules: switch order of arguments to dh.

  [ 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

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

  [ Axel Beckert ]
  * Switch to source format "3.0 (quilt)"
    + Drop "--with quilt" from debian/rules
    + Drop quilt build-dependency
  * Add patch to remove interactive question in Makefile.PL
  * No more install TODO, upstream no more ships such a file.
  * Bump debhelper compatibility to 8
    + Update versioned debhelper build-dependency accordingly.
  * Bump Standards-Version to 3.9.5 (no further changes)
  * Change priority to extra due to its deprecated state.
  * Add myself to Uploaders.

 -- Axel Beckert <abe@debian.org>  Mon, 02 Jun 2014 04:15:32 +0200

libnet-irc-perl (0.75-8) unstable; urgency=low

  [ 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.

  [ Frank Lichtenheld ]
  * debian/rules: Fix target dependencies to allow building with dpkg-
    buildpackage -j. Found by Daniel Schepler.

  [ Rene Mayorga ]
  * debian/control
    + wrap Uploaders field
    + Set Standards-version to 3.7.3 (no changes needed)
    + raise debhelper to 6
    + Add  ${misc:Depends} to Depends
  * debian/watch - Improved
  * debian/copyright
    + Add Upstream URL
    + converting to new format and adding copyright note for other authors

  [ Damyan Ivanov ]
  * convert patches to quilt
  * debian/rules:
    + split install(-stamp) target
    + use DESTDIR and PREFIX when installing
    + install TODO too
  * debian/copyright: add copyright/licensing terms for the packaging
  * add myself to Uploaders

 -- Damyan Ivanov <dmn@debian.org>  Thu, 24 Jan 2008 17:28:20 +0200

libnet-irc-perl (0.75-7) unstable; urgency=low

  * debian/patches/50fix_next_outside_loop_with_return.dpatch:
    fix subroutine exit via 'next'. Thanks to David Sobon. (Closes: #437474)
  * debian/patches/60warnings_from_unknown_event.dpatch:
    fix warnings from unknown response codes. Thanks to David Sobon. 
    (See #437474)
  * Update to debhelper compatibility level 5.

 -- Niko Tyni <ntyni@iki.fi>  Sun, 16 Sep 2007 21:59:14 +0300

libnet-irc-perl (0.75-6) unstable; urgency=low

  * Use $(CURDIR) [make] instead of $(PWD) [sh] to fix issues with sudo.
  * Set Standards-Version to 3.7.2 (no changes).
  * Remove empty /usr/lib/perl5 directory.

 -- gregor herrmann <gregor+debian@comodo.priv.at>  Sun,  1 Oct 2006 14:35:15 +0200

libnet-irc-perl (0.75-5) unstable; urgency=low

  * Migrate to dpatch.
  * Add myself to Uploaders.
  * Move debhelper from Build-Depends-Indep to Build-Depends,
    as per policy.
  * Upgrade to Standards-Version 3.6.2. No changes needed.
  * Don't ignore the return value of 'make test'.
  * debian/patches/40handler.pm:
    + only call handler() if the object supports it. (Closes: #303400)

 -- Niko Tyni <ntyni@iki.fi>  Sat, 14 Jan 2006 17:23:40 +0200

libnet-irc-perl (0.75-4) unstable; urgency=low

  * Example file irctest is no longer compressed, can be directly run
  * In case somebody runs the example file irctest, he will get a
    warning and a delay, as this script can send any user-readable file
    on the FS
  * Fixed: debian/watch pointed to the wrong URL

 -- Gunnar Wolf <gwolf@debian.org>  Sat, 16 Apr 2005 11:47:13 -0500

libnet-irc-perl (0.75-3) unstable; urgency=low

  * Added debian/watch file
  * Fixed uninitialized value generating a warning in do_one_loop -
    Thanks to Michael Ablassmeier for the patch. (Closes: #299606)

 -- Gunnar Wolf <gwolf@debian.org>  Sat, 26 Mar 2005 13:28:24 -0600

libnet-irc-perl (0.75-2) unstable; urgency=low

  * Fixed: Generated man pages now have the correct name (was
    consistently missing ::IRC) (Closes: #295967)

 -- Gunnar Wolf <gwolf@debian.org>  Sat, 26 Mar 2005 13:26:44 -0600

libnet-irc-perl (0.75-1) unstable; urgency=low

  * New upstream release
  * Upstream fixed manpage descriptions to correctly reflect the
    modules' names (Closes: #252994)

 -- Gunnar Wolf <gwolf@debian.org>  Fri, 17 Dec 2004 17:04:02 -0600

libnet-irc-perl (0.73-3) unstable; urgency=low

  * Changed source package name back to libnet-irc-perl, to be
    consistent with other Perl packages
  * Bumped up standards-version to 3.6.1
  * Moved to section: perl
  * New maintainer - Debian Perl Group <pkg-perl-
    maintainer@lists.alioth.debian.org> via Gunnar Wolf
    <gwolf@debian.org> (Closes: #279810)

 -- Gunnar Wolf <gwolf@debian.org>  Thu, 16 Dec 2004 17:37:48 -0600

net-irc (0.73-2) unstable; urgency=low

  * Fix failure in coonection caused by hostnames that don't resolve or
    that resolve to 127.0.0.1,
  Closes: #143769

 -- Stephen Zander <gibreel@debian.org>  Sat, 18 May 2002 18:06:49 -0700

net-irc (0.73-1) unstable; urgency=low

  * New upstream source, Closes: #99846, #128828
  * Merges NMU changes into CVS repository,
  Closes: #98148, #113205, #119502, #127479

 -- Stephen Zander <gibreel@debian.org>  Fri, 11 Jan 2002 22:56:08 -0800

net-irc (0.70-1.1) unstable; urgency=low

  * Non-maintainer upload
  * Fix IPv6 address parsing. Closes: Bug#119502
  * Rebuild with current dehhelper
  * Use INSTALLDIRS=vendor for MakeMakfile. Closes: Bug#113205
  * Add patch from Andrew Suffield to disable Sys::Hostname usage which
    broke the LocalAddr parameter.  Closes: Bug#98148
  * Add Build-Depends
  * Zap emacs bits from changelog

 -- Wichert Akkerman <wakkerma@debian.org>  Wed,  2 Jan 2002 18:48:19 +0100

net-irc (0.70-1) unstable; urgency=low

  * New upstream source, Closes: #78323
  * Termination of DCC session now works, Closes: #60616

 -- Stephen Zander <gibreel@debian.org>  Tue, 12 Dec 2000 18:43:37 -0800

net-irc (0.63-1) unstable; urgency=low

  * New upstream source.
  * Brought .orig.tar.gz in line with upstream.

 -- Stephen Zander <gibreel@debian.org>  Tue, 18 Apr 2000 18:05:54 -0700

libnet-irc-perl (0.62-1) unstable; urgency=low

  * New upstream source.

 -- Stephen Zander <gibreel@debian.org>  Fri,  5 Nov 1999 19:58:05 -0800

libnet-irc-perl (0.60-1) unstable; urgency=low

  * New maintainer.
  * New upstream source.

 -- Stephen Zander <gibreel@debian.org>  Thu, 19 Aug 1999 08:59:04 -0700

libnet-irc-perl (0.54-1.1) unstable; urgency=low

  * NMU for the perl upgrade. Closes:#41523
  * Corrected the rules files to conform to perl policy 1.0.1
  * Upgraded standards-version.
  * The .packlist file is removed by dh_perl. Closes: #37937
  * Included irctest. Closes: #25524
  * Included the Changes file as the upstream changelog file.
  * Set to architecture all since there are no binary files.

 -- Raphael Hertzog <rhertzog@hrnet.fr>  Mon, 19 Jul 1999 19:59:14 +0200

libnet-irc-perl (0.54-1) unstable; urgency=low

  * Initial release.

 -- Ben Gertzfield <che@debian.org>  Mon,  3 Aug 1998 00:07:23 -0700