File: changelog

package info (click to toggle)
xplc 0.3.13-10
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 1,532 kB
  • sloc: sh: 2,739; cpp: 2,697; ansic: 1,127; makefile: 64; perl: 6
file content (222 lines) | stat: -rw-r--r-- 6,561 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
xplc (0.3.13-10) unstable; urgency=low

  * QA upload.

  [ Debian Janitor ]
  * Set upstream metadata fields: Bug-Database, Bug-Submit, Name (from
    ./configure), Repository, Repository-Browse.

 -- Jelmer Vernooij <jelmer@debian.org>  Sat, 13 Feb 2021 13:08:26 +0000

xplc (0.3.13-9) unstable; urgency=medium

  * QA upload.
  * Fix ftbfs with gcc-10. (Closes: #957992)

 -- Sudip Mukherjee <sudipm.mukherjee@gmail.com>  Wed, 17 Jun 2020 15:03:51 +0100

xplc (0.3.13-8) unstable; urgency=medium

  * QA upload.
  * Update Standards-Version to 4.5.0
  * Use debhelper-compat.
    - Update to compat level 13.
    - Remove cdbs.
    - Remove dh-autoreconf.
    - Simplify d/rules.
    - List files not installed.
    - Adjust the path for mutiarch location.
  * Mark Vcs to salsa.
  * Remove whitespace from changelog.

  [ Boyuan Yang ]
  * debian/*.links: Removed since it breaks Multi-Arch and is useless.

 -- Sudip Mukherjee <sudipm.mukherjee@gmail.com>  Mon, 08 Jun 2020 18:27:57 +0100

xplc (0.3.13-7) unstable; urgency=medium

  * QA upload.
  * Fix buffer overflow in uuidcdef.
    Thanks to Chris West <solo-debianbugs@goeswhere.com> (Closes: #858178)
  * Mark other patches as forwarded.

 -- Reiner Herrmann <reiner@reiner-h.de>  Sun, 21 May 2017 19:06:24 +0200

xplc (0.3.13-6) unstable; urgency=low

  [ Reiner Herrmann ]
  * QA upload.
  * Add Vcs-* URLs.
  * Remove unnecessary debdiff file.
  * Remove unnused control.in.
  * Bump debhelper compatibility to 9.
  * Bump Standards-Version to 3.9.8.
  * Section 'libs' inherited from source package.
  * Describe difference of libxplc0.3.13-dev package.
  * Add DEP3 headers to patches.
  * Enable all hardening options.
  * Add symbols file for library.
  * Create shlib symlink.
  * Add patch for reproducible building.

  [ Mattia Rizzolo ]
  * Fix lintian override name for source-contains-cvs-control-dir
  * Use dpkg-buildflag facilities instead of setting CFLAGS/CXXFLAGS

 -- Reiner Herrmann <reiner@reiner-h.de>  Mon, 23 May 2016 21:31:37 +0000

xplc (0.3.13-5) unstable; urgency=low

  * QA upload
  * run dh-autoreconf to update for new architectures (Closes: #759439)
    - debian/control: add build-dependency on dh-autoreconf
    - debian/rules: include autoreconf.mk

 -- Ralf Treinen <treinen@debian.org>  Fri, 19 Sep 2014 08:55:47 +0200

xplc (0.3.13-4) unstable; urgency=low

  * QA upload.
  * Change to source 3.0 (quilt) format.
  * Fix FTBFS on GNU/Hurd. (Closes: #671384, #686267).
    - Thanks to Svante Signell and Cyril Roelandt for the patches.
  * Support --as-needed. (Closes: #606835).
    - Thanks to Stefan Potyra for the patch.

 -- Barry deFreese <bdefreese@debian.org>  Mon, 13 May 2013 12:00:03 -0400

xplc (0.3.13-3) unstable; urgency=low

  * QA upload
  * Build with -fno-strict-aliasing all the time to work around an aliasing
    bug. Patch taken from ubuntu, see launchpad bug#437726. Thanks a lot
    to Michael Hope for the hint (closes: #513512).

 -- Ralf Treinen <treinen@debian.org>  Thu, 12 Aug 2010 21:04:43 +0200

xplc (0.3.13-2) unstable; urgency=low

  * QA upload.
    + Set maintainer to Debian QA Group <packages@qa.debian.org>.
    + Remove current maintainer. (Closes: #487141).
  * Add Homepage field.
  * Add ${misc:Depends}.
  * Update ${Source-Version} to ${binary:Version}.
  * Add watch file.
  * Convert debian/copyright to UTF-8.
  * Bump debhelper build-dep to 5.
  * Bump Standards Version to 3.8.0.

 -- Barry deFreese <bdefreese@debian.org>  Thu, 29 Jan 2009 12:11:51 -0500

xplc (0.3.13-1) unstable; urgency=low

  * New upstream release.
    - Includes /usr/bin/uuidcdef.  (Closes: Bug#310755)
  * Built for G++ 4.0.

 -- Simon Law <sfllaw@debian.org>  Fri, 21 Oct 2005 09:48:37 -0400

xplc (0.3.11-1) unstable; urgency=low

  * New Upstream release. (Closes: #286505)
  * Acknowledge NMU. (Closes: #290424)

 -- James Morrison <phython@debian.org>  Tue, 22 Mar 2005 22:57:10 -0500

xplc (0.3.10-3.1) unstable; urgency=low

  * Non-maintainer upload.
  * Fix for int size issues that break building on 64-bit platforms; not
    release-critical for this package, but is holding up RC bugfixes for
    packages that reverse-depend on xplc.  Thanks to Kurt Roeckx for the
    patch.  (Closes: #286505)
  * Invoke ldconfig as /sbin/ldconfig, fixing build failures when /sbin
    is not part of the path (as is the case on many third-party build
    systems).  Closes: #290424

 -- Steve Langasek <vorlon@debian.org>  Tue, 18 Jan 2005 03:57:10 -0800

xplc (0.3.10-3) unstable; urgency=low

  * Add a Build-Depends for debhelper, which I though cdbs pulled in
    automatically.  (Closes: Bug#283884)

 -- Simon Law <sfllaw@debian.org>  Thu,  2 Dec 2004 07:52:49 -0500

xplc (0.3.10-2) unstable; urgency=low

  * Install examples into libxplc-dev.

 -- Simon Law <sfllaw@debian.org>  Thu, 07 Oct 2004 15:02:12 -0400

xplc (0.3.10-1) unstable; urgency=low

  * New upstream release.  (Closes: Bug#281786)
  * New maintainer.
  * Renamed libxplc and libxplc-dev to reflect that they have unstable
    API and ABIs.

 -- Simon Law <sfllaw@debian.org>  Mon, 04 Oct 2004 18:45:49 -0400

xplc (0.3.9-1) unstable; urgency=low

  * New upstream release.

 -- Pierre Phaneuf <pp@ludusdesign.com>  Mon, 27 Sep 2004 19:25:31 +0000

xplc (0.3.8-1) unstable; urgency=low

  * New upstream release.

 -- Pierre Phaneuf <pp@ludusdesign.com>  Tue, 20 Jul 2004 21:32:32 +0000

xplc (0.3.7-1) unstable; urgency=low

  * New upstream release.

 -- Pierre Phaneuf <pp@ludusdesign.com>  Thu,  1 Jul 2004 20:37:52 +0000

xplc (0.3.6-1) unstable; urgency=low

  * New upstream release.

 -- Pierre Phaneuf <pp@ludusdesign.com>  Fri, 25 Jun 2004 18:50:16 +0000

xplc (0.3.5-1) unstable; urgency=low

  * New upstream release.

 -- Pierre Phaneuf <pp@ludusdesign.com>  Fri, 21 May 2004 20:27:00 +0000

xplc (0.3.4-1) unstable; urgency=low

  * New upstream release.

 -- Pierre Phaneuf <pp@ludusdesign.com>  Wed,  7 Apr 2004 15:03:24 -0400

xplc (0.3.3-1) unstable; urgency=low

  * New upstream release.

 -- Pierre Phaneuf <pp@ludusdesign.com>  Sat, 20 Mar 2004 15:00:58 -0500

xplc (0.3.2-1) unstable; urgency=low

  * New upstream release.

 -- Pierre Phaneuf <pp@ludusdesign.com>  Fri,  9 Jan 2004 10:01:00 -0500

xplc (0.3.1-1) unstable; urgency=low

  * New upstream release.
  * Made the libxplc-dev package depend on the libxplc package.

 -- Pierre Phaneuf <pp@ludusdesign.com>  Fri, 12 Dec 2003 16:18:23 -0500

xplc (0.3.0-1) unstable; urgency=low

  * Package xplc.

 -- James Morrison <phython@debian.org>  Fri, 24 Oct 2003 17:48:36 -0400