File: changelog

package info (click to toggle)
automake-1.15 1%3A1.15-6
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 12,936 kB
  • ctags: 706
  • sloc: sh: 57,107; perl: 11,748; pascal: 643; makefile: 105; ansic: 9
file content (421 lines) | stat: -rw-r--r-- 15,544 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
416
417
418
419
420
421
automake-1.15 (1:1.15-6) unstable; urgency=medium

  * debian/compat, debian/control, debian/rules: Upgrade to debhelper 10.
  * debian/rules: Disable the testsuite for the moment, it's too
    flakey. (Closes: #846318)

 -- Eric Dorland <eric@debian.org>  Wed, 25 Jan 2017 13:15:10 -0500

automake-1.15 (1:1.15-5) unstable; urgency=medium

  * debian/patches/0005-Use-system-help2man-if-it-is-available.patch: Add
    patch to use system help2man for reproducibility.
  * debian/control, debian/rules: Use dh-autoreconf.
  * debian/patches/0006-Disable-t-check12.sh-and-t-check12-w.sh.patch:
    Disable t/check12.sh and t/check12-w.sh. (Closes: #827541)
  * debian/control: Standards-Version to 3.9.8.

 -- Eric Dorland <eric@debian.org>  Tue, 01 Nov 2016 19:33:03 -0400

automake-1.15 (1:1.15-4) unstable; urgency=medium

  * debian/control: Add gettext and libtool-bin build deps. Needed by some
    tests.
  * debian/automake.dirs, debian/automake.docs, debian/automake.links: Run
    wrap-and-sort.
  * debian/control: Build depend on default-jdk rather than openjdk-7-jdk
    explicitly. (Closes: #814158)
  *
    debian/patches/0004-Fix-testsuite-failure-caused-by-perl-warnings.patch:
    Fix perl warnings. Thanks Matthias Klose. (Closes: #814181)
  * debian/control: Convert Homepage and Vcs-* fields to https.

 -- Eric Dorland <eric@debian.org>  Sat, 13 Feb 2016 14:21:03 -0500

automake-1.15 (1:1.15-3) unstable; urgency=medium

  * debian/rules: Remove unnecessary touching that was needed by dropped
    02-init-m4-newline.diff.
  * debian/patches/0003-install-sh-avoid-low-risk-race-in-tmp.patch: Fix
    low risk insecure use of /tmp. Patch from Pavel Raiskup. (Closes:
    #760455)
  * debian/rules: Use dh --parallel.

 -- Eric Dorland <eric@debian.org>  Sat, 15 Aug 2015 04:50:13 -0400

automake-1.15 (1:1.15-2) unstable; urgency=medium

  * debian/patches/0002-Make-output-of-mdate-sh-deterministic.patch: Patch
    to make the output of mdate-sh deterministic. Thanks Reiner
    Herrmann. (Closes: #782345)

 -- Eric Dorland <eric@debian.org>  Sat, 18 Jul 2015 15:27:27 -0400

automake-1.15 (1:1.15-1) unstable; urgency=medium

  * New upstream release.
  * Rename 1.14 to 1.15.
  * debian/patches/02-init-m4-newline.diff,
    debian/patches/03-ensure-ac_aux_dir-set.diff: Delete now upstreamed
    patches.
  * debian/patches/01-texi-rename.diff: Refresh patch for 1.15.
  * debian/control: Add Suggests on autoconf-doc and gnu-standards that
    automake info doc references. (Closes: #401936)
  * debian/README.Debian: Update the README for 1.15.
  * debian/gbp.conf: Use pristine-tar and --upstream-vcs-tag.

 -- Eric Dorland <eric@debian.org>  Sat, 25 Apr 2015 22:41:43 -0400

automake-1.14 (1:1.14.1-4) unstable; urgency=medium

  * debian/patches/03-ensure-ac_aux_dir-set.diff: Add patch to ensure
    ac_aux_dir is set before beeing used. (Closes: #764127)
  * debian/control: Bump Standards-Version to 3.9.6 (no changes).
  * debian/control, debian/copyright: Run wrap-and-sort.

 -- Eric Dorland <eric@debian.org>  Sun, 26 Oct 2014 21:15:42 -0400

automake-1.14 (1:1.14.1-3) unstable; urgency=low

  * debian/upstream/signing-key.asc: Rename upstream-signing-key.gpg to
    give it the correct extension and better location.
  * debian/rules: Allow bootstraping package without texinfo. Thanks
    Daniel Schepler. (Closes: #737937)
  * debian/patches/02-init-m4-newline.diff: Patch from Hilko Bengen to
    force a newline at the end of AM_INIT_AUTOMAKE. (Closes: #738716)
  * debian/rules: touch aclocal.m4 and Makefile.in to prevent rerunning of
    aclocal and automake.

 -- Eric Dorland <eric@debian.org>  Sat, 22 Feb 2014 02:49:15 -0500

automake-1.14 (1:1.14.1-2) unstable; urgency=low

  * Bump Standards-Version to 3.9.5.
  * debian/watch, debian/upstream-signing-key.gpg: Add upstream signing
    key verification.
  * debian/01-texi-rename.diff: Add DEP3 headers.
  * debian/automake.lintian-overrides: Add override for intentional empty
    directory.
  * debian/copyright: Add flashy new DEP5 copyright file.

 -- Eric Dorland <eric@debian.org>  Sat, 28 Dec 2013 17:22:37 -0500

automake-1.14 (1:1.14.1-1) unstable; urgency=low

  * New upstream release.
  * debian/patches/03-hash-order-workaround.diff,
    debian/patches/04-full-hash-order-fix.diff: Remove now unnecessary
    patches.
  * debian/patches/02-disable-tap-realtime-test.diff: Drop, test no longer
    exits.

 -- Eric Dorland <eric@debian.org>  Thu, 26 Dec 2013 01:03:29 -0500

automake-1.14 (1:1.14-3) unstable; urgency=low

  * debian/patches/04-full-hash-order-fix.diff: Better patch to fix
    problems with new perl hash ordering.

 -- Eric Dorland <eric@debian.org>  Mon, 11 Nov 2013 16:30:35 -0500

automake-1.14 (1:1.14-2) unstable; urgency=low

  * debian/patches/03-hash-order-workaround.diff: Add workaround for
    failure due to hash ordering changes in perl 5.18+. (Closes: #725431)
  * debian/control: Remove duplicate build depends on python-docutils.
  * debian/control: Canonicalize Vcs-Browser field.
  * debian/automake.postinst, debian/automake.preinst,
    debian/automake.prerm: Use set -e instead of -e on the hash bang line.

 -- Eric Dorland <eric@debian.org>  Sat, 02 Nov 2013 16:47:43 -0400

automake-1.14 (1:1.14-1) unstable; urgency=low

  * New upstream release.
  * Rename files for automake-1.14.
  * Add unzip as a build dependency as it seems to be needed by
    t/dist-formats.tap.

 -- Eric Dorland <eric@debian.org>  Sun, 18 Aug 2013 02:18:11 -0400

automake1.13 (1:1.13.3-1.1) unstable; urgency=low

  * Non-maintainer upload.
  * Guard dh_auto_clean file, in case Makefile is not present otherwise
    GNUmakefile distclean failing in a not configured tree. (Closes: #714452)

 -- Dmitrijs Ledkovs <dmitrij.ledkov@ubuntu.com>  Thu, 08 Aug 2013 23:04:52 +0100

automake1.13 (1:1.13.3-1) unstable; urgency=low

  * New upstream release.
  * debian/watch: Watch the xz file instead of gz.
  * debian/control: Add a lot of build-depends for the test suite. Thanks
    Daniel Schepler. (Closes: #711241)
  * debian/control: Fix description to specify that older versions are
    available as separate packages. Thanks Vincent Lefevre. (Closes:
    #438877)
  * debian/control: Up dependency on autoconf to 2.65 and texinfo to 4.9.
  * debian/control: Build-Depend on libglib2.0-dev for vala. See
    http://bugs.debian.org/696298. Thanks Colin Watson. (Closes: #710714)
  * debian/patches/02-disable-tap-realtime-test.diff: Disable
    t/tap-realtime.sh test, since it fails.

 -- Eric Dorland <eric@debian.org>  Sat, 08 Jun 2013 03:22:55 -0400

automake1.13 (1:1.13.2-1) unstable; urgency=low

  * New upstream release.

 -- Eric Dorland <eric@debian.org>  Sun, 19 May 2013 01:08:06 -0400

automake1.13 (1:1.13.1-1) unstable; urgency=low

  * New upstream release. Rename everything for 1.13. (Closes: #671004)
  * debian/control: Standards-Version to 3.9.4.
  * debian/compact, debian/control: Upgrade to debhelper v9.
  * debian/control: Fix Vcs-Git field URL.
  * debian/patches/01-texi-rename.diff: Refresh patch.

 -- Eric Dorland <eric@debian.org>  Sun, 12 May 2013 02:52:22 -0400

automake1.12 (1:1.12.6-2) experimental; urgency=low

  * debian/control: Add missing build depends for tests.

 -- Eric Dorland <eric@debian.org>  Tue, 25 Dec 2012 17:48:28 -0500

automake1.12 (1:1.12.6-1) experimental; urgency=low

  * New upstream release for experimental.

 -- Eric Dorland <eric@debian.org>  Tue, 25 Dec 2012 03:14:45 -0500

automake1.12 (1:1.12-1) unstable; urgency=low

  * New upstream major release. (Closes: #671004)
  * Rename paths for 1.12.
  * debian/source/options: Remove unneeded options file.
  * debian/automake.preinst: Remove automake-1.11 alternative on upgrade
    from 1.11.
  * debian/patches/01-texi-rename.diff: Update patch with automake1.12
    paths.

 -- Eric Dorland <eric@debian.org>  Sun, 13 May 2012 23:10:26 -0400

automake1.11 (1:1.11.5-1) unstable; urgency=low

  * New upstream release.
  * debian/control: Upgrade Standards-Version 3.9.3.

 -- Eric Dorland <eric@debian.org>  Fri, 13 Apr 2012 23:27:35 -0400

automake1.11 (1:1.11.4-1) unstable; urgency=low

  * New upstream release.
  * debian/automake.dirs: Add /usr/share/aclocal since aclocal expects it
    to exist. (Closes: #659482)

 -- Eric Dorland <eric@debian.org>  Sun, 08 Apr 2012 01:48:37 -0400

automake1.11 (1:1.11.3-1) unstable; urgency=low

  * New upstream release. (Closes: #657982)
  * debian/control: Add Multi-Arch: foreign. Thanks Sebastien
    Bacher. (Closes: #658477)
  * debian/patches/01-texi-rename.diff: Refresh patch.
  * debian/control: Build-Depend on install-info to satisfy test.

 -- Eric Dorland <eric@debian.org>  Sun, 05 Feb 2012 01:21:12 -0500

automake1.11 (1:1.11.2-1) unstable; urgency=low

  * New upstream release.
  * debian/control: Standards-Version to 3.9.2.0.
  * doc/automake.texi, debian/patches/01-texi-rename.diff,
    debian/patches/series: Move texi file patch into a quilt patch.
  * debian/source/patch-header, debian/source/options: Remove
    single-debian-patch option and patch-header.
  * lib/Automake/Makefile.am: Remove spurious diff.
  * debian/automake.dirs: Remove unneeded dirs file.
  * debian/automake.doc-base: Fix section.
  * debian/control: Drop article from description.

 -- Eric Dorland <eric@debian.org>  Sun, 15 Jan 2012 01:16:47 -0500

automake1.11 (1:1.11.1-1) unstable; urgency=low

  * New upstream release. Contains fix for CVE-2009-4029, which created
    world-writable directories in distribution tarballs.
  * debian/source/format, debian/source/options,
    debian/source/patch-header: Convert to v3 quilt format, with
    single-debian-patch.
  * debian/control: Update autoconf dependency to >= 2.62. (Closes: #556175)
  * debian/lintian.overrides, debian/automake.lintian-overrides: Rename
    overrides file to use new dh_lintian helper.
  * debian/rules, debian/control, debian/compat: Convert to a dh style
    rules file, change debhelper dependency and compat file to match.

 -- Eric Dorland <eric@debian.org>  Mon, 18 Jan 2010 00:46:44 -0500

automake1.11 (1:1.11-1) unstable; urgency=low

  * New upstream major release. (Closes: #512704)
    - Rename many instances of 1.10 to 1.11.
  * debian/automake-1.11.1, debian/aclocal-1.11.1: Remove our copy of
    manpages.
  * debian/automake.manpages, debian/automake.install: Remove manpages
    file and use the .install, since automake now finally ships manpages.

 -- Eric Dorland <eric@debian.org>  Wed, 12 Aug 2009 02:36:44 -0400

automake1.10 (1:1.10.2-1) unstable; urgency=low

  * New upstream release.
  * debian/rules:
    - Update Standards-Version to 3.8.1.
    - Add ${misc:Depends} to the Depends line.

 -- Eric Dorland <eric@debian.org>  Sun, 12 Apr 2009 03:26:30 -0400

automake1.10 (1:1.10.1-3) unstable; urgency=low

  * debian/automake.postinst: Bump up the priority to 28 so that it wins
    the priority war. This should have happened after etch was
    released. (Closes: #464883)

 -- Eric Dorland <eric@debian.org>  Sat, 09 Feb 2008 21:43:37 -0500

automake1.10 (1:1.10.1-2) unstable; urgency=low

  * The "Must Obey lintian" release.
  
  * debian/lintian.overrides: Fix the package name in the override.
  * debian/automake.doc-base: Fix spurious space in paragraph separator.

 -- Eric Dorland <eric@debian.org>  Sun, 27 Jan 2008 21:42:41 -0500

automake1.10 (1:1.10.1-1) unstable; urgency=low

  * The "Revenge of the Documentation" release.
  * New upstream release. The documentation now contains no invariant
    sections or cover texts, so moving the documentation back into the
    package. (Closes: #462148)
  
  * debian/rules: Add back the documentation building rules.
  * debian/automake.info, debian/automake.doc-base: Add back these
    document files.
  * debian/control:
    - Conflict and Replace automake1.10-doc.
    - Remove Suggests on automake1.10-doc.
    - Standards-Version to 3.7.3.
    - Add Homepage and Vcs-* headers.
  * doc/automake.texi: Rename the info file to automake-1.10.info.

 -- Eric Dorland <eric@debian.org>  Sun, 27 Jan 2008 19:51:43 -0500

automake1.10 (1:1.10+nogfdl-1) unstable; urgency=low

  * New upstream major release.

 -- Eric Dorland <eric@debian.org>  Thu, 19 Oct 2006 00:03:24 -0400

automake1.9 (1.9.6+nogfdl-2) unstable; urgency=low

  * debian/automake1.9.doc-base: Remove, no more docs. (Closes: #385915)

 -- Eric Dorland <eric@debian.org>  Sun,  3 Sep 2006 19:30:48 -0400

automake1.9 (1.9.6+nogfdl-1) unstable; urgency=low

  * New tarball with GFDL documentation stripped out because of Cover
    Texts. (Closes: #374570)
  * debian/automake1.9.info: Remove, no more docs.
  * configure.ac, Makefile.am: Remove references to the doc dir. Run
    reautoconf as well.
  * debian/rules: Remove building of now non-existant docs.
  * debian/control: Suggest automake1.9-doc.

 -- Eric Dorland <eric@debian.org>  Sun,  3 Sep 2006 00:46:58 -0400

automake1.9 (1.9.6-5) unstable; urgency=low

  * debian/control:
    - Standards-Version to 3.7.2.1.
    - Use Build-Depends instead of Build-Depends-Indep for things 
      that need to be there for the clean target.
  * automake.in: Fix for extension detection of .info files. 

 -- Eric Dorland <eric@debian.org>  Sat, 15 Jul 2006 00:28:25 -0400

automake1.9 (1.9.6-4) unstable; urgency=low

  * debian/watch: Add watch file.
  * debian/copyright: Excellent patch from Joost van Baal to iterate all
    the licenses used in the package, not just the GPL. (Closes: #355869)

 -- Eric Dorland <eric@debian.org>  Sat, 11 Mar 2006 23:08:34 -0500

automake1.9 (1.9.6-3) unstable; urgency=low

  * debian/control: Build depend on texinfo >= 4.3 because we use
    @tie. Thanks Wolfram Gloger (Closes: #349349)

 -- Eric Dorland <eric@debian.org>  Fri, 27 Jan 2006 01:15:17 -0500

automake1.9 (1.9.6-2) unstable; urgency=low

  * tests/txinfo13.test, lib/am/texinfos.am: Apply patch from Alexandre
    Duret-Lutz to reduce the number of files make dist slurps up. (Closes:
    #321689)
  * debian/automake1.9.postinst: Up the priority of automake1.9 to make it
    take priority over automake1.4. (Closes: #228604)

 -- Eric Dorland <eric@debian.org>  Fri, 20 Jan 2006 20:45:06 -0500

automake1.9 (1.9.6-1) unstable; urgency=low

  * New upstream release.

 -- Eric Dorland <eric@debian.org>  Wed, 13 Jul 2005 01:34:05 -0400

automake1.9 (1.9.5-1) unstable; urgency=low

  * New upstream release.
  * debian/copyright: Add full copyright citation. 

 -- Eric Dorland <eric@debian.org>  Wed, 16 Feb 2005 01:06:55 -0500

automake1.9 (1.9.4-1) unstable; urgency=medium

  * New upstream release. Fixes some long-standing issues, so lets get it
    into sarge.

 -- Eric Dorland <eric@debian.org>  Sat, 18 Dec 2004 23:53:26 -0500

automake1.9 (1.9.3-1) unstable; urgency=medium

  * New upstream release. Urgency medium since there's no reason for this
    not to move to testing.
  * doc/autmake.texi: Resolve CVS conflict about document name on upgrade. 

 -- Eric Dorland <eric@debian.org>  Wed,  3 Nov 2004 00:04:38 -0500

automake1.9 (1.9.2-1) unstable; urgency=medium

  * New upstream release. Urgency medium since there's no reason for this
    not to move to testing.

 -- Eric Dorland <eric@debian.org>  Sun, 19 Sep 2004 18:45:46 -0400

automake1.9 (1.9.1-1) unstable; urgency=low

  * New upstream release. 

 -- Eric Dorland <eric@debian.org>  Thu, 12 Aug 2004 22:17:17 -0400

automake1.9 (1.9-1) unstable; urgency=low

  * New upstream release.

 -- Eric Dorland <eric@debian.org>  Wed, 28 Jul 2004 17:21:22 -0400