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