File: changelog

package info (click to toggle)
lout 3.39-3
  • links: PTS
  • area: main
  • in suites: buster, stretch
  • size: 10,580 kB
  • ctags: 3,456
  • sloc: ansic: 34,005; makefile: 203; awk: 111
file content (378 lines) | stat: -rw-r--r-- 13,294 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
lout (3.39-3) unstable; urgency=medium

  * QA upload.
  * Switch to dh and enable hardening.
  * Drop dh-buildinfo from Build-Depends. This information should better
    kept outside of the binary package itself.

 -- Santiago Vila <sanvila@debian.org>  Mon, 01 Aug 2016 18:44:18 +0100

lout (3.39-2) unstable; urgency=medium

  * QA upload.
  * Package is orphaned (Bug #717188). Set maintainer to "Debian QA Group".
  * Drop way outdated preinst from lout-common.
  * Add build-arch and build-indep targets to debian/rules. Closes: #822052.

 -- Santiago Vila <sanvila@debian.org>  Wed, 27 Jul 2016 23:59:46 +0100

lout (3.39-1) unstable; urgency=low

  * New upstream release.
  * [debian/source/format] Added - switch to source format 3.0 (quilt).
  * [debian/rules] Replace deprecated "dh_clean -k" with "dh_prep".
  * [debian/control]
    * Updated homepage.
    * Added Depends: ${misc:Depends}
    * Updated Standards-Version. 
  * [debian/copyright] Reworked, updated.

 -- J.H.M. Dassen (Ray) <jdassen@debian.org>  Sun, 26 Sep 2010 21:23:58 +0200

lout (3.38-1) unstable; urgency=low

  * New upstream release. Upstream changes include:
    * Fiddled with prg2lout.c hoping to fix its intermittent crash bug
    * Converted "non-zero exit status of filter" from a fatal error to a
      warning, so the unfixed prg2lout error has fewer repercussions
    This takes care of the intermittent FTBFS. (Closes: #400178)

 -- J.H.M. Dassen (Ray) <jdassen@debian.org>  Wed, 15 Oct 2008 06:42:21 +0200

lout (3.37-1) unstable; urgency=low

  * New upstream release.
  * [debian/compat] Updated debhelper version.
  * [debian/lout-doc.doc-base.design, debian/lout-doc.doc-base.expert]
    Converted to UTF-8.
  * [debian/lout-doc.doc-base.*] Update section to "Text".
  * [debian/rules] Remove locale directory if empty.
  * [debian/control] Added Homepage. Updated debhelper build dependency.
    Updated Standards-Version. 

 -- J.H.M. Dassen (Ray) <jdassen@debian.org>  Sun, 21 Sep 2008 16:14:03 +0200

lout (3.36-1) unstable; urgency=low

  * New upstream release.

 -- J.H.M. Dassen (Ray) <jdassen@debian.org>  Sun, 29 Jul 2007 09:53:20 +0200

lout (3.35-2) unstable; urgency=low

  * [debian/control] Use ${source:Version} rather than ${Source-Version} to
    make the package safe for binNMUs. (Closes: #432987)

 -- J.H.M. Dassen (Ray) <jdassen@debian.org>  Tue, 17 Jul 2007 19:22:03 +0200

lout (3.35-1) unstable; urgency=low

  * New upstream release.

 -- J.H.M. Dassen (Ray) <jdassen@debian.org>  Sat, 14 Apr 2007 12:38:27 +0200

lout (3.34-1) unstable; urgency=low

  * New upstream release.

 -- J.H.M. Dassen (Ray) <jdassen@debian.org>  Sun, 11 Mar 2007 20:43:27 +0100

lout (3.33-1) unstable; urgency=high

  * New upstream release.
  * [include/diagf] Add "@DHULine @DHUArrow @UHDLine @UHDArrow" as per
    upstream notice post 3.33 release.
  * [debian/rules] Pass LOUTLIBDIR and LOUTDOCDIR during build, to
    get the right @SysInclude path. (Closes: #398202)

 -- J.H.M. Dassen (Ray) <jdassen@debian.org>  Wed, 22 Nov 2006 22:22:45 +0100

lout (3.32-1) unstable; urgency=medium

  * New upstream release.
  * [debian/control] Updated Standards-Version.
  * [debian/rules] Simplify using new `-r' option.

 -- J.H.M. Dassen (Ray) <jdassen@debian.org>  Sun,  5 Nov 2006 11:27:27 +0100

lout (3.31-2) unstable; urgency=medium

  * Do away with the circular dependency between lout and lout-common as 
    circular dependencies are problematic in some upgrade scenarios. 
    (Closes: #341986)
    * [debian/control] Replaced lout-common Depends: lout by a Suggests:
      dependency.
    * [debian/rules] Don't symlink /usr/share/doc/lout-common to
      /usr/share/doc/lout ; instead, let debhelper create a
      /usr/share/doc/lout-common documentation directory.
    * [debian/lout-common.preinst] New. As dpkg won't replace a symlink with
      a directory, remove the symlink to make things work.
  * [debian/control] Use '*' rather than 'o' as the bullet character in the
    descriptions to improve formatting in aptitude. (Closes: #338972)
  * [debian/compat] New. Switch to debhelper compatibility level 5.
  * [debian/control] Tighten debhelper build dependency accordingly.
  * [debian/rules] No longer specify debhelper compatibility level here.
  * [debian/copyright] Updated.

 -- J.H.M. Dassen (Ray) <jdassen@debian.org>  Sun, 11 Dec 2005 13:41:27 +0100

lout (3.31-1) unstable; urgency=low

  * New upstream release.
  * [debian/control] Updated Standards-Version. Added lout-doc Suggests:
    doc-base
  * [debian/rules] Switch dh_install from --list-missing to --fail-misssing.

 -- J.H.M. Dassen (Ray) <jdassen@debian.org>  Wed, 24 Aug 2005 20:25:33 +0200

lout (3.30-1) unstable; urgency=low

  * New upstream release.

 -- J.H.M. Dassen (Ray) <jdassen@debian.org>  Thu, 28 Oct 2004 17:42:31 +0200

lout (3.29-3) unstable; urgency=low

  * [debian/control] Updated Standards-Version.
  * [debian/control, debian/rules, debian/lout.install,
    debian/lout-doc.install, debian/lout-common.install] Switched to
    dh_install and modern debhelper.
  * [debian/control, debian/rules] Introduced a lout-common package for
    architecture independent data. (Closes: #233409)

 -- J.H.M. Dassen (Ray) <jdassen@debian.org>  Wed, 18 Feb 2004 22:46:28 +0100

lout (3.29-2) unstable; urgency=low

  * [makefile, z09.c] Applied changes from upstream's reposted tarball.
  * [debian/control] Added Section: doc for lout-doc.

 -- J.H.M. Dassen (Ray) <jdassen@debian.org>  Sat, 16 Aug 2003 19:50:50 +0200

lout (3.29-1) unstable; urgency=low

  * New upstream release. 
  * [debian/control] Updated Standards-Version.
  * [debian/control, debian/rules] Use dh-buildinfo.
  * [debian/control, debian/copyright] Fixed lintian warnings.

 -- J.H.M. Dassen (Ray) <jdassen@debian.org>  Thu, 14 Aug 2003 18:23:21 +0200

lout (3.28-1) unstable; urgency=low

  * New upstream release. 

 -- J.H.M. Dassen (Ray) <jdassen@debian.org>  Fri, 20 Dec 2002 08:18:53 +0100

lout (3.27-1) unstable; urgency=low

  * New upstream release. 
  * Updated Standards-Version.

 -- J.H.M. Dassen (Ray) <jdassen@debian.org>  Fri, 22 Nov 2002 13:52:34 +0100

lout (3.26-1) unstable; urgency=medium

  * New upstream release. 
  * Follow latest policy.

 -- J.H.M. Dassen (Ray) <jdassen@debian.org>  Wed, 16 Oct 2002 18:01:18 +0200

lout (3.25-1) unstable; urgency=medium

  * New upstream release. 

 -- J.H.M. Dassen (Ray) <jdassen@debian.org>  Sat, 29 Dec 2001 15:01:38 +0100

lout (3.24-3) unstable; urgency=low

  * Updated Standards-Version, honour DEB_BUILD_OPTIONS.
  * Fixed typos in package description. (Closes: #111297, #116215, #125095)

 -- J.H.M. Dassen (Ray) <jdassen@debian.org>  Tue, 18 Dec 2001 19:26:43 +0100

lout (3.24-2) unstable; urgency=low

  * Fixed duplicate calls in postinst/prerm following Edward Betts's
    diagnosis. (Closes: #61871)
  * Added versioned debhelper build dependency; fixed Lintian warnings and
    errors.
  * Updated Standards-Version.

 -- J.H.M. Dassen (Ray) <jdassen@debian.org>  Thu,  5 Jul 2001 21:50:51 +0200

lout (3.24-1) unstable; urgency=low

  * New upstream release; the PDF backend should be workable again. 
    (Closes: #75629)
  * READMEs belong in the base package, not the -doc. (Closes: #39622)
  * The roman numerals issue was fixed upstream. (Closes: #61600)

 -- J.H.M. Dassen (Ray) <jdassen@debian.org>  Thu, 26 Oct 2000 20:54:22 +0200

lout (3.23-1) unstable; urgency=low

  * Unreleased. Upstream interim release.

 -- J.H.M. Dassen (Ray) <jdassen@debian.org>  Sun, 25 Jun 2000 14:39:46 +0200

lout (3.22-1) unstable; urgency=low

  * Unreleased. Upstream interim release.

 -- J.H.M. Dassen (Ray) <jdassen@debian.org>  Sun,  4 Jun 2000 21:35:00 +0200

lout (3.21-1) unstable; urgency=low

  * New upstream release. 

 -- J.H.M. Dassen (Ray) <jdassen@debian.org>  Thu, 11 May 2000 21:39:29 +0200

lout (3.20-1) unstable; urgency=low

  * UNRELEASED: this is an interim release - wait for the next one.

 -- J.H.M. Dassen (Ray) <jdassen@debian.org>  Sun,  9 Apr 2000 18:05:23 +0200

lout (3.19-1) unstable; urgency=low

  * New upstream release, which fixes the prg2lout / prog2lout confusion.
    (Closes: #61091)
  * Applied patch from the lout list to fix internal errors encountered when 
    building the documentation.
  * Corrected the number of runs to resolve references when building the
    documentation.

 -- J.H.M. Dassen (Ray) <jdassen@debian.org>  Sun,  2 Apr 2000 18:37:13 +0200

lout (3.18-1) unstable; urgency=low

  * New maintainer.
  * Acknowledge NMUs. (Closes: #14882, #15291, #15294, #15444, #21241, #22574, #23638, #23640, #23641, #32389).
  * New upstream release. (Closes: #40182, #49747)
  * Redebianised using debhelper.
  * Enabled support for compressed PDF output.
  * Added Build-Depends.
  * Lout's sensitivity to locales is a documented feature. (Closes: #34834)

 -- J.H.M. Dassen (Ray) <jdassen@debian.org>  Sun, 19 Mar 2000 21:00:01 +0100

lout (3.12-0.1) unstable; urgency=low

  * NMU:
  * Make clean now cleans debian/substvars.
  * compress manpages (Fix bug #15444).
  * Fork the huge Postscript doc in a lout-doc
    package (Fix bug #15491).
  * Make notes.dsc world readable (Fix bugs #15294 & #22574).
  * Remove trace file from the source (Fix bug #23640).
  * Remove obsolete mkchanges script (Fix bug #23641).
  * Close bug #23990 (Compiles fine. Might have been a gcc bug?).
  * Upgraded to upstream version 3.12 (Fix bug #23638).
  * Doesn't make sdc coredump when trying to 'compile' doc-debian 1.8
    (Fix bug #21241).
  * There! No more bugs... _(;

 -- Vincent Renardias <vincent@waw.com>  Wed, 13 Jan 1999 04:50:41 +0100

lout (3.10-1.1) unstable; urgency=low

  *  Non-maintainer release
  *  lib6 re-compilation

 -- Ioannis Tambouras <ioannis@debian.org>  Sat, 15 Nov 1997 04:08:01 -0500

lout (3.10-1) unstable; urgency=medium

  * Updated to upstream 3.10.
  * New source packaging format.
  * Patched to ensure that hyphenation .lp files are built (rather
    than sometimes thinking version in /usr/lib/lout is sufficient!)
  * `lout -S' is now default (`safer'; disables command execution).

 -- Ian Jackson <ian@chiark.greenend.org.uk>  Wed, 27 Aug 1997 03:58:59 +0100

lout (3.08-1); priority=LOW

  * Upstream version 3.08 (bugfix release by Jeffrey Kingston).
  * Architecture in .deb file name.

 -- Ian Jackson <ian@chiark.chu.cam.ac.uk>  Sun, 19 May 1996 15:19:55 +0100

lout (3.07-1); priority=LOW

  * Upgraded to upstream version 3.07.
  * ELF.
  * Minor control file changes (abolish Revision, use Suggests).
  * Better installation of documentation.

 -- Ian Jackson <ian@chiark.chu.cam.ac.uk>  Fri, 19 Apr 1996 16:42:42 +0100

lout (3.06-1); priority=LOW

  * Upgraded to upstream version 3.06 (was 3.05).
    In the words of the author: `all known bugs removed (they were
    all very obscure ones), no real enhancements.'

 -- Ian Jackson <iwj10@cus.cam.ac.uk>  Fri, 28 Jul 1995 21:18:20 +0100

lout (3.05-1); priority=MEDIUM

  * Upgraded to upstream version 3.05 (was 3.02).  New features in
    3.05 which are relevant to the Debian binary package:
     - Optional list of tables and list of figures in books
     - More options and setup file options for fine-tuning tables and figures
     - Package for printing bar codes (see software directory)
    New features in 3.04 which are relevant to the Debian binary:
     - Underlining
     - Small capitals now work properly
     - More flexible reference formatting setup file options
     - List items and displays now break across page boundaries
     - Quick reference guide (Appendix A, User's Guide)
     - Version of @Eq that uses TeX's fonts
     - Numbered list items can be tagged and referred to using @NumberOf
     - Multi-paragraph figure captions and multi-page figures
     - Various micro changes to @Eq to improve appearance
     - Merged index entries, and better guidance on how to make an index
     - Eiffel programming language printing
     - Multi-word tags and sorting keys permitted
     - Margin notes
     - `Bypass' symbols (fewer passes for computer-generated Lout source)
     - Arbitrary chapter heading and part heading layouts
     - Viewers like GhostView now show real page numbers
     - @Sup and @Sub symbols (similar to sup and sub in equations)
     - Slovenian language
     - @IncludeGraphic will now accept a compressed file e.g. filename.eps.gz
     - @Verbatim { ... } like in LaTeX.
    There have also been bugfixes.
    (The upstream package `whatsnew' file starts at 3.04.)

  * Added extended description.
  * Changed Optional to say `postscript-viewer, psutils'.

 -- Ian Jackson <iwj10@cus.cam.ac.uk>  Fri, 14 Jul 1995 02:20:27 +0100

Lout 3.02 Debian 2 - iwj

* Manpage FILES section no longer says `debian-tmp'.
* Added -I, -C, -F, -H, -D options to search debian-tmp when doing
  initialisation pass.

Lout 3.02 Debian 1 - iwj

* Based on Basser Lout 3.02.
* Removed #%*VM-mail*# from source/diff packages :-).
* Included `news.blurb' and `mailinglist', in /usr/doc/lout.

Lout 2.05 Debian 2 - iwj

* Added Package_Revision field to `control' file.
* Sundry improvements to debian.rules, and removal of `install'.
* Added this Changelog.

Lout 2.05 Debian 1 - iwj
Initial release.

Local variables:
mode: debian-changelog
End: