blob: b0cce9863cdf9b4df736668364a9ab098ba968ed [file] [log] [blame]
David Turnerc5341fb2001-06-23 07:44:51 +00001freetype (2.0.3-1) unstable; urgency=low
2
3 * New upstream release.
4 * Renamed /usr/bin/memtest to /usr/bin/ftmemtest to avoid
5 namespace conflict with /usr/sbin/memtest of the sysutils package.
6
7 -- Anthony Fok <foka@debian.org> Thu, 31 May 2001 22:11:05 -0600
8
9freetype (2.0.2.20010514-1) unstable; urgency=low
10
11 * New upstream snapshot, post-2.0.2 freetype2-current as of 2001-05-14.
12 * Silly me! I fixed the `missing "xlibs-dev" in Build-Depends'
13 in 2.0.2.20010422-2, but closed the wrong bug report!?
14 Thanks to Martin Schmitz for the bug report. (Closes: Bug#95328)
15 * libtool-1.4 is not 100% compatible with the libtool-1.3.5 included
16 in the upstream source. Also, it seems to be unnecessary to
17 Build-Depends on libtool, therefore removed.
18 Thanks to Laurent Bonnaud for the bug report. (Closes: Bug#97552)
19 * [ftoption.h]: #define TT_CONFIG_OPTION_BYTECODE_INTERPRETER
20
21 -- Anthony Fok <foka@debian.org> Tue, 15 May 2001 16:49:26 -0600
22
23freetype (2.0.2.20010422-2) unstable; urgency=medium
24
25 * Hehe, silly me, I forgot to add "xlibs-dev" to Build-Depends
26 when I merged in freetype2-demos. Thanks to Martin Michlmayr
27 for the notice. Closes: Bug#94569.
28
29 -- Anthony Fok <foka@debian.org> Thu, 26 Apr 2001 21:20:17 -0600
30
31freetype (2.0.2.20010422-1) unstable; urgency=low
32
33 * Updated to post-2.0.2 freetype2-current as of 2001-04-22.
34 * On i386, freetype2-demos is rebuilt with xlibs_4.0.2-13 instead of the
35 pre-release xlibs_4.0.3. My apologies.
36 * Replaced "tetex-dev" with "libkpathsea-dev" in Build-Depends.
37 Thanks to Michael Schmitz for the bug report. Closes: Bug#91897.
38 * Updated README.Debian to reflect the FreeType 1.x package name
39 change from freetype2{,-dev} [sic] to libttf{2,-dev}.
40
41 -- Anthony Fok <foka@debian.org> Mon, 23 Apr 2001 23:08:51 -0600
42
43freetype (2.0.2.20010412-1) unstable; urgency=low
44
45 * New upstream release, post-2.0.2 freetype2-current as of 2001-04-12.
46 * Arnd Bergmann, Tom Kacvinsky et al. pinpointed and fixed a bug
47 in FreeType-2.0.2 which caused KDE and "xterm -fa" to segfault.
48 Thanks guys! :-) Closes: Bug#89326.
49 * New binary package: freetype2-demos.
50 * The source package reorganized to include three upstream tarballs
51 (freetype, ftdocs, ft2demos) in one *.orig.tar.gz.
52
53 -- Anthony Fok <foka@debian.org> Fri, 13 Apr 2001 02:02:42 -0600
54
55freetype (2.0.1.20010317-1) unstable; urgency=low
56
57 * Updated to freetype2-current as of 2001-03-17.
58 * [builds/unix/install.mk]:
59 - IMHO, the current upstream source caters too much to broken
60 compilers that the Unix build suffers somewhat.
61 - Use sed to replace all instances of
62 <freetype/{,config/,internal/}*.h>
63 with FT2_{PUBLIC,CONFIG,INTERNAL}_FILE(*.h), which currently
64 expands to <freetype2/freetype/{,config/,internal/}*.h>
65 in freetype/config/ftheader.h and freetype/internal/internal.h.
66 - This fix, without sacrificing compatibility on some brain-dead
67 compilers on other platforms, may mean that
68 "-I/usr/include/freetype2" is no longer needed on Unix/Linux/Hurd
69 platforms.
70 - But it would be very foolish to remove "-I/usr/include/freetype2".
71 Thou shalt always use $(shell freetype-config --cflags).
72 - Thanks to Gordon Sadler for the suggestion. :-)
73 Closes: Bug#79951.
74 * [builds/unix/ft2unix.h]:
75 - Removed the FT2_{PUBLIC,CONFIG,INTERNAL}_FILE macros because
76 they are already defined in freetype/config/ftheader.h.
77 - Use FT2_ROOT instead. Afterall, cpp on Unix is not broken. ;-)
78 - Thanks to Takuo Kitame for reporting the conflicting #define's.
79 Closes: Bug#89363.
80 * [debian/rules]: Moved out some old cruft to rules.museum.
81
82 -- Anthony Fok <foka@debian.org> Mon, 19 Mar 2001 03:27:14 -0700
83
84freetype (2.0.1.20010312-1) unstable; urgency=low
85
86 * Updated to freetype2-current as of 2001-03-12.
87 * [debian/control]:
88 - Build-Depends: debhelper (>= 3.0.0), ...
89 - Standards-Version: 3.5.2
90
91 -- Anthony Fok <foka@debian.org> Fri, 16 Mar 2001 02:21:31 -0700
92
93freetype (2.0.1.20010308-1) unstable; urgency=low
94
95 * Updated to freetype2-current as of 2001-03-08.
96 * Corrected platform detection on Hurd. Thanks to Jeff Bailey,
97 Werner and David for the fix. Closes: Bug#87691.
98
99 -- Anthony Fok <foka@debian.org> Fri, 9 Mar 2001 00:50:12 -0700
100
101freetype (2.0.1-1) unstable; urgency=low
102
103 * New upstream release.
104
105 -- Anthony Fok <foka@debian.org> Fri, 1 Dec 2000 17:58:32 -0700
106
107freetype (2.0-1) unstable; urgency=low
108
109 * New upstream FreeType 2 official release.
110 - Source package: freetype
111 - Binary packages: libfreetype6 and libfreetype6-dev.
112 The source package of FreeType 1.3.1 has been renamed to freetype1.
113 * [README.Debian]: Documents the source and binary package names,
114 and recommends users to migrate to FreeType 2.
115
116 -- Anthony Fok <foka@debian.org> Mon, 20 Nov 2000 05:16:13 -0700
117
118freetype (1.3.1-1) unstable; urgency=low
119
120 * New official upstream release.
121 * [contrib/ttf2pfb/ttf2pfb.c]: Applied patch by fellow Debian developer
122 Daniel Jacobowitz to fix a va_arg problem that prevents it from
123 building on powerpc. Thanks a million! :-) (closes: Bug#54539)
124
125 -- Anthony Fok <foka@debian.org> Mon, 10 Jan 2000 06:12:51 -0700
126
127freetype (1.3.1-0) unstable; urgency=low
128
129 * New upstream release candidate (1999-12-08).
130 * [debian/rules]: Uses "dh_makeshlibs -V 'freetype2 (>= 1.3.1)'"
131 because 1.3 have some new APIs not in 1.2. Thanks to suggestion
132 by ISHIKAWA Mutsumi <ishikawa@linux.or.jp> (closes: Bug#52319).
133 * Added new entries for Arphic PL fonts in /etc/ttf2pk/ttfonts.map
134 * Modified UBig5.sfd to suit the Big5 Arphic PL fonts.
135
136 -- Anthony Fok <foka@debian.org> Sun, 12 Dec 1999 11:13:20 -0700
137
138freetype (1.3-2) unstable; urgency=low
139
140 * Corrected the symlink
141 /usr/share/doc/freetype2/changelog.gz -> docs/changes.txt
142 to -> docs/changes.txt.gz. (Hehe, major oversight. :-)
143 Thanks to Michael Osamu Shiobara for the bug report.
144 (closes: Bug#50428)
145
146 -- Anthony Fok <foka@debian.org> Wed, 17 Nov 1999 04:10:41 -0700
147
148freetype (1.3-1) unstable; urgency=low
149
150 * New upstream release (libttf.so.2.2.0) with patches as of 1999-10-21.
151 * Standards-Version: 3.1.0
152 * Removed debian/freetype2-dev.compress because debhelper-2.0.69
153 no longer compresses *.png.
154 * Backed out the patch applied by Anthony Wong <ypwong@debian.org> to
155 contrib/ttf2pfb/configure in freetype_1.2-6.1 because upstream fixed
156 ttf2pfb.c to #include "extend/ftxpost.h" rather than "ftxpost.h".
157 Nonetheless, thanks for the NMU! :-)
158 * [debian/rules]: FHS-compliancy and general clean-up
159 - s/pre-binary/install/g; and removed install-stamp.
160 - s!usr/doc!usr/share/doc!g;
161 - Referred to the latest /usr/doc/debhelper/examples/rules*
162 and used DH_OPTIONS to reduce clutter.
163 - Oops! I used bashism but set "SHELL = /bin/sh". Changed to
164 "SHELL = /bin/bash". :-)
165 - Install upstream docs/changes.txt as changelog.gz in the
166 freetype2 (shared library) package.
167
168 -- Anthony Fok <foka@debian.org> Sun, 14 Nov 1999 01:15:21 -0700
169
170freetype (1.2-6.1) unstable; urgency=low
171
172 * Non-maintainer upload (see bug #38813)
173 * Added 'CPPFLAGS= ... -I$srcdir/../../lib/extend' to
174 contrib/ttf2pfb/configure, otherwise compile will fail for
175 ftxpost.h cannot be found.
176 * license.txt.gz is not shipped (lintian complains)
177
178 -- Anthony Wong <ypwong@debian.org> Thu, 3 Jun 1999 02:04:44 +0800
179
180freetype (1.2-6) unstable; urgency=low
181
182 * Copied debian/postinst to debian/freetype-tools.postinst
183 so mktexlsr is (only) run for the freetype-tools package.
184 Thanks to Andrew for reporting this bug. (closes: Bug#36502)
185 * Added some more font entries to /etc/ttf2pk/ttfonts.map.
186
187 -- Anthony Fok <foka@debian.org> Thu, 22 Apr 1999 17:54:53 -0600
188
189freetype (1.2-5) unstable; urgency=low
190
191 * Applied upstream freetype-1.2-current.diff.gz as of 1999-04-09.
192 * [contrib/ttf2pfb/t1asm.c]: Incorporated patch for glibc 2.1
193 donated by Hartmut Koptein <koptein@et-inf.fho-emden.de>.
194 (Taken from the t1utils package. :-) (closes: Bug#35742)
195 * [contrib/ttf2pk/filesrch.c]: Changed "DllImport" to "KPSEDLL"
196 (changes between kpathsea 3.2 and 3.3). Thanks Werner! :-)
197 * [debian/rules]:
198 - Replaced the for loop with a more verbose alternative to ensure
199 make stops when it encounters an error when building one of the
200 contrib programs.
201 - Renamed t1asm to t1asm-freetype, and getafm to getafm-freetype,
202 until they are merged with the ones in t1utils and psutils.
203 * freetype-tools now also Suggests: psutils (>= 1.17-7)
204
205 -- Anthony Fok <foka@debian.org> Mon, 12 Apr 1999 01:08:23 -0600
206
207freetype (1.2-4) unstable; urgency=low
208
209 * Rebuilt with glibc-2.1 and tetex-lib (shared kpathsea library).
210 * [debian/rules]: Changed usr/share/texmf to usr/lib/texmf
211 for the new FHS-compliant directory layout in teTeX.
212 * [debian/control]: freetype-tools now Suggests: tetex-bin
213 (>= 0.9.990310-1), t1utils (>= 1.2-2)
214
215 -- Anthony Fok <foka@debian.org> Mon, 5 Apr 1999 16:39:08 -0600
216
217freetype (1.2-3) frozen unstable; urgency=low
218
219 * Applied the upstream freetype-1.2-current.diff.gz as of 1999-01-18
220 which fixes a nasty Raster bug occurs only when clipping very large
221 outlines to a small target bitmap or pixmap.
222
223 -- Anthony Fok <foka@debian.org> Tue, 19 Jan 1999 22:04:32 -0700
224
225freetype (1.2-2) frozen unstable; urgency=low
226
227 * Applied the upstream freetype-1.2-current.diff.gz as of 1998-12-27
228 Mostly bug fixes.
229 * Added configure.in and Makefile.in for contrib/{ttf2pfb,ttfbanner},
230 so these tools are now included in the freetype-tools package.
231 * [debian/control]:
232 - Removed the "<" and ">", and added a suggestion
233 to Debian-JP's X server with X-TT support in freetype2's
234 package description.
235 - Now freetype-tools also Suggests: t1utils, which contains
236 /usr/bin/t1asm that helps ttf2pfb create real .pfa and .pfb
237 files. (Also added a note in README.Debian.)
238 * Updated the upstream authors' e-mail addresses in "control" and
239 "copyright."
240 * [debian/changelog]: Add the changelog of the freetype (1.1-0.1)
241 non-maintainer release done by Marcelo E. Magallon
242 <mmagallo@debian.org> in June 1998. I forgot to do so back
243 then. Sorry! :-)
244 * Renamed debian/compress to debian/freetype2-dev.compress, so *.png
245 are no longer compressed to *.png.gz.
246
247 -- Anthony Fok <foka@debian.org> Tue, 29 Dec 1998 02:16:07 -0700
248
249freetype (1.2-1) frozen unstable; urgency=low
250
251 * New upstream release.
252 * Recompiled with libc6 (2.0.7u-7).
253 * [debian/control]: Updated to standards version 2.5.0.0 (no changes).
254 * [contrib/ttf2pk/configure.in]: Modified the order of the header
255 include paths to ensure that "-I./../../lib" is placed before
256 "-I/usr/include". Thanks to Roman.Hodek@informatik.uni-erlangen.de
257 for the bug report (forwarded upstream). (Fixes: #27920)
258
259 -- Anthony Fok <foka@debian.org> Sat, 5 Dec 1998 15:13:48 -0700
260
261freetype (1.1-1998-09-12-2) unstable; urgency=low
262
263 * [debian/postinst]: Oops, the command "ldconfig" somehow disappeared
264 in the last upload. Fixed. :-)
265
266 -- Anthony Fok <foka@debian.org> Sun, 11 Oct 1998 19:58:32 -0600
267
268freetype (1.1-1998-09-12-1) unstable; urgency=low
269
270 * New upstream development snapshot.
271 * Added "--with-kpathsea-dir=/usr" to ttf2pk's configure.
272 * [debian/rules]:
273 - TTF2PKINPUTS = usr/lib/texmf/ttf2pk
274 - TTF2TFMINPUTS = usr/lib/texmf/ttf2tfm
275 - *.sfd are now installed in $(TTF2PKINPUTS) and $(TTF2TFMINPUTS).
276 - $(TTF2PKINPUTS)/ttfonts.map is a symlink to /etc/ttf2pk/ttfonts.map.
277 * [debian/freetype-tools.conffiles]: Added /etc/ttf2pk/ttfonts.map.
278 * [debian/postinst]: Added #DEBHELPER#.
279 * [debian/freetype-tools.postinst]: Runs /usr/bin/mktexlsr if it exists.
280 * [debian/control]: freetype-tools now Suggests: tetex-bin (>= 0.9-1).
281
282 -- Anthony Fok <foka@debian.org> Sat, 12 Sep 1998 19:55:17 -0600
283
284freetype (1.1-1998-08-29-1) unstable; urgency=low
285
286 * New upstream development snapshot.
287 * Now installs ttf2bdf and ttf2pk's documentation.
288 ttf2pk/ttf2tfm's *.sfd files are now placed in /usr/lib/ttf2tfm.
289 * changelog.gz now points to the re-added commitlog.gz.
290 * Changed "numGlymphId" to "cmap4->numGlyphId" in lib/extend/ftxcmap.c.
291
292 -- Anthony Fok <foka@debian.org> Mon, 31 Aug 1998 04:37:57 -0600
293
294freetype (1.1-1) unstable; urgency=low
295
296 * New upstream release. The old freetype-1.0 source package has been
297 renamed to "freetype1" and is now obsolete.
298 * Upgraded to standards version 2.4.1.0 (no changes).
299 * The package soname has been upgraded from 1 to 2. (libttf.2)
300 * Updated the package descriptions according to freetype.spec.
301 * Since teTeX 0.9 and the new <kpathsea/kpathsea.h> is in Debian,
302 ttf2pk is now compiled and included in freetype-tools.
303 * Added postinst to run ldconfig as per Debian Policy. (Lintian)
304 * [debian/control]: Added some package relationships w.r.t. freetype1:
305 - freetype2 -- Replaces: freetype1
306 - freetype2-dev -- Conflicts: freetype1-dev
307 * [debian/rules]:
308 - /usr/lib/libttf.la is now installed in the freetype2-dev package.
309 - Moved the developer's documentation into the freetype2-dev package.
310 Thanks to "Marcelo E. Magallon" <mmagallo@debian.org> for suggestion.
311 - Added "--dpkg-shlibdeps-params=-Ldebian/tmp/DEBIAN/shlibs" to
312 dh_shlibdeps when packaging freetype-tools.
313 - Added patch from /usr/doc/lintian/libtool-workarounds.txt
314 to solve the -rpath problem. Debian's libtool-1.2 handles the -lc
315 problem quite nicely already, so that part of the patch is not used.
316 - Added a GNU GPL copyright statement at the top. :-)
317 * Ran libtoolize from the Debian libtool-1.2 package. This solves the
318 -lc problem. :-) config.guess and config.sub are taken from the ones
319 in /usr/share/automake/ though because they are newer. (Thanks to
320 the libtool bug report filed by Jim Pick <jim@jimpick.com> for hints.)
321 * Removed debian/README.Debian.
322
323 -- Anthony Fok <foka@debian.org> Fri, 28 Aug 1998 03:49:21 -0600
324
325freetype (1.1-0.1) unstable; urgency=low
326
327 * New upstream version. Non-maintainer upload (I need this in order to
328 build new upstream version of gltt!)
329 * Applied patches from previous version.
330 * Applied libtool rpath fix patch and removed rpath from compilation
331 parameters. Changed ltconfig to provide inter-library dependencies.
332 * Upgraded to Standards 2.4.1
333 * Changed package name to freetype2 and other control fields accordingly
334 (this could be a problem... what about packages that depend on
335 freetype1?)
336 * Added "Conflitcs: freetype1 (<= 1.0.0.1998-03-22-1)" to freetype-tools
337 because of the mo files freetype1 contains and that are now in
338 freetype-tools, alogn-side the programs that use the files.
339
340 -- Marcelo E. Magallon <mmagallo@debian.org> Sat, 27 Jun 1998 15:59:36 -0600
341
342freetype (1.0.0.1998-03-22-1) frozen unstable; urgency=low
343
344 * New upstream snapshot bugfix release as of 1998-03-22.
345 - ttobjs.c: The storage area is now freed in Instance_Destroy,
346 because it's the place it should have been from the very start.
347 A very sick bug spotted by Ram. Thanks again !! - DavidT
348 - fixed a nasty allocation bug in ttf2tfm.c
349 - corrected a spelling error (strcpy->strcmp) in ttf2pk.c
350 - new email address for Werner Lemberg (wl@gnu.org)
351 - (again) a stupid error fixed in ttf2pk.c
352 - Some fixes to make the package compile smoothless with the make
353 program of Solaris.
354 - too much fixed in po/Makefile.in.in :-)
355 * /usr/doc/freetype/README.gz and /usr/lib/libttf.la are now installed.
356
357 -- Anthony Fok <foka@debian.org> Wed, 25 Mar 1998 16:18:50 -0700
358
359freetype (1.0.0.1998-03-13-1) unstable; urgency=low
360
361 * New upstream snapshot including upstream patch as of 1998-03-13.
362
363 -- Anthony Fok <foka@debian.org> Sun, 15 Mar 1998 15:04:10 -0700
364
365freetype (1.0-1) unstable; urgency=low
366
367 * New upstream release (including upstream patch as of 1998-02-17).
368 * Updated copyright and README.Debian.
369 * Upgraded to standards version 2.4.0.0 (no changes).
370 * Enabled gettext support.
371 * Added .PHONY targets in Makefile.in's.
372 * Added -lc for linking libttf.so* (Reported by Lintian).
373 * Various FreeType test programs now have man pages linked to
374 /usr/man/man7/undocumented.7.gz (Reported by Lintian).
375 * debian/control: Revised package description.
376 * debian/rules: Commented out dh_du.
377 * Moved /usr/include/freetype/freetype.h to /usr/include/freetype.h.
378
379 -- Anthony Fok <foka@debian.org> Wed, 18 Feb 1998 01:12:03 -0700
380
381freetype (0.beta.1998.01.06-1) unstable; urgency=low
382
383 * New upstream snapshot release.
384 * Thanks to the libtool patch posted by Hirotsugu Kakugawa
385 <h.kakugawa@computer.org> on the freetype-devel mailing list
386 (and some local tweaking), the Debian freetype package finally
387 provides the library and header files! Hurray! (Fixes Bug#16365)
388 * Splitted the package into freetype0, freetype0-dev and freetype-tools.
389 * Added debian/compress to ensure that /usr/doc/freetype0/image/*.png
390 are not compressed.
391 * Revised README.Debian.
392
393 -- Anthony Fok <foka@debian.org> Thu, 8 Jan 1998 20:46:14 -0700
394
395freetype (0.beta.1997.12.25-1) unstable; urgency=low
396
397 * New upstream snapshot release.
398 * Modified /usr/doc/freetype/copyright to include the new license.txt.
399 (Yes, FreeType's license has changed.)
400 * Have a blessed Merry Christmas!
401
402 -- Anthony Fok <foka@debian.org> Fri, 26 Dec 1997 11:26:25 -0700
403
404freetype (0.beta.1997.12.16-1) unstable; urgency=low
405
406 * New upstream release.
407 * /usr/bin/ttf_{lint,timer,view,zoom} no longer exists. The upstream
408 authors have renamed them as /usr/bin/{ftlint,fttimer,ftview,ftzoom}
409 and have also added other nifty test programs! :)
410 * debian/rules: Switched to debhelper.
411 * debian/control: Upgraded Standards-Version to 2.3.0.1 and increased
412 Priority to optional. :)
413 * Revised /usr/doc/freetype/copyright. FreeType is now truly DFSG-free!
414 (Fixes Bug#16030)
415 * Revised README.Debian.
416 * Changed my maintainer e-mail address to <foka@debian.org>. :)
417 * Sorry, the library and header files are not yet included.
418 I have yet to learn how. :)
419
420 -- Anthony Fok <foka@debian.org> Wed, 17 Dec 1997 03:02:49 -0700
421
422freetype (0.4-4) unstable; urgency=low
423
424 * Corrected the freetype mailing-list server's address from
425 "@lists.tu-muenchen.de" to "@lists.lrz-muenchen.de" in the files
426 /usr/doc/freetype/readme.1st and license.txt.
427 * Improved the package description and added a URL link to the
428 FreeType Project Home Page
429 * Removed "Keywords", "Primary-site" and "Original-site" from the package's
430 description, but kept "Authors" and "Maintained-by" (Closed bug #12510).
431
432 -- Anthony Fok <foka@gpu.srv.ualberta.ca> Sun, 21 Sep 1997 18:24:42 -0600
433
434freetype (0.4-3) unstable; urgency=low
435
436 * Rebuilt with both libc6 and xlib6g (Fixes bug #12784).
437 * Updated to Standards-Version: 2.3.0.0.
438
439 -- Anthony Fok <foka@gpu.srv.ualberta.ca> Wed, 10 Sep 1997 21:57:20 -0600
440
441freetype (0.4-2) unstable; urgency=low
442
443 * Renamed /usr/bin/{lint,timer,view,zoom} to
444 /usr/bin/ttf_{lint,timer,view,zoom} to avoid name conflicts with other
445 programs (Fixes bugs #12096, #12136).
446 * Closed bug #11193 (freetype AR4 available).
447
448 -- Anthony Fok <foka@gpu.srv.ualberta.ca> Tue, 19 Aug 1997 17:53:32 -0600
449
450freetype (0.4-1) unstable; urgency=low
451
452 * New maintainer.
453 * New upstream release.
454 * Updated to Standards-Version: 2.2.0.0.
455
456 -- Anthony Fok <foka@gpu.srv.ualberta.ca> Mon, 11 Aug 1997 08:26:17 -0600
457
458freetype (0.3-1) unstable; urgency=low
459
460 * Upstream update. Sadly the envisioned Christmas target of an X truetype
461 rasterizer has been abandoned.
462
463 -- Christoph Lameter <clameter@waterf.org> Tue, 24 Dec 1996 12:52:24 -0800
464
465freetype (0.1-1) unstable; urgency=low
466
467 * Initial Release.
468
469 -- Christoph Lameter <clameter@waterf.org> Thu, 7 Nov 1996 11:51:45 -0800
470
471Local variables:
472mode: debian-changelog
473add-log-mailing-address: "foka@debian.org"
474End: