| 12
 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
 301
 302
 303
 304
 305
 306
 307
 308
 309
 310
 311
 312
 313
 314
 315
 316
 317
 318
 319
 320
 321
 322
 323
 324
 325
 326
 327
 328
 329
 330
 331
 332
 333
 334
 335
 336
 337
 338
 339
 340
 341
 342
 343
 344
 345
 346
 347
 348
 349
 350
 351
 352
 353
 354
 355
 356
 357
 358
 359
 360
 361
 362
 363
 364
 365
 366
 367
 368
 369
 370
 371
 372
 373
 374
 375
 376
 377
 378
 379
 380
 381
 382
 383
 384
 385
 386
 387
 388
 389
 390
 391
 392
 393
 394
 395
 396
 397
 398
 399
 400
 401
 402
 403
 404
 405
 406
 407
 408
 409
 410
 411
 412
 413
 414
 415
 416
 417
 418
 419
 420
 421
 422
 423
 424
 
 | liblog-handler-perl (0.90-2) unstable; urgency=medium
  [ Jenkins ]
  * Update standards version to 4.5.1, no changes needed.
 -- Jelmer Vernooij <jelmer@debian.org>  Sun, 28 Aug 2022 14:38:01 +0100
liblog-handler-perl (0.90-1) unstable; urgency=medium
  * Import upstream version 0.90.
  * Update fix-spelling-error-in-manpage.patch.
    Two out of the three typo fixes in the patch are gone in the new release.
  * Update years of packaging copyright.
  * Declare compliance with Debian Policy 4.5.0.
  * Set Rules-Requires-Root: no.
  * Bump debhelper-compat to 13.
 -- gregor herrmann <gregoa@debian.org>  Tue, 14 Jul 2020 18:16:39 +0200
liblog-handler-perl (0.88-2) unstable; urgency=medium
  [ gregor herrmann ]
  * Remove Jonathan Yu from Uploaders. Thanks for your work!
  * Remove Nathan Handler from Uploaders. Thanks for your work!
  * Remove Rene Mayorga 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
  [ gregor herrmann ]
  * Add patch for hostname() warning. (Closes: #903741)
  * Add another fix to fix-spelling-error-in-manpage.patch.
  * Update years of packaging copyright.
  * Annotate test-only build dependencies with <!nocheck>.
  * Declare compliance with Debian Policy 4.4.0.
  * Drop unneeded version from build dependency.
  * Bump debhelper-compat to 12.
  * debian/watch: use uscan version 4.
  * Remove trailing whitespace from debian/*.
 -- gregor herrmann <gregoa@debian.org>  Fri, 19 Jul 2019 16:41:15 -0300
liblog-handler-perl (0.88-1) unstable; urgency=medium
  [ gregor herrmann ]
  * Rename autopkgtest configuration file(s) as per new pkg-perl-
    autopkgtest schema.
  [ Salvatore Bonaccorso ]
  * debian/control: Use HTTPS transport protocol for Vcs-Git URI
  [ gregor herrmann ]
  * debian/copyright: change Copyright-Format 1.0 URL to HTTPS.
  [ Salvatore Bonaccorso ]
  * Imported Upstream version 0.88
  * Update copyright years for debian/* packaging files
  * Bump Debhelper compat level to 9
  * Declare compliance with Debian policy 3.9.8
  * Fix spelling errors in Log::Handler manpage
 -- Salvatore Bonaccorso <carnil@debian.org>  Tue, 09 Aug 2016 16:29:32 +0200
liblog-handler-perl (0.87-1) unstable; urgency=medium
  * New upstream release.
  * debian/gbp.conf: rename section header to newer gbp convention.
  * Update years of packaging copyright.
 -- gregor herrmann <gregoa@debian.org>  Sun, 05 Jul 2015 14:59:46 +0200
liblog-handler-perl (0.84-1) unstable; urgency=medium
  [ gregor herrmann ]
  * Strip trailing slash from metacpan URLs.
  [ Salvatore Bonaccorso ]
  * Update Vcs-Browser URL to cgit web frontend
  [ gregor herrmann ]
  * debian/control: update Module::Build dependency.
  * Add debian/gbp.conf to filter out debian/ dir from upstream tarball.
  * New upstream release.
  * Update years of packaging copyright.
  * Mark package as autopkgtest-able.
  * Declare compliance with Debian Policy 3.9.6.
 -- gregor herrmann <gregoa@debian.org>  Fri, 24 Oct 2014 22:53:42 +0200
liblog-handler-perl (0.82-1) unstable; urgency=low
  * Imported Upstream version 0.82
 -- Salvatore Bonaccorso <carnil@debian.org>  Sun, 03 Nov 2013 22:11:26 +0100
liblog-handler-perl (0.81-1) unstable; urgency=low
  * Imported Upstream version 0.81
  * Bump Standards-Version to 3.9.5
 -- Salvatore Bonaccorso <carnil@debian.org>  Sat, 02 Nov 2013 21:31:02 +0100
liblog-handler-perl (0.80-1) unstable; urgency=low
  * Imported Upstream version 0.80
 -- Salvatore Bonaccorso <carnil@debian.org>  Sat, 05 Oct 2013 13:16:42 +0200
liblog-handler-perl (0.79-1) unstable; urgency=low
  * Imported Upstream version 0.79
  * Add versioned build-dependency for Module::Build 0.40.
    Add alternative Build-Depends on perl (>= 5.17.1) | libmodule-build-perl
    (>= 0.400000) for requirement on Module::Build 0.40.
 -- Salvatore Bonaccorso <carnil@debian.org>  Wed, 18 Sep 2013 08:02:30 +0200
liblog-handler-perl (0.78-1) unstable; urgency=low
  [ Nathan Handler ]
  * Email change: Nathan Handler -> nhandler@debian.org
  [ Salvatore Bonaccorso ]
  * Imported Upstream version 0.76 and 0.78
  * Bump Standards-Version to 3.9.4
  * Drop 0001-Fix-dbi_handle-validation-in-DBI.pm.patch patch
  * Change Vcs-Git to canonical URI (git://anonscm.debian.org)
  * Change search.cpan.org based URIs to metacpan.org based URIs
  * Drop Build-Depends-Indep on libmro-compat-perl
  * Drop Suggests on libmro-compat-perl
  * Update copyright years for debian/* packaging files
 -- Salvatore Bonaccorso <carnil@debian.org>  Fri, 17 May 2013 10:31:13 +0200
liblog-handler-perl (0.75-2) unstable; urgency=low
  * Add 0001-Fix-dbi_handle-validation-in-DBI.pm.patch patch.
    Fix dbi_handle validation in Log::Handler::Output::DBI.
    See https://rt.cpan.org/Public/Bug/Display.html?id=81155
 -- Salvatore Bonaccorso <carnil@debian.org>  Tue, 20 Nov 2012 17:12:13 +0100
liblog-handler-perl (0.75-1) unstable; urgency=low
  [ Ansgar Burchardt ]
  * debian/control: Convert Vcs-* fields to Git.
  [ gregor herrmann ]
  * New upstream release.
  * Update years of packaging copyright.
  * debian/copyright: update to Copyright-Format 1.0.
  * Bump Standards-Version to 3.9.3 (no changes).
 -- gregor herrmann <gregoa@debian.org>  Mon, 19 Mar 2012 20:24:43 +0100
liblog-handler-perl (0.71-1) unstable; urgency=low
  * New upstream release
  * Email change: Salvatore Bonaccorso -> carnil@debian.org
  * Email change: Ansgar Burchardt -> ansgar@debian.org
  * Email change: Ryan Niebur -> ryan@debian.org
  * Refresh debian/copyright.
 -- Salvatore Bonaccorso <carnil@debian.org>  Wed, 16 Feb 2011 12:22:14 +0100
liblog-handler-perl (0.70-1) unstable; urgency=low
  * New upstream release
  * debian/copyright: Refresh copyright years for debian/* packaging.
 -- Salvatore Bonaccorso <carnil@debian.org>  Sun, 09 Jan 2011 19:52:54 +0100
liblog-handler-perl (0.69-1) unstable; urgency=low
  * New upstream release
 -- Salvatore Bonaccorso <carnil@debian.org>  Sun, 12 Dec 2010 08:57:32 +0100
liblog-handler-perl (0.68-1) unstable; urgency=low
  * New upstream release
  * debian/control: Move perl to Build-Depends from Build-Depends-Indep.
 -- Salvatore Bonaccorso <carnil@debian.org>  Thu, 25 Nov 2010 14:41:14 +0100
liblog-handler-perl (0.67-1) unstable; urgency=low
  [ Salvatore Bonaccorso ]
  * Update carnil's email address
  [ Ansgar Burchardt ]
  * New upstream release.
  * Use debhelper compat level 8 for Build.PL.
  * Update my email address.
 -- Ansgar Burchardt <ansgar@debian.org>  Mon, 11 Oct 2010 16:02:57 +0200
liblog-handler-perl (0.66-1) unstable; urgency=low
  * New upstream release
  * Drop fix-pod-spelling.patch patch as it is applied upstream.
  * Refresh debian/copyright file: Refer to Debian systems.
 -- Salvatore Bonaccorso <salvatore.bonaccorso@gmail.com>  Mon, 27 Sep 2010 14:51:59 +0200
liblog-handler-perl (0.65-1) unstable; urgency=low
  [ Salvatore Bonaccorso ]
  * New upstream release
  * Convert to '3.0 (quilt)' source package format.
  * Drop quilt framework from debian/{control,rules}. Drop README.source
    as not needed anymore.
  * Refresh debian/copyright to revision 135 of DEP5 format-
    specification for machine-readable copyright files. Explicitly point
    to GPL-1 text in common-licenses as requested by Debian Policy
    3.9.1.
  * Bump Standards-Version to 3.9.1.
 -- Salvatore Bonaccorso <salvatore.bonaccorso@gmail.com>  Mon, 02 Aug 2010 20:09:20 +0200
liblog-handler-perl (0.64-1) unstable; urgency=low
  * New upstream release
  * Rewrite control description
  * Update years of copyright
  * Add a patch to fix POD spelling errors
  * Standards-Version 3.8.4 (no changes)
  * Add MRO::Compat to B-D-I and Suggests
 -- Jonathan Yu <jawnsy@cpan.org>  Sun, 31 Jan 2010 18:55:19 -0500
liblog-handler-perl (0.63-1) unstable; urgency=low
  * New upstream release
 -- Salvatore Bonaccorso <salvatore.bonaccorso@gmail.com>  Wed, 25 Nov 2009 10:18:54 +0100
liblog-handler-perl (0.62-1) unstable; urgency=low
  * New upstream release
    - Added a reload functionality to Log::Handler and all output-modules.
  * debian/copyright:
    - Update copyright years
    - Refresh format to follow the current machine readable debian/copyright
      format specification in DEP5
  * debian/control: Drop libuniversal-require-perl Depends as it is not
    anymore needed.
 -- Salvatore Bonaccorso <salvatore.bonaccorso@gmail.com>  Sun, 08 Nov 2009 10:23:29 +0100
liblog-handler-perl (0.60-1) unstable; urgency=low
  [ Jonathan Yu ]
  * New upstream release
  * Add myself to Uploaders and Copyright
  * Rewrote control description
  * Refresh copyright information from changelog trailers
  [ Ryan Niebur ]
  * Update ryan52's email address
  [ Nathan Handler ]
  * New upstream release
  * debian/control:
    - Add myself to list of Uploaders
    - Build-Depend on debhelper (>= 7.0.50)
    - Drop libuniversal-require-perl from Build-Depends-Indep
  * debian/rules:
    - Switch to short format
  [ Salvatore Bonaccorso ]
  * New upstream release
  * debian/control:
    - Replace versioned Build-Depends-Indep on perl (>= 5.8.7) with
      unversioned dependency on perl, since 5.8.7 is even not in
      oldstable/Etch.
    - Drop libdevel-backstrace-perl from Build-Depends-Indep and Depends.
  * Bump Standards-Version to 3.8.3
  [ Roberto C. Sanchez ]
  * Remove /me from Uploaders.
 -- Jonathan Yu <jawnsy@cpan.org>  Sat, 24 Oct 2009 07:29:15 -0400
liblog-handler-perl (0.56-1) unstable; urgency=low
  [ Nathan Handler ]
  * debian/watch: Update to ignore development releases.
  [ Salvatore Bonaccorso ]
  * New upstream release
 -- Salvatore Bonaccorso <salvatore.bonaccorso@gmail.com>  Sun, 07 Jun 2009 07:26:50 +0200
liblog-handler-perl (0.54-1) unstable; urgency=low
  * New upstream release
  * Add myself to uploaders
 -- Salvatore Bonaccorso <salvatore.bonaccorso@gmail.com>  Mon, 01 Jun 2009 07:52:11 +0200
liblog-handler-perl (0.52-1) unstable; urgency=low
  * New upstream release.
  * Bump Standards Version to 3.8.1 (no changes).
 -- Ansgar Burchardt <ansgar@43-1.org>  Mon, 25 May 2009 01:30:22 +0200
liblog-handler-perl (0.51-1) unstable; urgency=low
  * New upstream release
  * mention other members in debian/copyright
  * add myself to uploaders
 -- Ryan Niebur <ryanryan52@gmail.com>  Sat, 07 Mar 2009 23:41:18 -0800
liblog-handler-perl (0.50-1) unstable; urgency=low
  * New upstream release.
  * Add myself to Uploaders.
 -- Ansgar Burchardt <ansgar@43-1.org>  Sun, 30 Nov 2008 19:18:29 +0100
liblog-handler-perl (0.49-1) unstable; urgency=low
  [ gregor herrmann ]
  * debian/control: Changed: Switched Vcs-Browser field to ViewSVN
    (source stanza).
  [ Rene Mayorga ]
  * New upstream release
  [ gregor herrmann ]
  * Refresh debian/copyright.
 -- Rene Mayorga <rmayorga@debian.org.sv>  Sat, 22 Nov 2008 02:31:47 -0600
liblog-handler-perl (0.48-1) unstable; urgency=low
  [ Rene Mayorga ]
  * New upstream release
  * debian/control; add libemail-date-perl to B-D-I, this enable
    one more test. Also add it to Suggests
  [ gregor herrmann ]
  * debian/control: removing leading article from short description.
 -- Rene Mayorga <rmayorga@debian.org.sv>  Fri, 31 Oct 2008 19:24:49 -0600
liblog-handler-perl (0.47-2) unstable; urgency=low
  * Add missing dependency on libuniversal-require-perl, thanks to Alexander
    Wirt for the bug report (closes: #502853).
  * Add libdbi-perl to Suggests:.
 -- gregor herrmann <gregoa@debian.org>  Mon, 20 Oct 2008 20:20:08 +0200
liblog-handler-perl (0.47-1) unstable; urgency=low
  * New upstream release
  * add LOG_HANDLER_SOCK_TEST var to debian/rules, this enable just
    one more test
 -- Rene Mayorga <rmayorga@debian.org.sv>  Sun, 07 Sep 2008 22:59:59 -0600
liblog-handler-perl (0.46-1) unstable; urgency=low
  * New upstream release
  * debian/control
    + Use debhelper compat level 7
    + Add module-name to Long Description
    + remove libmodule-build-perl from B-D
    + add myself to uploaders
  * Use rules.dh7.noxs template for debian/rules
 -- Rene Mayorga <rmayorga@debian.org.sv>  Sat, 09 Aug 2008 23:35:32 -0600
liblog-handler-perl (0.45-1) unstable; urgency=low
  * New upstream release.
  * Set Standards-Version to 3.8.0 (no changes).
  * debian/control: add Suggests: libconfig-general-perl, libyaml-perl, as per
    upstream recommendations.
 -- gregor herrmann <gregoa@debian.org>  Sat, 26 Jul 2008 17:00:25 +0200
liblog-handler-perl (0.44-1) unstable; urgency=low
  * New upstream release.
 -- gregor herrmann <gregoa@debian.org>  Thu, 05 Jun 2008 18:36:58 +0200
liblog-handler-perl (0.43-1) unstable; urgency=low
  * New upstream release.
  * debian/rules: enable an additional test by setting
    LOG_HANDLER_SOCK_TEST=1.
 -- gregor herrmann <gregoa@debian.org>  Fri, 23 May 2008 21:42:24 +0200
liblog-handler-perl (0.41-1) unstable; urgency=low
  * New upstream release.
  * Refresh debian/rules, only minor changes; don't install README anymore
    (text version of the POD documentation).
  * Add /me to Uploaders.
 -- gregor herrmann <gregoa@debian.org>  Sat, 10 May 2008 21:27:32 +0200
liblog-handler-perl (0.40-1) unstable; urgency=low
  * New upstream release.
  * Added watch file.
  * Added libuniversal-require-perl to Build-Depends-Indep.
  * Enable more tests.
 -- Roberto C. Sanchez <roberto@connexer.com>  Mon, 05 May 2008 21:21:49 -0400
liblog-handler-perl (0.38-1) unstable; urgency=low
  * Initial Release (Closes: #471575).
 -- Roberto C. Sanchez <roberto@connexer.com>  Tue, 18 Mar 2008 20:30:54 -0400
 |