| 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
 
 | libdata-messagepack-perl (1.02-1) unstable; urgency=medium
  * Team upload.
  [ gregor herrmann ]
  * debian/rules: move include/ directory out of the way to avoid
    accidentally using the bundled msgpack library.
    This replicates the 'DEB_UPSTREAM_CRUFT_MOVE = include' rune from the old
    CDBS debian/rules version.
  [ Debian Janitor ]
  * Update standards version to 4.6.0, no changes needed.
  [ gregor herrmann ]
  * Import upstream version 1.02.
  * Update debian/upstream/metadata.
  * Update build and runtime dependencies.
    + Drop unused ${cdbs:Depends} from Depends.
    + Remove unneeded libfile-copy-recursive-perl from Build-Depends.
    + Annotate test-only build dependencies with <!nocheck>.
  * Fix encoding glitch in previous changelog entry.
 -- gregor herrmann <gregoa@debian.org>  Sat, 19 Mar 2022 19:06:52 +0100
libdata-messagepack-perl (1.01-2) unstable; urgency=medium
  * Switch rules from CDBS to dh
  * Bump compat from 10 to 13
  * Fix "R³ set unnecessarily to binary-targets" solved by switch from CDBS to
    dh (Closes: #990997)
 -- Christopher Hoskin <mans0954@debian.org>  Fri, 16 Jul 2021 07:20:29 +0100
libdata-messagepack-perl (1.01-1) unstable; urgency=medium
  [ Debian Janitor ]
  * Remove constraints unnecessary since stretch:
    + Build-Depends: Drop versioned constraint on debhelper.
  [ Christopher Hoskin ]
  * New upstream release (1.01)
  * Get package building with Module::Build
  * Update copyright
  * Set Rules-Requires-Root to binary-targets (required for dh_strip)
  * Bump Standards-Version from 4.1.3 to 4.5.1 (no change required)
 -- Christopher Hoskin <mans0954@debian.org>  Mon, 12 Jul 2021 08:45:01 +0100
libdata-messagepack-perl (1.00-4) unstable; urgency=medium
  * Team upload.
  * Bump version of libmsgpack-dev to 3.1.0 after a build failure on armhf
    against version 3.0.1. According to the upstream changelog,
    msgpack/timestamp.h started to being installed in 3.1.0
 -- gregor herrmann <gregoa@debian.org>  Tue, 14 Jul 2020 22:54:23 +0200
libdata-messagepack-perl (1.00-3) unstable; urgency=medium
  * Team upload.
  [ Damyan Ivanov ]
  * declare conformance with Policy 4.1.3 (no changes needed)
  [ Salvatore Bonaccorso ]
  * Update Vcs-* headers for switch to salsa.debian.org
  [ gregor herrmann ]
  * debian/*: update URLs from {search,www}.cpan.org to MetaCPAN.
  [ Christopher Hoskin ]
  * Use my @debian address in control, copyright, patches
  [ Debian Janitor ]
  * Bump debhelper dependency to >= 9, since that's what is used in
    debian/compat.
  * Bump debhelper from old 9 to 10.
  * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
    Repository-Browse.
  [ Matthias Klose ]
  * Fix build with msgpack-c 3.0. (Closes: #963292)
 -- gregor herrmann <gregoa@debian.org>  Tue, 14 Jul 2020 20:59:37 +0200
libdata-messagepack-perl (1.00-2) unstable; urgency=medium
  * Modernize Vcs-* fields: Consistently use git (not cgit) in path.
  * Declare compliance with Debian Policy 4.1.0.
  * Update copyright info:
    + Use https protocol in file format URL.
    + Extend coverage for myself.
    + Fix add License section for BSL-1.0.
  * Update watch file:
    + Mention gbp --uscan in usage comment.
    + Use substitution strings.
  * Advertise DEP-3 format in patch headers.
  * Drop obsolete lintian override regarding debhelper 9.
  * Tighten lintian overrides regarding License-Reference.
  * Modernize cdbs:
    + Do copyright-check in maintainer script (not during build).
    + Relax to build-depend unversioned on cdbs: Needed version
      satisfied even in oldstable.
    + Stop build-depend on licensecheck.
  * Add patch 1001 to fix include msgpack/unpack.h for
    msgpack_unpack_return enum.
    Closes: Bug#866791. Thanks to James McCoy.
 -- Jonas Smedegaard <dr@jones.dk>  Mon, 18 Sep 2017 02:30:52 +0200
libdata-messagepack-perl (1.00-1) unstable; urgency=medium
  [ upstream ]
  * New release.
    Closes: Bug#827576. Thanks to James McCoy.
  [ Jonas Smedegaard ]
  * Build-depend on recent libmsgpack-dev, and add patch to link against
    that.
  * Git-ignore quilt .pc dir.
  * Update watch file:
    + Bump to version 4.
    + Use only MetaCPAN URL.
    + Mention uscan and gpb in usage comment.
  * Modernize git-buildpackage config: Filter any .git* file.
  * Stop track upstream source with CDBS (use gpb --uscan).
  * Update copyright info:
    + Extend coverage of packaging to include current year.
    + Extend coverage for and change license for embedded copy of
      msgpack-c.
  * Build-depend on libfile-copy-recursive-perl.
  * Unfuzz patch 2001.
  [ Christopher Hoskin ]
  * Update patch 2001, and add DEP3 header.
  * Update Vcs-Git: Use https protocol.
  * Fix add trailing newline to long description.
  * Include module name in description.
  * Enable autopkgtest.
  * Remove Makefile.old in clean target.
  * Declare compliance with Debian Policy 3.9.8.
  * Enable hardening
  * Build-depend on licensecheck (not devscripts).
  * Update copyright info:
    + Add myself as packaging author.
  * Update lintian override (tag changed).
  * Add myself as uploader.
 -- Jonas Smedegaard <dr@jones.dk>  Sun, 18 Sep 2016 21:44:11 +0200
libdata-messagepack-perl (0.49-1) unstable; urgency=medium
  [ upstream ]
  * New release.
    + Fix undefined behavior issue of overflow.
  [ Jonas Smedegaard ]
  * Add TODO about use of system-shared headers.
  * Add git-buildpackage config, enabling pristine-tar and tag signing.
  * Use by-module URL as preferred for upstream source: in
    upstream-tarball.mk hints, and favored over metacpan URL in watch
    file.
  * Update copyright info:
    + Fix double-space-delimit copyright holders: Mandated by copyright
      file format 1.0.
    + Fix use verbatim license grant in GPL-3+ license section.
    + Use License-Grant and License-Reference fields.
      Thanks to Ben Finney.
    + Extend copyright of packaging to cover current year.
  * Add lintian override regarding license in License-Reference field.
    See bug#786450.
  * Bump debhelper compatibility level to 9.
  * Add lintian override regarding debhelper 9.
  * Declare compliance with Debian Policy 3.9.6.
  [ Salvatore Bonaccorso ]
  * Update Vcs-Browser URL to use cgit web frontend.
  [ Vasudev Kamath ]
  * Drop myself from uploaders.
 -- Jonas Smedegaard <dr@jones.dk>  Mon, 23 Nov 2015 15:00:41 +0100
libdata-messagepack-perl (0.48-1) unstable; urgency=low
  [ Vasudev Kamath ]
  * Initial Release.
    Closes: bug#726288.
 -- Jonas Smedegaard <dr@jones.dk>  Fri, 23 May 2014 22:15:11 +0200
 |