File: changelog

package info (click to toggle)
libuuid-perl 0.28-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 124 kB
  • sloc: perl: 17; makefile: 5
file content (194 lines) | stat: -rw-r--r-- 6,757 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
libuuid-perl (0.28-2) unstable; urgency=medium

  [ Debian Janitor ]
  * Bump debhelper from old 11 to 12.
  * Set debhelper-compat version in Build-Depends.
  * Update standards version to 4.4.1, no changes needed.

  [ gregor herrmann ]
  * debian/control: update Build-Depends for cross builds.
  * debian/watch: use uscan version 4.

  [ Debian Janitor ]
  * Update standards version to 4.5.0, no changes needed.

  [ gregor herrmann ]
  * Update 'DEB_BUILD_MAINT_OPTIONS = hardening=+bindnow' to '=+all'.

  [ Debian Janitor ]
  * Bump debhelper from old 12 to 13.
  * Update standards version to 4.5.1, no changes needed.

  [ gregor herrmann ]
  * Update years of packaging copyright.
  * Declare compliance with Debian Policy 4.6.1.
  * Set Rules-Requires-Root: no.

 -- gregor herrmann <gregoa@debian.org>  Mon, 15 Aug 2022 12:26:59 +0200

libuuid-perl (0.28-1) unstable; urgency=medium

  [ Salvatore Bonaccorso ]
  * Update Vcs-* headers for switch to salsa.debian.org

  [ gregor herrmann ]
  * New upstream release.
  * Update years of packaging copyright, and refresh license stanzas.
  * Declare compliance with Debian Policy 4.3.0.
  * Bump debhelper compatibility level to 11.

 -- gregor herrmann <gregoa@debian.org>  Fri, 04 Jan 2019 23:46:54 +0100

libuuid-perl (0.27-1) unstable; urgency=medium

  * Team upload.

  [ gregor herrmann ]
  * debian/copyright: change Copyright-Format 1.0 URL to HTTPS.

  [ Angel Abad ]
  * New upstream version 0.27
  * debian/copyright:
    + Update years.
    + Migrate X-Comment to Comment.

 -- Angel Abad <angel@debian.org>  Tue, 11 Oct 2016 10:24:48 +0200

libuuid-perl (0.26-1) unstable; urgency=medium

  * New upstream release.
  * Drop workaround for Makefile.PL from debian/rules, fixed upstream.

 -- gregor herrmann <gregoa@debian.org>  Sat, 07 May 2016 15:40:38 +0200

libuuid-perl (0.25-1) unstable; urgency=medium

  [ Salvatore Bonaccorso ]
  * debian/control: Use HTTPS transport protocol for Vcs-Git URI

  [ gregor herrmann ]
  * New upstream release.
  * Update years of upstream and packaging copyright.
  * Work around a Makefile.PL problem in debian/rules.
  * Set bindnow linker flag in debian/rules.
  * Drop Conflicts on ancient doc-base.
    Oldstable already has a newer version.
    Drop corresponding lintian override as well.
  * Declare compliance with Debian Policy 3.9.8.

 -- gregor herrmann <gregoa@debian.org>  Fri, 06 May 2016 19:58:51 +0200

libuuid-perl (0.24-1) unstable; urgency=medium

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

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

  [ Axel Beckert ]
  * Import new upstream release
    + Add new build-dependency libdevel-checklib-perl.
    + Ships much improved POD (Closes: #719186)
  * Declare compliance with Debian Policy 3.9.6 (no changes needed)
  * Add "Testsuite: autopkgtest-pkg-perl" header.

 -- Axel Beckert <abe@debian.org>  Sun, 26 Apr 2015 03:59:26 +0200

libuuid-perl (0.05-1) unstable; urgency=low

  [ Ansgar Burchardt ]
  * Update my email address.
  * debian/control: Convert Vcs-* fields to Git.

  [ Salvatore Bonaccorso ]
  * debian/copyright: Replace DEP5 Format-Specification URL from
    svn.debian.org to anonscm.debian.org URL.
  * Change Vcs-Git to canonical URI (git://anonscm.debian.org)
  * Change search.cpan.org based URIs to metacpan.org based URIs

  [ Axel Beckert ]
  * Import new upstream version (no code changes; closes: #676164)
  * Rework debian/copyright. Fixes the following lintian warnings:
    + out-of-date-copyright-format-uri
    + obsolete-field-in-dep5-copyright
    + ambiguous-paragraph-in-dep5-copyright
    + copyright-refers-to-symlink-license
  * Bump debhelper compatibility to 9
    + Update versioned debhelper build-dependency accordingly
    + Fixes lintian warning hardening-no-relro
  * Bump Standards-Version to 3.9.4 (no further changes)
  * Add the general description of libuuid from the uuid-dev package to
    the long description. Fixes the lintian warning
    extended-description-is-probably-too-short.
  * Bump debhelper build-dependency to >= 9.20120312 (fixes pkg-perl
    specific lintian warning arch-any-package-needs-newer-debhelper)
  * Add lintian override for conflicts-with-version since the big hammer
    in the previous upload was on purpose.
  * Add myself to Uploaders and debian/copyright.
  * Apply wrap-and-sort.

 -- Axel Beckert <abe@debian.org>  Sun, 08 Sep 2013 19:01:53 +0200

libuuid-perl (0.02-5) unstable; urgency=low

  * debian/control: conflict on doc-base << 0.10.3 to avoid package
    installation failure due to symbol lookup errors when perl 5.14 and
    libuuid-perl get unpacked and trigger the old doc-base.
    Thanks to Martin Pitt for testing this in Ubuntu, Niko Tyni for the
    initial analysis, and Stuart Prescott for further triaging.
    (Closes: #652638) (LP: #902553)

 -- gregor herrmann <gregoa@debian.org>  Sun, 14 Oct 2012 18:09:59 +0200

libuuid-perl (0.02-4) unstable; urgency=low

  [ gregor herrmann ]
  * debian/control: Changed: Switched Vcs-Browser field to ViewSVN
    (source stanza).
  * debian/control: Added: ${misc:Depends} to Depends: field.
  * debian/control: remove Clint Adams from Uploaders at his request.
  * debian/control: change my email address.

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

  [ Ansgar Burchardt ]
  * Use debhelper.
  * Depend on perl-base instead of the full perl package. (Closes: #588427)
  * debian/control: Make build-dep on perl unversioned.
  * Use source format 3.0 (quilt).
  * Convert debian/copyright to proposed machine-readable format.
  * Bump Standards-Version to 3.9.0.
  * Add myself to Uploaders.

 -- Ansgar Burchardt <ansgar@43-1.org>  Thu, 08 Jul 2010 18:24:23 +0900

libuuid-perl (0.02-3) unstable; urgency=low

  * debian/watch: use dist-based URL.
  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser
    field (source stanza); Homepage field (source stanza).
  * debian/rules:
    - fix removal of /usr/share/perl5 in debian/rules (closes: #463440)
    - install upstream changelog
    - move tests to build-stamp target
    - let install-stamp depend on build-stamp
  * Add /me to Uploaders.

 -- gregor herrmann <gregor+debian@comodo.priv.at>  Sun, 03 Feb 2008 20:53:33 +0100

libuuid-perl (0.02-2) unstable; urgency=low

  * Fix FTBFS with perl 5.10 (rules could not cope with a non-broken
    MakeMaker).  closes: #463440.
  * Bump to Standards-Version 3.7.3.
  * Set maintainer to Debian Perl Group.

 -- Clint Adams <schizo@debian.org>  Thu, 31 Jan 2008 13:58:45 -0500

libuuid-perl (0.02-1) unstable; urgency=low

  * Initial Release.

 -- Clint Adams <schizo@debian.org>  Thu,  4 Jan 2007 13:39:39 -0500