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