]> git.wh0rd.org - fontconfig.git/blame - debian/changelog
Update date to real 2.3.2 release date. Fix change attributions
[fontconfig.git] / debian / changelog
CommitLineData
1cb309ad 1fontconfig (2.3.2-1) unstable; urgency=low
87c88746 2 * Patch memory leaks (thanks to Chris Capoccia) (closes: #305680)
1cb309ad
KP
3 * Share strings to save memory (Ross Burton)
4 * Reduce priority of URW fonts
5
6 -- Keith Packard <keithp@debian.org> Sat, 23 Apr 2005 14:30:18 +1000
7
5f347d9c
KP
8fontconfig (2.3.1-2) unstable; urgency=low
9
10 * Change priority of fontconfig-udeb package to extra
11 * Fixed incorrect hinting_type case in postinst script (closes: #298817)
12 * Replaced Descriptions in fontconfig.templates with shorter
13 versions (Thanks to Josselin Mouette)
14 * Change README.Debian to match new configuration mechanism.
15
16 -- Keith Packard <keithp@debian.org> Thu, 10 Mar 2005 13:29:11 -0800
17
8c740260
KP
18fontconfig (2.3.1-1) unstable; urgency=low
19
20 * Move from experimental to unstable
21 * Fix a few minor bugs in handling broken GSUB/GPOS tables
22 * Adopt suggestions by former maintainer (Josselin Mouette)
23 reguarding debian packaging.
24 * Get library man pages to install in -dev package
25 * Translations of the configuration questions remain incomplete
26
27 -- Keith Packard <keithp@debian.org> Tue, 8 Mar 2005 20:47:35 -0800
28
97bde49a 29fontconfig (2.3.0-1) experimental; urgency=low
dc2e06ab
KP
30
31 * Change of maintainer
32 * New upstream release
97bde49a
KP
33 * Support for current Freetype versions
34 * Multi-lingual family/style/fullname values with parallel language
35 tags to enable locale-sensitive presentation of these names.
36 * Font black- and white-listing in the configuration file
37 enables users to select their desired font attributes without
38 having to carefully construct the font directory list.
39 * Support for local configuration directory provides a place for system
40 distributors and administrators to make local changes to the font
41 configuration without having to edit any configuration files.
42
dc2e06ab
KP
43 -- Keith Packard <keithp@debian.org> Wed, 2 Mar 2005 00:03:56 -0800
44
45fontconfig (2.2.3-4) unstable; urgency=low
46
47 * New translations of debconf templates:
48 + Brazilian
49 + Simplified Chinese (closes: #279326)
50 + Dutch (closes: #280657)
51 + German (closes: #281077)
52 + Danish (closes: #282094)
53 * fontconfig.defoma: patch from SU Yong <yoyosu@ustc.edu.cn> for missing
54 <family> tags (closes: #280560).
55
56 -- Josselin Mouette <joss@debian.org> Sat, 20 Nov 2004 15:38:00 +0100
57
58fontconfig (2.2.3-3) unstable; urgency=low
59
60 * fontconfig.templates: merge the autohinter and subpixel rendering
61 questions in a single "select" template.
62 * fontconfig.config, fontconfig.postinst: update accordingly.
63 * debian/po/*.po: updated translations (closes: #277927).
64 * fontconfig.postinst: default to use the bytecode interpreter when the
65 subpixel rendering is activated (closes: #277874, #277883, #278211).
66 * fontconfig.config: try to get the answer to deXconf's LCD question to set
67 the default.
68
69 -- Josselin Mouette <joss@debian.org> Thu, 28 Oct 2004 20:27:49 +0200
70
71fontconfig (2.2.3-2) unstable; urgency=low
72
73 * debian/po/pt_BR.po: updated translation from Gustavo Franco
74 <stratus@acm.org> (closes: #276693).
75 * debian/po/fr.po: correct subpixel rendering question.
76 * fontconfig.config: change question ordering.
77 * fontconfig.templates: default the autohinter to "true", but keep the
78 subpixel rendering to "false". This is because the bytecode interpreter
79 (previous default) renders very badly on TFT screens, and the subpixel
80 rendering looks bad on non-RGBA screens (closes: #268321).
81 * fontconfig.postinst: always enable the autohinter if the subpixel
82 rendering is activated (otherwise it doesn't work).
83
84 -- Josselin Mouette <joss@debian.org> Thu, 21 Oct 2004 22:59:51 +0200
85
86fontconfig (2.2.3-1) unstable; urgency=low
87
88 * New upstream release.
89 * 00maintainer_mode.patch, autoreconf.patch: removed, obsoleted upstream.
90 * German translation of debconf templates (closes: #252723).
91 * Turkish translation of debconf templates (closes: #246080).
92 * objcopy now works correctly on alpha:
93 - libfontconfig1-dbg.install.alpha: removed.
94 - rules: use --dbg-package on all arches.
95 * shlibs.local: removed.
96
97 -- Josselin Mouette <joss@debian.org> Tue, 13 Jul 2004 11:32:02 +0200
98
99fontconfig (2.2.2-2) unstable; urgency=low
100
101 * added debian/patches/00maintainer_mode.patch: introduce
102 AM_MAINTAINER_MODE to avoid brain damage.
103 * added debian/patches/autoreconf.patch: this is the result of
104 libtoolize --force --copy; aclocal; autoheader; automake -acf;
105 autoconf with libtool 1.5.4 (closes: #218441).
106 * debian/po/nl.po: added Dutch debconf translation (closes: #237813).
107 * debian/po/da.po: updated Danish translation (closes: #241123).
108
109 -- Josselin Mouette <joss@debian.org> Wed, 7 Apr 2004 14:28:05 +0200
110
111fontconfig (2.2.2-1) unstable; urgency=low
112
113 * New upstream release.
114 * debian/rules:
115 + only require libfontconfig1 2.2.1 for dh_makeshlibs.
116 * debian/control:
117 + build-depend on binutils 2.12.90.0.9 for dh_strip (closes: #237417).
118 + build-depend on freetype 2.1.7, ditto for -dev depends.
119 + fontconfig now conflicts with libfontconfig1-dev << 2.2.2.
120 * Added debian/po/cs.po (closes: #236275).
121 * Added debian/po/pt_BR.po (closes: #235465).
122 * Removed freetype-build.patch.
123 * fontconfig.install: install fonts-conf.5.
124 * libfontconfig1-dev.install: only install manpages in section 3.
125
126 -- Josselin Mouette <joss@debian.org> Thu, 11 Mar 2004 14:17:58 +0100
127
128fontconfig (2.2.1-16) unstable; urgency=low
129
130 * Use the new debconf interface for ucf:
131 + fontconfig.postinst: use --debconf-ok option for ucf.
132 + fontconfig.postinst: remove the hack to get back stdio from debconf.
133 + control: depend on ucf 0.29.
134 * Work around objcopy breakage on alpha:
135 + libfontconfig1-dbg.install.alpha: copy the library to the debug
136 directory.
137 + rules: don't use --dbg-package on alpha.
138
139 -- Josselin Mouette <joss@debian.org> Sun, 22 Feb 2004 17:02:47 +0100
140
141fontconfig (2.2.1-15) unstable; urgency=low
142
143 * Make the dependencies back to ${misc:Depends} now debhelper was updated.
144 * Spanish debconf templates (closes: #232211).
145 * Danish debconf templates (closes: #233071).
146
147 -- Josselin Mouette <joss@debian.org> Fri, 20 Feb 2004 16:27:21 +0100
148
149fontconfig (2.2.1-14) unstable; urgency=low
150
151 * Rebuild with up to date cdbs (closes: #230357).
152 * Build-depend on docbook-utils 0.6.13.
153 * Make a libfontconfig1-dbg package, requiring debhelper 4.1.76.
154 * Remove po/ru.po (closes: #223349).
155 * Depend on debconf | debconf-2.0 (closes: #230520).
156
157 -- Josselin Mouette <joss@debian.org> Tue, 3 Feb 2004 13:16:29 +0100
158
159fontconfig (2.2.1-13) unstable; urgency=low
160
161 * patches/freetype-build.patch: include correctly freetype header
162 files (closes: #222680).
163
164 -- Josselin Mouette <joss@debian.org> Sat, 6 Dec 2003 15:32:30 +0100
165
166fontconfig (2.2.1-12) unstable; urgency=low
167
168 * fontconfig.postrm: support the case where /usr/local/share/fonts
169 doesn't exist (closes: #219992).
170
171 -- Josselin Mouette <joss@debian.org> Tue, 11 Nov 2003 10:42:24 +0100
172
173fontconfig (2.2.1-11) unstable; urgency=low
174
175 * fontconfig.postinst: support the case where /usr/local is mounted
176 read-only (closes: #219684).
177
178 -- Josselin Mouette <joss@debian.org> Sat, 8 Nov 2003 09:44:56 +0100
179
180fontconfig (2.2.1-10) unstable; urgency=low
181
182 * shlibs.local: require libfreetype6 2.1.5-3 to avoid the
183 gsfonts-other bug (closes: #218662).
184 * fontconfig.{config,postinst}: remove bashism.
185 * fontconfig.post{inst,rm}: really create /usr/local/share/fonts,
186 and remove it if non-empty on purge.
187 * po/ru.po: updated translation (closes: #219265).
188 * culmus-support.patch: removed, see below.
189 * fonts-conf-aliases.patch: patch from CVS, still add Culmus support,
190 now also support ttf-freefont (closes: #218924).
191
192 -- Josselin Mouette <joss@debian.org> Fri, 7 Nov 2003 17:02:37 +0100
193
194fontconfig (2.2.1-9) unstable; urgency=low
195
196 * rules: add /usr/local/share/fonts to the list of directories to
197 search for fonts.
198 * po/fr.po: update (closes: #218301).
199 * po/ja.po: update (closes: #217420).
200 * README.Debian: correct typo.
201 * patches/culmus-support.patch: support Culmus fonts for Hebrew
202 systems (closes: #198374).
203
204 -- Josselin Mouette <joss@debian.org> Sun, 2 Nov 2003 18:32:11 +0100
205
206fontconfig (2.2.1-8) unstable; urgency=low
207
208 * fontconfig.postinst: revert changes from 2.2.1-7 and just get back
209 stdin back from debconf before running ucf. Thanks a lot to Samuel
210 Hocevar for finding out this trick.
211
212 -- Josselin Mouette <joss@debian.org> Mon, 20 Oct 2003 15:36:03 +0200
213
214fontconfig (2.2.1-7) unstable; urgency=low
215
216 * fontconfig.postinst: when ucf fails (most likely due to being on
217 an autobuilder with no /dev/tty), just create local.conf if it is
218 not here, otherwise do nothing.
219
220 -- Josselin Mouette <joss@debian.org> Mon, 20 Oct 2003 13:45:20 +0200
221
222fontconfig (2.2.1-6) unstable; urgency=low
223
224 * Use ucf for local.conf handling (closes: #186730):
225 + fontconfig.{config,postinst}: remove debconf handling of
226 local.conf overwriting.
227 + fontconfig.postrm: new file.
228 + templates: remove overwrite_existing_local_conf.
229 + control: fontconfig depends on ucf 0.25.
230 + local.conf.md5sum: new file, containing all possible md5sums
231 for local.conf generated with debconf in the previous versions.
232 * Apply defoma patch from Angus Lees (closes: #206532, #204771):
233 + fontconfig.defoma: new file.
234 + control: build-depend and depend on defoma.
235 + rules:
236 - Run dh_installdefoma.
237 - Remove x-ttcidfont-conf stuff.
238 + README.Debian: document that fontconfig can now use defoma fonts.
239 + fontconfig.postinst:
240 - Remove old cache files in /var/lib/defoma/x-ttcidfont-conf.d
241 subdirectories.
242 - Include the defoma-generated file in local.conf.
243 + fontconfig.postrm: remove /var/lib/defoma/fontconfig.d.
244 * fonts-conf-ordering.patch: patches fonts.conf to include local.conf
245 before ~/.fonts.conf (closes: #215356).
246 * control:
247 + Remove po-debconf dependency, all autobuilders have a working
248 version now and it never made it to testing.
249 + Make libfontconfig1-dev depend on libfontconfig1 instead of
250 fontconfig.
251 + libfontconfig1-dev depends on libexpat1-dev.
252 + Make fontconfig require one of the 4 most widely used font
253 packages, as anyway all packages using fontconfig should
254 (closes: #189883). Also remove Suggests and Recommends.
255 * fontconfig.postrm: remove old fonts.cache-1 files in /usr/share/fonts
256 and /usr/X11R6/lib/X11/fonts on purge.
257 * No more scripts in fontconfig-udeb (closes: #216132):
258 + fontconfig-udeb.postinst: removed.
259 + rules: make dh_makeshlibs not run on fontconfig-udeb.
260
261 -- Josselin Mouette <joss@debian.org> Sun, 19 Oct 2003 11:04:35 +0200
262
263fontconfig (2.2.1-5) unstable; urgency=low
264
265 * debian/control:
266 + Build-depend on po-debconf 0.8.1 (closes: #214973).
267 + Remove trailing lines, by request of Ralf Nolden.
268
269 -- Josselin Mouette <joss@debian.org> Wed, 15 Oct 2003 21:05:45 +0200
270
271fontconfig (2.2.1-4) unstable; urgency=low
272
273 * Russian debconf templates (closes: #214337).
274 * French debconf templates (closes: #213141).
275 * Update manpages.
276 * Patch fc-cache to handle correctly -s (closes: #214091).
277 * Remove defoma comment in README.Debian.
278 * Ask whether to enable the autohinter (closes: #188829).
279 * Add a general documentation about font handling in README.Debian
280 (closes: #186944).
281
282 -- Josselin Mouette <joss@debian.org> Wed, 8 Oct 2003 22:23:41 +0200
283
284fontconfig (2.2.1-3) unstable; urgency=low
285
286 * New maintainer.
287 * fontconfig.postinst: nitpick output improvement.
288 * Standards-version is 3.6.1.
289 * Switch to po-debconf.
290 * Include japanese debconf templates (closes: #210733).
291 * Move libfontconfig1-dev to libdevel.
292 * Provide manpages for fc-list and fc-cache (closes: #191467).
293
294 -- Josselin Mouette <joss@debian.org> Tue, 16 Sep 2003 18:31:18 +0200
295
296fontconfig (2.2.1-2) unstable; urgency=low
297
298 * debian/control:
299 - Build-Depend on the latest cdbs to fix a udeb build error
300 (Closes: #205062)
301
302 -- Colin Walters <walters@debian.org> Tue, 26 Aug 2003 22:54:24 -0400
303
304fontconfig (2.2.1-1) unstable; urgency=low
305
306 * New upstream release.
307 - Eliminates italic_angle check for PS fonts
308 (Closes: #196739, #194832).
309 * debian/rules:
310 - Work around dh_installman bug and put fonts-conf.5 in section 5
311 (Closes: #191026).
312
313 -- Colin Walters <walters@debian.org> Mon, 9 Jun 2003 20:40:57 -0400
314
315fontconfig (2.2.0-5) unstable; urgency=low
316
317 * debian/rules:
318 - Tighten up shlibs versioning again (Closes: #195118).
319
320 -- Colin Walters <walters@debian.org> Wed, 28 May 2003 18:53:21 -0400
321
322fontconfig (2.2.0-4) unstable; urgency=low
323
324 * debian/rules:
325 - Ensure fontconfig is built after libfontconfig1 (Closes: #194960).
326
327 -- Colin Walters <walters@debian.org> Tue, 27 May 2003 18:39:23 -0400
328
329fontconfig (2.2.0-3) unstable; urgency=low
330
331 * debian/control:
332 - Bump Standards-Version: 3.5.10, no changes required.
333 - Build-Depend on cdbs.
334 * debian/rules:
335 - Convert to cdbs.
336 * debian/rocks:
337 - Removed.
338
339 -- Colin Walters <walters@debian.org> Sun, 25 May 2003 04:42:10 -0400
340
341fontconfig (2.2.0-2) unstable; urgency=low
342
343 * The "Society For Creative Anachronism Seizes Control Of Russia"
344 release.
345 * debian/control:
346 - Recommend ttf-bitstream-vera, since it is the default fallback font
347 now. Plus it does look pretty nice. (Closes: #190675).
348 - Suggest: ttf-freefont, my favorite font.
349 * debian/rules:
350 - Update to the latest version of Colin's Build System.
351
352 -- Colin Walters <walters@debian.org> Tue, 6 May 2003 02:55:40 -0400
353
354fontconfig (2.2.0-1) unstable; urgency=low
355
356 * The "Harsh Light Of Morning Falls On One Night Stand's DVD Collection"
357 release.
358 * New upstream release.
359
360 -- Colin Walters <walters@debian.org> Wed, 23 Apr 2003 20:39:54 -0400
361
362fontconfig (2.1.94-1) unstable; urgency=low
363
364 * The "I speak better English than this villian Bush" release.
365 (Courtesy of Mohammed Saeed al-Sahaf).
366 * New upstream (pre)release.
367 * README.Debian:
368 - Remove experimental notice.
369 * debian/patches/fonts-conf-cleanup.patch:
370 - Update.
371 * debian/rules:
372 - Update to the latest version of Colin's Build System.
373
374 -- Colin Walters <walters@debian.org> Thu, 17 Apr 2003 00:13:37 -0400
375
376fontconfig (2.1.93-1) unstable; urgency=low
377
378 * The "Saddam Speech Suspiciously Mentions Nelly Song From Last Summer"
379 release.
380 * New upstream (pre)release.
381 - Actually puts some bytes in fontconfig-user.html (Closes: #185065)
382 - Handles "same" font binding (Closes: #184353)
383 - Handles aliases better (Closes: #179416)
384 - Will handle xfonts-terminus, although it's kinda ugly
385 (Closes: #176690)
386 * debian/control:
387 - Bump Standards-Version to 3.5.9, no changes required.
388 - Minor description fixes.
389 * debian/rocks:
390 - Add --enable-docs to DEB_CONFIGURE_EXTRA_FLAGS.
391 * debian/patches/fontconfig_pc_in-fix-version-var.patch:
392 - Deleted; fix was incorporated upstream.
393 * debian/patches/mono-font-enable.patch:
394 - Deleted; a better fix was incorporated upstream.
395
396 -- Colin Walters <walters@debian.org> Mon, 7 Apr 2003 22:16:52 -0400
397
398fontconfig (2.1.92-5) unstable; urgency=low
399
400 * The "Wingslinger's is definitely a mafia front" release.
401 * debian/control:
402 - Add back Depends line for fontconfig-udeb, and put libexpat1-udeb,
403 libfreetype6-udeb, zlib1g-udeb there.
404
405 -- Colin Walters <walters@debian.org> Sun, 6 Apr 2003 14:07:58 -0400
406
407fontconfig (2.1.92-4) unstable; urgency=low
408
409 * debian/control:
410 - Remove Depends for fontconfig-udeb (Closes: #187833).
411 * debian/fontconfig-udeb.postinst:
412 - New file, hacked up from fontconfig.postinst.
413 * debian/rules:
414 - Update to the latest version of Colin's Build System.
415
416 -- Colin Walters <walters@debian.org> Sun, 6 Apr 2003 13:18:06 -0400
417
418fontconfig (2.1.92-3) unstable; urgency=low
419
420 * debian/control:
421 - Merge libfontconfig1 and fontconfig packages (Closes: #185466).
422 - Turn libfontconfig1 and libfontconfig1-dev into dummy packages.
423 - Generate new fontconfig-udeb package (Closes: #183822).
424 * debian/patches/mono-font-enable.patch:
425 - New patch; enables marking fonts as monospaced again (Closes: #185239).
426 * debian/rocks:
427 - Remove old cruft like deb-common-build target.
428 * debian/rules:
429 - Update to the latest version of Colin's Build System.
430
431 -- Colin Walters <walters@debian.org> Fri, 28 Mar 2003 16:16:38 -0500
432
433fontconfig (2.1.92-2) unstable; urgency=low
434
435 * The "I should take up Tae Kwon Do again as a stress reliever" release.
436 * debian/README.Debian:
437 - Update with warning about bitmapped fonts.
438 * debian/fontconfig.templates:
439 - New question about overwriting existing local.conf.
440 * debian/fontconfig.config:
441 - Place into the public domain.
442 - Support new question about overwriting existing local.conf.
443 * debian/fontconfig.postinst:
444 - Place into the public domain.
445 - Support new question about overwriting existing local.conf.
446 - Rewrite so that we always write out the bits for bitmapped fonts and
447 subpixel rendering, but if they're disabled, then comment them out.
448 This will allow people to easily see the code so they can enable it by
449 hand.
450 - Add -v to fc-cache invocation so /var/log/fontconfig.log is a bit
451 more useful.
452
453 -- Colin Walters <walters@debian.org> Sun, 9 Mar 2003 14:40:43 -0500
454
455fontconfig (2.1.92-1) unstable; urgency=low
456
457 * The "I wish upstream actually used ChangeLog" release.
458 * New upstream (pre)release.
459 * debian/libfontconfig1-dev.install:
460 - Install upstream development HTML and text documentation.
461 - Install upstream development manpages.
462 * debian/fontconfig.install:
463 - Install upstream user HTML and text documentation.
464 - Don't include local.conf in package. D'oh!
465 * debian/control:
466 - Minor description improvements.
467 * debian/fontconfig.config,debian/fontconfig.postinst,
468 debian/fontconfig.templates:
469 - New debconf question about enabling bitmapped fonts.
470
471 -- Colin Walters <walters@debian.org> Fri, 7 Mar 2003 17:23:42 -0500
472
473fontconfig (2.1.91-2) unstable; urgency=low
474
475 * debian/control:
476 - Bump Build-Depends (and Depends for libfontconfig1-dev) on
477 libfreetype6-dev to the latest. This, in combination with this
478 version of fontconfig, will hopefully fix a lot of outstanding bugs.
479 - Drop Build-Depends on xlibs-dev and ed.
480 * debian/rocks:
481 - Hardcode font path here, and include
482 /var/lib/defoma/x-ttcidfont-conf.d/dirs in default font path
483 (Closes: #183342, #176020).
484
485 -- Colin Walters <walters@debian.org> Thu, 6 Mar 2003 22:00:13 -0500
486
487fontconfig (2.1.91-1) unstable; urgency=low
488
489 * New upstream (pre)release.
490 * debian/patches/fontconfig_pc_in-fix-version-var.patch:
491 - New patch (Closes: #183418).
492
493 -- Colin Walters <walters@debian.org> Wed, 5 Mar 2003 01:02:17 -0500
494
495fontconfig (2.1.90-1) unstable; urgency=low
496
497 * New upstream (pre)release.
498 * debian/patches/CVS-HEAD-subpixel-rendering-fix.patch,
499 debian/patches/fail-on-submake-failure.patch,
500 debian/patches/owen-fc-cache-fix.patch:
501 - Included upstream now; deleted.
502 * debian/patches/fonts-conf-cleanup.patch:
503 - New patch. Removes the date from fonts.conf, and helps move
504 subpixel rendering bits into local.conf.
505 * debian/control:
506 - [libfontconfig1-dev] Add Depends on pkg-config.
507 - Add Build-Depends on docbook-utils.
508 * debian/rocks:
509 - Remove manpage stuff.
510 * debian/fontconfig.templates, debian/fontconfig.config,
511 debian/fontconfig.postinst:
512 - Debconfiscation. Now prompts for subpixel rendering bits
513 (Closes: #182748).
514 * debian/rules:
515 - Update to the latest version of Colin's Build System.
516
517 -- Colin Walters <walters@debian.org> Sun, 2 Mar 2003 13:29:35 -0500
518
519fontconfig (2.1-15) unstable; urgency=low
520
521 * debian/control:
522 - Build-Depend on xlibs-dev (>= 4.2.0).
523 * debian/patches/owen-fc-cache-fix.patch:
524 - New patch, pulled from the GARNOME CVS; edited slightly.
525 This should fix those crashes in FcConfigAdd (Closes: #178780).
526 * debian/rules:
527 - Update to the latest version of Colin's Build System.
528
529 -- Colin Walters <walters@debian.org> Fri, 17 Jan 2003 13:20:09 -0500
530
531fontconfig (2.1-14) unstable; urgency=low
532
533 * debian/patches/CVS-HEAD-subpixel-rendering-fix.patch:
534 - New patch, should fix crashes when subpixel rendering is
535 turned on (Closes: #175903). Big thanks to
536 Michael Guntsche <mike@it-loops.com> for extracting the relevant fix
537 from CVS!
538
539 -- Colin Walters <walters@debian.org> Fri, 10 Jan 2003 13:30:28 -0500
540
541fontconfig (2.1-13) unstable; urgency=low
542
543 * debian/rocks:
544 - Tighten up shlibs for libfontconfig1.
545
546 -- Colin Walters <walters@debian.org> Wed, 8 Jan 2003 22:34:53 -0500
547
548fontconfig (2.1-12) unstable; urgency=low
549
550 * debian/fontconfig.postinst:
551 - Redirect fc-cache error messages to /var/log/fontconfig.log, and
552 refer the user to this upon failure (Closes: #174507).
553
554 -- Colin Walters <walters@debian.org> Fri, 3 Jan 2003 15:04:05 -0500
555
556fontconfig (2.1-11) unstable; urgency=low
557
558 * debian/control:
559 - Remove Build-Depends on zlib1g; instead Build-Depend on the very
560 latest libfreetype6-dev which does this for us.
561 * debian/fontconfig.postinst:
562 - Display a little message about regenerating the fonts cache.
563
564 -- Colin Walters <walters@debian.org> Wed, 25 Dec 2002 01:08:05 -0500
565
566fontconfig (2.1-10) unstable; urgency=low
567
568 * debian/patches/fail-on-submake-failure.patch:
569 - New patch. This way at least the package won't build in the future
570 if there is a failure.
571 * debian/control:
572 - Build-Depend on zlib1g-dev directly until freetype is fixed.
573 - Change fontconfig section to utils.
574
575 -- Colin Walters <walters@debian.org> Sun, 22 Dec 2002 21:37:25 -0500
576
577fontconfig (2.1-9) unstable; urgency=low
578
579 * The "<Overfiend> "*PANT* *PANT* YEAH BABY!!!!
580 FRESH COMMITS TO (freetype) CVS!!!!" *PANT* *PANT*" release.
581 * debian/control:
582 - Build-Depend on the very latest freetype, the previous version of
583 which was a CVS snapshot that broke the fontconfig build, and in fact
584 the build of almost any package dependent on freetype; see #173834.
585 Closes: #173900.
586 - Build-Depend on debhelper (>= 4.1.1) since we use some features from
587 it with CBS in this package (Closes: #173941).
588 * debian/fontconfig.postinst:
589 - New file, with the important contents stolen from Red Hat 8's
590 postinst. Thanks Anthony Fok <foka@debian.org>. (Closes: #173949).
591
592 -- Colin Walters <walters@debian.org> Sun, 22 Dec 2002 03:36:21 -0500
593
594fontconfig (2.1-8) unstable; urgency=low
595
596 * debian/control:
597 - Build-Depend on xlibs-dev. This should fix the issue with
598 /usr/X11R6/lib/fonts or whatever being missing from fonts.conf.
599 - Mention more prominently that fontconfig doesn't depend on X.
600 * debian/rocks:
601 - Install fc-cache, fc-list, and fontconfig manpages
602 (Closes: #173748).
603
604 -- Colin Walters <walters@debian.org> Sat, 21 Dec 2002 02:54:36 -0500
605
606fontconfig (2.1-7) unstable; urgency=low
607
608 * debian/control:
609 - [libfontconfig1-dev] Add a Conflicts: fontconfig (<< 2.1-5) so that
610 we ensure upgrading happens in the correct order (due to
611 fontconfig-config switching packages).
612
613 -- Colin Walters <walters@debian.org> Wed, 11 Dec 2002 00:48:31 -0500
614
615fontconfig (2.1-6) unstable; urgency=low
616
617 * debian/patches/no-date-in-fonts-conf.patch:
618 - New patch; this will prevent the fonts.conf conffile from changing
619 on every package upload.
620 * debian/README.Debian:
621 - Update.
622 * debian/rules:
623 - Update to the latest version of Colin's Build System.
624
625 -- Colin Walters <walters@debian.org> Tue, 10 Dec 2002 14:48:24 -0500
626
627fontconfig (2.1-5) unstable; urgency=low
628
629 * debian/libfontconfig1-dev.install:
630 - Install fontconfig-config.
631 * debian/fontconfig.install
632 - Don't install fontconfig-config.
633 * debian/control:
634 - [libfontconfig1-dev] Add Depends: on libfreetype6-dev
635 (Closes: #172488)
636 * debian/rules:
637 - Update to the latest version of Colin's Build System.
638 * debian/rocks:
639 - Add debian/tmp/usr/lib/ to DEB_SHLIBDEPS_INCLUDE
640 (Closes: #172432).
641 - Ensure libfontconfig1 is built before fontconfig.
642
643 -- Colin Walters <walters@debian.org> Mon, 9 Dec 2002 23:54:06 -0500
644
645fontconfig (2.1-4) unstable; urgency=low
646
647 * debian/control:
648 - Really Build-Depend on ed (Closes: #172245). Now how did I add it
649 to the changelog, but not control? Don't ask me...)
650 * debian/rules:
651 - Update to the latest version of Colin's Build System.
652
653 -- Colin Walters <walters@debian.org> Mon, 9 Dec 2002 12:59:07 -0500
654
655fontconfig (2.1-3) unstable; urgency=low
656
657 * debian/control:
658 - Build-Depend on ed.
659 * debian/rules:
660 - Update to the latest version of Colin's Build System.
661 * debian/rocks:
662 - Remove extra cruft in deb-extra-clean rule.
663
664 -- Colin Walters <walters@debian.org> Sun, 8 Dec 2002 20:58:26 -0500
665
666fontconfig (2.1-2) unstable; urgency=low
667
668 * First upload to unstable; Closes: #170559.
669 * debian/rules:
670 - Update to latest version of Colin's Build System.
671
672 -- Colin Walters <walters@debian.org> Fri, 6 Dec 2002 01:37:16 -0500
673
674fontconfig (2.1-1) unstable; urgency=low
675
676 * New upstream version.
677 * debian/rules:
678 - Use Colin's Build System.
679 * debian/control:
680 - Bump Standards-Version to 3.5.8.
681 * debian/copyright:
682 - Fix Upstream Authors.
683
684 -- Colin Walters <walters@debian.org> Tue, 3 Dec 2002 22:38:28 -0500
685
686fontconfig (2.0-2) unstable; urgency=low
687
688 * debian/control:
689 - [fontconfig] New package; install configuration files and binaries in it.
690 - [libfontconfig1-dev] Fix up description.
691
692 -- Colin Walters <walters@debian.org> Mon, 14 Oct 2002 23:06:59 -0400
693
694fontconfig (2.0-1) unstable; urgency=low
695
696 * Initial version.
697
698 -- Colin Walters <walters@debian.org> Sun, 13 Oct 2002 14:43:56 -0400