File: changelog

package info (click to toggle)
adacontrol 1.21r6b-7
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 9,012 kB
  • sloc: ada: 71,303; python: 733; sh: 462; xml: 224; makefile: 73; sed: 30
file content (415 lines) | stat: -rw-r--r-- 15,332 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
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
adacontrol (1.21r6b-7) unstable; urgency=medium

  * Reupload to unstable for gnat-10 transition.
  * Standards-Version: 4.5.1.

 -- Nicolas Boulenguez <nicolas@debian.org>  Sun, 13 Dec 2020 16:23:15 +0100

adacontrol (1.21r6b-6) experimental; urgency=medium

  * Build with gnat-10 and updated dependencies.
    Work-around GCC bug https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95664.
    Disable stress test.
  * Pass build flags via the environment.
  * Remove redundant options from debian/watch.
  * Use ASCII encoding in rule files.

 -- Nicolas Boulenguez <nicolas@debian.org>  Tue, 17 Nov 2020 19:24:06 +0000

adacontrol (1.21r6b-5) unstable; urgency=medium

  * Revert sizes in t_representation_clauses.diff.
    A non-power of 2 RecTab'Size fails to compile on big-endian architectures.

 -- Nicolas Boulenguez <nicolas@debian.org>  Sun, 10 May 2020 18:16:55 +0000

adacontrol (1.21r6b-4) unstable; urgency=medium

  * Run tests without SOURCE_DATE_EPOCH.  Closes: #959605.
  * Two patches fixing minor problems in test reporting.
  * Fix a reference to adacontrol documentation in GPS.
  * Debhelper 13 deals with nocheck profile.
  * Enable all linker checks.
  * Improve patches so that they may be suggested to upstream.
  * Improve formatting of synopsis in manual pages.
  * Move clean actions from d/rules to d/clean.
  * More specific globs in debhelper aux files.

 -- Nicolas Boulenguez <nicolas@debian.org>  Sun, 10 May 2020 12:41:21 +0000

adacontrol (1.21r6b-3) unstable; urgency=medium

  * no-parallel-make.diff closes: #952770.

 -- Nicolas Boulenguez <nicolas@debian.org>  Sat, 29 Feb 2020 15:08:37 +0100

adacontrol (1.21r6b-2) unstable; urgency=medium

  * Reupload to unstable for gnat-9 transition.
    A change propagated from experimental closes: #952280.
  * Pass debhelper options to sub-Makes via dh_auto_build.
  * Drop redundant branch in Vcs-Git field.
  * Standards-Version: 4.5.0.

 -- Nicolas Boulenguez <nicolas@debian.org>  Tue, 25 Feb 2020 18:44:16 +0100

adacontrol (1.21r6b-1) experimental; urgency=medium

  * New upstream release. Build with gcc-9 and updated dependencies.
  * Standards-Version: 4.4.1.
  * Drop --as-needed, now the default with gcc-9.

 -- Nicolas Boulenguez <nicolas@debian.org>  Tue, 29 Oct 2019 23:37:39 +0100

adacontrol (1.21r3-3) unstable; urgency=medium

  * Disable a crashing test. Closes: #932452.

 -- Nicolas Boulenguez <nicolas@debian.org>  Sat, 20 Jul 2019 13:46:19 +0200

adacontrol (1.21r3-2) unstable; urgency=medium

  * Run the test script with bash instead of sh.

 -- Nicolas Boulenguez <nicolas@debian.org>  Fri, 19 Jul 2019 14:00:02 +0200

adacontrol (1.21r3-1) unstable; urgency=medium

  * New upstream release, fixing tests. Closes: #924835.
  * Upload to unstable, freeze is over.
  * Move version control system to salsa.debian.org.
  * Drop obsolete build-depends version restriction.
  * Standards-Version: 4.4.0

 -- Nicolas Boulenguez <nicolas@debian.org>  Fri, 19 Jul 2019 10:49:34 +0200

adacontrol (1.20r9-1) experimental; urgency=medium

  * New upstream release.

 -- Nicolas Boulenguez <nicolas@debian.org>  Fri, 01 Mar 2019 17:54:24 +0100

adacontrol (1.20r7-3) unstable; urgency=medium

  * Ignore tests, but let them produce a log as suggested in #926747.

 -- Nicolas Boulenguez <nicolas@debian.org>  Thu, 11 Apr 2019 10:45:47 +0200

adacontrol (1.20r7-2) unstable; urgency=medium

  * Disable tests, lowering the severity of #924835.

 -- Nicolas Boulenguez <nicolas@debian.org>  Thu, 04 Apr 2019 21:13:55 +0200

adacontrol (1.20r7-1) unstable; urgency=medium

  * New upstream release.
  * Debhelper 12.
  * Standards-Version: 4.3.0.
  * Disable broken fix_tfw_gpr test.
  * Only include dpkg minimal snippet, only during -arch builds.
  * Condition tests with both DEB_BUILD_{PROFILES,OPTIONS}.
  * In run time tests, update ADTTMP to AUTOPKGTEST_TMP.
  * Add upstream/metadata.

 -- Nicolas Boulenguez <nicolas@debian.org>  Sun, 13 Jan 2019 12:12:45 +0100

adacontrol (1.19r10-4) unstable; urgency=medium

  * Reupload to unstable.
  * Standards-Version: 4.1.5. Rules-Requires-Root: no.

 -- Nicolas Boulenguez <nicolas@debian.org>  Fri, 27 Jul 2018 19:28:15 +0200

adacontrol (1.19r10-3) experimental; urgency=medium

  * Rebuild with gnat-8, libgnatcoll17-dev, libasis2017-dev.
  * Standards-version 4.1.4.
  * Patch the tests to use gnatgcc instead of gcc.
  * Remove overrides for pedantic lintian messages.

 -- Nicolas Boulenguez <nicolas@debian.org>  Sat, 23 Jun 2018 18:42:52 +0200

adacontrol (1.19r10-2) unstable; urgency=medium

  * Remove remaining calls to Build-Depends-Arch during -indep builds.

 -- Nicolas Boulenguez <nicolas@debian.org>  Tue, 02 Jan 2018 17:38:30 +0100

adacontrol (1.19r10-1) unstable; urgency=medium

  * New upstream release.
    Applied patches: fix-texinfo, put_ldflags_before_ldlibs.
    New patches: bashism, build_adactl_fix, test-report-error, test_version,
    reproducible-no-last-update.
  * Handle new executable adactl_fix.
  * Debhelper: 11. Simplify doc installation.
  * Standards-Version: 4.1.3.
  * Build-Depends: split common, -arch and -indep,
    drop obsolete dpkg-dev minimal version,
    add dos2unix now required by build-time tests.
  * Add new option to adactl manpage. Fix some typos.
  * Handle DEB_BUILD_OPTIONS=nocheck.
  * Remove trailing whitespaces in this changelog.
  * Lintian override for minor unfixable issues.

 -- Nicolas Boulenguez <nicolas@debian.org>  Tue, 02 Jan 2018 00:44:44 +0100

adacontrol (1.18r9-2) unstable; urgency=medium

  * Rebuild with libraries updated for gcc-7.
  * disable-*-test.diff: temporary disable two failing tests.
  * Adapt install and clean of info files to --no-split option.
  * Update Homepage, Vcs-Mtn, texlive-generic package name.
  * Drop explicit rules targets confusing dh. Fix gcc version parsing.
  * Standards-Version: 4.0.1 (no changes).

 -- Nicolas Boulenguez <nicolas@debian.org>  Fri, 11 Aug 2017 20:19:34 +0200

adacontrol (1.18r9-1) unstable; urgency=medium

  * New upstream release. Now depends on libgnatcoll.
    Repackage without preformatted documentation.
  * Switch to debhelper 10.
  * Standards-Version 4.0.0. Handle DEB_BUILD_OPTIONS=nodoc.
  * Pdflatex now produce a reproductible output without faketime.
  * Allow -doc package to satisfy Multi-Arch foreign dependencies.
  * Upstream now rebuilds all docs in its own Makefile.

 -- Nicolas Boulenguez <nicolas@debian.org>  Tue, 27 Jun 2017 21:13:15 +0200

adacontrol (1.17r3.1-4) unstable; urgency=medium

  * no-E-binder-option-to-avoid-666106.diff closes: 833026.
  * Update watch file to version 4 and new ustream URL.
  * test-allow-sh-noglob.diff allows the tests to run twice in a row.

 -- Nicolas Boulenguez <nicolas@debian.org>  Tue, 02 Aug 2016 18:10:58 +0200

adacontrol (1.17r3.1-3) unstable; urgency=medium

  * Update representation clause test for Ada 2005. Closes: #823369.

 -- Nicolas Boulenguez <nicolas@debian.org>  Sat, 14 May 2016 10:05:18 +0200

adacontrol (1.17r3.1-2) unstable; urgency=medium

  * Rebuild with gnat-6 and libasis2015-dev.
    Replace gnatmake with gprbuild, as the former is dropping project support.
  * Split adacontrol into adacontrol and adacontrol-doc.
  * Enable all hardening flags.
    Avoid mixing -cargs and Compiler_Switches, put LDFLAGS before libraries.
  * Stop the build if a test fails.
  * Emulate adapt_test_to_debian.diff without the need for manual updates.
  * Standards-Version: 3.9.8 (no changes).

 -- Nicolas Boulenguez <nicolas@debian.org>  Sun, 01 May 2016 02:43:52 +0200

adacontrol (1.17r3.1-1) unstable; urgency=medium

  * Same upstream release, but tarball includes COPYING, HISTORY, readme.txt.

 -- Nicolas Boulenguez <nicolas@debian.org>  Sat, 14 Nov 2015 10:39:00 +0100

adacontrol (1.17r3-1) unstable; urgency=medium

  * New upstream release.
  * rules, patches/build: stay closer to upstream build system.
  * rules, adacontrol.install: more readable as an override in rules.
  * docs: install support.txt as described in man page.
  * patches/fix-texinfo: avoid mentioning version in the patch context.
  * patches/test-with-posix-shell: avoid build-dependency on bash.
  * Basic run time test every few days, full test suite after the build.

 -- Nicolas Boulenguez <nicolas@debian.org>  Thu, 12 Nov 2015 21:49:28 +0100

adacontrol (1.16r11-4) unstable; urgency=medium

  * Not only set clock from deb log, but also freeze it so that PDF
    timestamps do not depend on the time spent in previous tasks.
  * patches/ascii-ug-for-texinfo.diff closes: #790527.

 -- Nicolas Boulenguez <nicolas@debian.org>  Sun, 12 Jul 2015 20:40:26 +0200

adacontrol (1.16r11-3) unstable; urgency=medium

  * Embed date from debian changelog in docs, for reproducible builds.
  * patches/adapt_test_to_debian.diff: accept new gcc x.y.z output.
  * patches/avoid-tests-depending-on-glob-order.diff: new.
  * Let autopkg run upstream tests, except failing t_representation_clauses.

 -- Nicolas Boulenguez <nicolas@debian.org>  Mon, 27 Apr 2015 18:33:43 +0200

adacontrol (1.16r11-2) unstable; urgency=medium

  * patches/adapt_test_to_debian.diff thanks to upstream author.

 -- Nicolas Boulenguez <nicolas@debian.org>  Tue, 28 Oct 2014 01:24:18 +0100

adacontrol (1.16r11-1) unstable; urgency=medium

  * New upstream release built with gnat4.9 asis2014. Closes: #747558, #755008.
  * Switch to source format 3.0 (quilt) and debhelper 9.
  * control: Uploaders+=myself Standards-Version=3.9.6 Vcs-*
    Build-Depends: texlive-fonts-recommended for EC fonts.
  * watch: new, thanks to Bart Martens.
  * Reformat docs, register with doc-base.

 -- Nicolas Boulenguez <nicolas@debian.org>  Sun, 05 Oct 2014 02:19:52 +0200

adacontrol (1.12r4-3) unstable; urgency=low

  * Lintian cleaning.
  * debian/copyright: DEP-5.
  * Make the package compatible with dpkg-buildpackage -A, -B.

 -- Ludovic Brenta <lbrenta@debian.org>  Wed, 15 Feb 2012 23:21:13 +0100

adacontrol (1.12r4-2) unstable; urgency=low

  * Recompile with gnat-4.6 and asis 2010.
  * debian/control (Architecture): any.
    (Standards-Version): bump to 3.9.2 with no changes required.

 -- Ludovic Brenta <lbrenta@debian.org>  Tue,  6 Sep 2011 12:01:15 +0200

adacontrol (1.12r4-1) unstable; urgency=low

  * New upstream release: minor bug fixes and documentation updates.

 -- Ludovic Brenta <lbrenta@debian.org>  Tue,  3 Aug 2010 19:33:56 +0200

adacontrol (1.12r3-1) unstable; urgency=low

  * Final release from upstream.
  * Install GPS/adacontrol.xml in the gprbuild plug-in directory.
  * debian/control (Enhances): add gprbuild.
  * debian/patches/gps-integration.patch: adjust to the new upstream release.
  * debian/patches/566061.patch: remive, applied upstream.

 -- Ludovic Brenta <lbrenta@debian.org>  Sat,  8 May 2010 19:32:57 +0200

adacontrol (1.12~b1-1) unstable; urgency=low

  * New upstream beta version.  Really closes: #566061 even on i386.

 -- Ludovic Brenta <lbrenta@debian.org>  Sat, 13 Mar 2010 14:01:37 +0100

adacontrol (1.11r4-1) unstable; urgency=low

  * New upstream version.  Closes: #566061.
  * debian/control (Build-Depends): upgrade to gnat-4.4, libasis2008-dev.
    (Architecture): disable alpha due to http://gcc.gnu.org/PR42073.
  * debian/patches/*.patch: adjust to the new upstream version.
  * debian/patches/566061.patch: new, thanks to Jean-Pierre Rosen.

 -- Ludovic Brenta <lbrenta@debian.org>  Thu, 11 Mar 2010 18:51:08 +0100

adacontrol (1.9r4-5) unstable; urgency=medium

  * debian/control (Architecture): temporarily disable mips due to
    #566234.  Add armel; closes: #568432.

 -- Ludovic Brenta <lbrenta@debian.org>  Sun,  7 Feb 2010 22:51:26 +0100

adacontrol (1.9r4-4) unstable; urgency=low

  * debian/control (Build-Depends): upgrade to gnat-4.4, libasis2008-dev.
    (Architecture): disable alpha due to http://gcc.gnu.org/PR42073.

 -- Ludovic Brenta <lbrenta@debian.org>  Sun,  6 Dec 2009 21:41:48 +0100

adacontrol (1.9r4-3) unstable; urgency=low

  * debian/control (Standards-Version): bump to 3.8.3.
  (Depends): add ${misc:Depends}, fixes two lintian warnings.
  (Description): do not use more than 80 characters per line.

 -- Ludovic Brenta <lbrenta@debian.org>  Sat, 12 Sep 2009 00:05:44 +0200

adacontrol (1.9r4-2) unstable; urgency=low

  [Raphael Hertzog]
  * Move patches to debian/patches and adjust build system accordingly to
    be compatible with source format 3.0 (quilt). Closes: #485101

  [Ludovic Brenta]
  * debian/control (Architectures): add kfreebsd-amd64.  Closes: #542410.
    (Source-Version): bump to 3.8.1.
  * debian/compat: bump to 7 (from 5).
  * Recompile against libasis (=2007-5).  Closes: #518726.

 -- Ludovic Brenta <lbrenta@debian.org>  Thu, 10 Sep 2009 21:31:20 +0200

adacontrol (1.9r4-1) unstable; urgency=low

  * New upstream version.
  * debian/control: prevent the list in the description from being
    reformatted.  Thanks to Simon Huggins for reporting.  Closes: #480315.
    (Standards-Version): bump to 3.7.3 with no changes required.
  * debian/compat: new.
  * debian/rules: do not export DH_COMPAT anymore.
  * debian/adactl.1: update.
  * debian/copyright: remove the "special exception" text, since adacontrol
    is linked with libasis2007 which is pure GPL.

 -- Ludovic Brenta <lbrenta@debian.org>  Tue, 13 May 2008 22:55:37 +0200

adacontrol (1.8r8-1) unstable; urgency=low

  * New upstream version.
  * debian/adacontrol.gpr: delete; use upstream's project file instead.
  * patches/build.patch: patch upstream's project file to change Object_Dir
    and Exec_Dir.
  * Build-depend on asis 2007 and gnat-4.3.
  * Add support for mips, mipsel and ppc64.
  * Build and provide ptree.
  * ptree.1: new.
  * adactl.1: update; new options and rules are available.

 -- Ludovic Brenta <lbrenta@debian.org>  Sun, 27 Apr 2008 16:33:11 +0200

adacontrol (1.6r8-1) unstable; urgency=low

  * New upstream version.
  * debian/rules: add a copyright statement.  Use all available CPUs to
    build.  Install predefined rules files in /usr/share/adacontrol.
  * debian/adacontrol.gpr: work around a compiler (GCC 4.1) bug triggered
    by two of AdaControl's source files.
  * debian/README.Debian: new; explain about the predefined rule files.

 -- Ludovic Brenta <lbrenta@debian.org>  Wed,  6 Dec 2006 19:59:00 +0100

adacontrol (1.5r24-1) unstable; urgency=low

  * New upstream release.
  * debian/control (Depends): add gnat-4.1.
    (Enhances): add gnat-gps.
  * debian/adacontrol.gpr: build pfni.
  * debian/rules: install the new gnat-gps plug-in, and pfni.
  * debian/pfni.1: new.
  * patches/gps-integration.patch: new.

 -- Ludovic Brenta <lbrenta@debian.org>  Thu, 12 Oct 2006 19:17:22 +0200

adacontrol (1.4r20-3) unstable; urgency=low

  * debian/rules (binary, binary-arch): fix so that dpkg-buildpackage -b
    works.  Closes: #382466, #382763.

 -- Ludovic Brenta <lbrenta@debian.org>  Thu, 24 Aug 2006 08:44:11 +0200

adacontrol (1.4r20-2) unstable; urgency=low

  * Recompile, now that asis has been built on all architectures.
  * debian/control:
    - add support for alpha; remove mips and mipsel.
    - build-depend on debhelper.  Closes: #378160.

 -- Ludovic Brenta <lbrenta@debian.org>  Tue,  8 Aug 2006 23:30:33 +0200

adacontrol (1.4r20-1) unstable; urgency=low

  * New package.

 -- Ludovic Brenta <lbrenta@debian.org>  Wed, 21 Jun 2006 22:24:26 +0200