~ubuntu-branches/ubuntu/saucy/libxfont/saucy-updates

« back to all changes in this revision

Viewing changes to src/builtins/fonts.c

  • Committer: Bazaar Package Importer
  • Author(s): Cyril Brulebois
  • Date: 2010-11-19 01:17:48 UTC
  • mfrom: (1.1.13 upstream) (10.1.8 experimental)
  • Revision ID: james.westby@ubuntu.com-20101119011748-k5809pbrfmwd0ywd
Tags: 1:1.4.3-1
* New upstream release.
* Bump xutils-dev build-dep for new macros.
* Add xmlto, xorg-sgml-doctools, and w3m build-dep for the doc.
* Pass --with-xmlto and --without-fop for the regular build (we want
  html and txt only). Disable both for the udeb build.
* Tweak doc filenames, and handle that through dh_install.
* Add --fail-missing -XlibXfont.la for the second dh_install call (the
  udeb one), for additional safety.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/*
2
 
 * Id: fonts.c,v 1.2 1999/11/02 06:16:47 keithp Exp $
3
 
 *
4
2
 * Copyright 1999 SuSE, Inc.
5
3
 *
6
4
 * Permission to use, copy, modify, distribute, and sell this software and its
22
20
 *
23
21
 * Author:  Keith Packard, SuSE, Inc.
24
22
 */
25
 
/* $XFree86: xc/lib/font/builtins/fonts.c,v 1.3 1999/12/30 02:29:49 robin Exp $ */
26
23
 
27
24
#ifdef HAVE_CONFIG_H
28
25
#include <config.h>