File: changelog

package info (click to toggle)
abi-compliance-checker 2.3-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 3,116 kB
  • sloc: perl: 29,708; xml: 5,057; javascript: 74; makefile: 32; sh: 1
file content (300 lines) | stat: -rw-r--r-- 10,200 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
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
abi-compliance-checker (2.3-3) unstable; urgency=medium

  * patch: include stdlib.h in sample used for tests. Closes: #1108827.

 -- Jérémy Lal <kapouer@melix.org>  Sun, 06 Jul 2025 12:07:25 +0200

abi-compliance-checker (2.3-2) unstable; urgency=medium

  [ Mathieu Malaterre ]
  * d/control: Point to actual correct homepage

  [ Steve Langasek ]
  * d/patches: Fix Invalid use of Perl "next". Closes: #951076
  * d/patches: uses inconsitent flags to GCC for C code. Closes: #1030540

  [ Mathieu Malaterre ]
  * d/s/lintian-overrides: remove warning about doc/index.html
  * d/control: Bump Std-Vers to 4.6.2 no changes needed

 -- Mathieu Malaterre <malat@debian.org>  Thu, 23 Feb 2023 08:27:46 +0100

abi-compliance-checker (2.3-1) unstable; urgency=medium

  * d/patches: statx and statx_timestamp need to be skipped. Closes: #916294
  * d/control: Update location of source code
  * d/control: Update new Vcs locations
  * d/compat: Move to compat 10
  * d/control: Bumpt Std-Vers to 4.6.0 no changes needed

 -- Mathieu Malaterre <malat@debian.org>  Thu, 09 Dec 2021 07:55:56 +0100

abi-compliance-checker (2.3-0.2) unstable; urgency=medium

  * Non-maintainer upload

  [ Steve Langasek ]
  * debian/patches/fpic-for-arm64.patch: require -fPIC on arm64 in
    addition to x86_64 and arm (Closes: #907604).
  * debian/patches/oom-exec-helper.patch: Run packing commands in a
    subprocess (Closes: #907602).

 -- Gianfranco Costamagna <locutusofborg@debian.org>  Tue, 04 Sep 2018 10:28:14 +0200

abi-compliance-checker (2.3-0.1) unstable; urgency=medium

  * Non-maintainer upload
  * New upstream release (Closes: #904126)
  * Update copyright and licenses

 -- Gianfranco Costamagna <locutusofborg@debian.org>  Thu, 19 Jul 2018 20:57:41 +0200

abi-compliance-checker (2.2-2) unstable; urgency=medium

  * Update Std-Vers to 4.1.0, no changes needed
  * Fix lintian warning: privacy-breach-logo

 -- Mathieu Malaterre <malat@debian.org>  Wed, 20 Sep 2017 14:24:17 +0200

abi-compliance-checker (2.2-1) unstable; urgency=medium

  * New upstream release: 2.2. Remove patches:
    - d/p/emergency-mode.patch
    - d/p/fix-test-compilation.patch
    - d/p/remove-gcc-check.patch
  * Remove Ryan Niebur from Uploaders. Closes: #856362.
    Thanks for your work !

 -- Mathieu Malaterre <malat@debian.org>  Fri, 15 Sep 2017 21:44:01 +0200

abi-compliance-checker (1.99.22-1.1) unstable; urgency=high

  [ Dmitry Shachnev ]
  * Add a patch to fix tests compilation with new GCC.
  * Add a patch to not rely on GCC for symbols mangling, it is not working
    with GCC 6 and GCC 7 because of PR c++/78040.

  [ Gianfranco Costamagna ]
  * Non-maintainer upload
  * Fix autopkgtests, due to bad doit call (Closes: #868473)

 -- Gianfranco Costamagna <locutusofborg@debian.org>  Fri, 01 Sep 2017 07:51:53 +0200

abi-compliance-checker (1.99.22-1) unstable; urgency=medium

  * New upstream release

 -- Mathieu Malaterre <malat@debian.org>  Sat, 16 Jul 2016 21:24:11 +0200

abi-compliance-checker (1.99.20-3) unstable; urgency=medium

  * Fix copyright file missing. Closes: #825556

 -- Mathieu Malaterre <malat@debian.org>  Wed, 01 Jun 2016 17:47:57 +0200

abi-compliance-checker (1.99.20-2) unstable; urgency=medium

  * Make sure to build manpage during indep build.

 -- Mathieu Malaterre <malat@debian.org>  Mon, 23 May 2016 09:55:55 +0200

abi-compliance-checker (1.99.20-1) unstable; urgency=medium

  * New release. Closes: #825053. Remove patches applied upstream:
    - d/p/bug798470.patch
    - d/p/bug805441.patch
  * Bump Std-Vers to 3.9.8, no changes needed

 -- Mathieu Malaterre <malat@debian.org>  Mon, 23 May 2016 09:09:59 +0200

abi-compliance-checker (1.99.14-1.1) unstable; urgency=medium

  * Non-maintainer upload.
  * Restore support for GNU/Hurd - backport from upstream (Closes: #805441)

 -- Mattias Ellert <mattias.ellert@fysast.uu.se>  Sun, 08 May 2016 06:34:53 +0200

abi-compliance-checker (1.99.14-1) unstable; urgency=medium

  * New release. Refresh patches.

 -- Mathieu Malaterre <malat@debian.org>  Fri, 06 Nov 2015 21:42:20 +0100

abi-compliance-checker (1.99.11-1) unstable; urgency=medium

  * New upstream
  * Bump Std-Vers to 3.9.6, no changes needed
  * drop timestamp from generated HTML reports. Closes: #798470 
  * make the generated .abi.tar.gz files reproducible. Closes: #798481

 -- Mathieu Malaterre <malat@debian.org>  Wed, 16 Sep 2015 21:53:39 +0200

abi-compliance-checker (1.99.9-2) unstable; urgency=low

  * dh-acc should depend on debhelper. Closes: #749907
  * use --prefix/--destdir for reproducible builds. Closes: #739319
  * Bump Std-Vers to 3.9.5, no changes needed

 -- Mathieu Malaterre <malat@debian.org>  Sat, 05 Jul 2014 14:39:01 +0200

abi-compliance-checker (1.99.9-1) unstable; urgency=low

  * New upstream. Closes: #735684
  * Refresh patch since gcc 4.8.2 is known to be fixed in debian

 -- Mathieu Malaterre <malat@debian.org>  Sat, 01 Feb 2014 11:51:56 +0100

abi-compliance-checker (1.99.8.5-4) unstable; urgency=medium

  * Change "gcc, binutils" depends to "build-essential" as DEP8 runner
    demonstrates, "gcc & binutils" alone are not enough to execute and
    verify that abi-compliance-checker is properly operational. The
    increase in pulled in dependencies is small, and most of the time is
    already installed in environments where people want to execute
    abi-compiance-checker.

 -- Dimitri John Ledkov <xnox@ubuntu.com>  Fri, 24 Jan 2014 14:30:01 +0000

abi-compliance-checker (1.99.8.5-3) unstable; urgency=medium

  * Team upload
  * Remove gcc version check, gcc is fixed in debian. This should also
    resolve autopackage DEP8 test failure as seen at
    http://ci.debian.net/#package/abi-compliance-checker

 -- Dimitri John Ledkov <xnox@ubuntu.com>  Thu, 23 Jan 2014 14:55:10 +0000

abi-compliance-checker (1.99.8.5-2) unstable; urgency=low

  * New upstream
    + add new options: -affected-limit/-cpp-incompatible

 -- Mathieu Malaterre <malat@debian.org>  Sun, 13 Oct 2013 15:19:48 +0200

abi-compliance-checker (1.99.8.2-1) unstable; urgency=low

  * New upstream
  * Make sure dh_acc pulls a-c-c (= ${binary:Version})
  * Automate man page generation

 -- Mathieu Malaterre <malat@debian.org>  Mon, 26 Aug 2013 14:56:19 +0200

abi-compliance-checker (1.99.8-1) unstable; urgency=low

  * New upstream release
    - Fixed compatibility with gcc-4.8
  * Update watch file to point at github

 -- Dmitrijs Ledkovs <xnox@debian.org>  Thu, 01 Aug 2013 10:52:43 +0100

abi-compliance-checker (1.99.7-1) unstable; urgency=low

  * New upstream
    - Fixed default arguments of methods (broken in 1.99.1)

 -- Mathieu Malaterre <malat@debian.org>  Mon, 29 Jul 2013 21:56:09 +0200

abi-compliance-checker (1.99.1-1) unstable; urgency=low

  [ James Hunt ]
  * Added DEP-8 self-test. Closes: #709357

  [ Mathieu Malaterre ]
  * New upstream, upload to sid
  * Update man page, suggests icheck
  * Recommends ctags. Closes: #711503
  * Remove patches applied upstream:
    - d/p/allow-suffix-on-dumps.patch 

 -- Mathieu Malaterre <malat@debian.org>  Tue, 11 Jun 2013 10:48:45 +0200

abi-compliance-checker (1.98.8-1~exp1) experimental; urgency=low

  * New upstream release
  * Add dh_acc to generate and compare library dumps at build time,
    together with addons for dh(7) and cdbs.
  * Bump standards version, bump debhelper to 9, use 3.0 (quilt) format,
    update Vcs-Svn field to canonical form, remove obsolete
    DM-Upload-Allowed.
  * Apply a patch to allow suffixes on a-c-c abi dumps.

 -- Dmitrijs Ledkovs <dmitrij.ledkov@ubuntu.com>  Fri, 19 Apr 2013 16:56:57 +0100

abi-compliance-checker (1.97.7-1) unstable; urgency=low

  * New upstream
    - Optimization of memory usage (5%-10%) and performance (5%-10%)
    - Improved support for GCC 4.0-4.5
    - New Options: -open -sort
  * Move doc-base to Suggest. Closes: #673091
  * Fix man page using --info to report all command line options

 -- Mathieu Malaterre <malat@debian.org>  Thu, 31 May 2012 14:21:07 +0200

abi-compliance-checker (1.97.5-1) unstable; urgency=low

  * New upstream
    - Add support for GCC 4.7
    - Optimization of memory usage (20%-30%) and performance (10%-20%)
  * Install documentation using doc-base
  * Remove usage of pwd in d/rules

 -- Mathieu Malaterre <malat@debian.org>  Tue, 15 May 2012 10:22:06 +0200

abi-compliance-checker (1.97.3-1) unstable; urgency=low

  * New upsteam:
   - checks both binary and source-level compatibility issues with C/C++ APIs
  * fix lintian warning for the manpage

 -- Mathieu Malaterre <malat@debian.org>  Thu, 05 Apr 2012 15:46:42 +0200

abi-compliance-checker (1.96.8-1) unstable; urgency=low

  * New release (add --headers-list and --lang options).
  * Bump Standard-Version to 3.9.3, no changes needed.

 -- Mathieu Malaterre <mathieu.malaterre@gmail.com>  Mon, 05 Mar 2012 10:39:04 +0100

abi-compliance-checker (1.96.1-2) unstable; urgency=low

  * Update man page. Closes: #568655

 -- Mathieu Malaterre <mathieu.malaterre@gmail.com>  Wed, 25 Jan 2012 11:41:17 +0100

abi-compliance-checker (1.96.1-1) unstable; urgency=low

  * New upstream 1.96.1. Closes: #568650, #598798
  * Fix typo in d/control. Closes: #592975
  * Fix d/watch file

 -- Mathieu Malaterre <mathieu.malaterre@gmail.com>  Wed, 21 Dec 2011 09:34:38 +0100

abi-compliance-checker (1.6-1) unstable; urgency=low

  [ Ryan Niebur ]
  * New Upstream Version
  * improve short description from to meet devrefs suggestions
  * Debian Policy 3.8.3
  * reqiure debhelper 7.0.50
  * adjustements to the manpage to fix man errors
  * fix hyphen minus signs in manpage
  * s/This/abi-compliance-checker/ in long description

  [ Paul Sladen ]
  * Include handwritten manpage
  + Remove help2man dependency
  * debian/watch: Case insentisve match (WikiMedia CamelCasing)
  * debian/copyright:
  + add copyright year
  + expand "RAS" to Russian Academy of Sciences
  + add email address for upstream maintainer
  * debian/control: tweak Description:

 -- Ryan Niebur <ryanryan52@gmail.com>  Wed, 02 Sep 2009 17:29:18 -0700

abi-compliance-checker (1.1-1) unstable; urgency=low

  * Initial release (Closes: #540247)

 -- Ryan Niebur <ryanryan52@gmail.com>  Thu, 06 Aug 2009 14:43:30 -0700