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

« back to all changes in this revision

Viewing changes to src/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Cyril Brulebois, Cyril Brulebois, Julien Cristau
  • Date: 2012-03-04 09:24:59 UTC
  • mfrom: (1.1.15)
  • Revision ID: package-import@ubuntu.com-20120304092459-cbu7e0ujz24lslpt
Tags: 1:1.4.5-1
[ Cyril Brulebois ]
* New upstream release.
* Switch to dh:
  - Bump debhelper build-dep and compat.
  - Rewrite debian/rules, using autoreconf and quilt sequences.
  - Adjust build dependencies accordingly.
  - Use build-main and build-udeb as build directories.
  - Adjust .install accordingly.
* Remove xsfbs accordingly.
* Add support for hardened build flags through dpkg-buildflags, based
  on a patch by Moritz Muehlenhoff, thanks! (Closes: #654154).

[ Julien Cristau ]
* Remove David Nusinow from Uploaders.

Show diffs side-by-side

added added

removed removed

Lines of Context:
15
15
 
16
16
@SET_MAKE@
17
17
 
18
 
 
18
#
19
19
#  Copyright © 2003 Keith Packard, Noah Levitt
20
 
 
20
#
21
21
#  Permission to use, copy, modify, distribute, and sell this software and its
22
22
#  documentation for any purpose is hereby granted without fee, provided that
23
23
#  the above copyright notice appear in all copies and that both that
27
27
#  specific, written prior permission.  Keith Packard makes no
28
28
#  representations about the suitability of this software for any purpose.  It
29
29
#  is provided "as is" without express or implied warranty.
30
 
 
30
#
31
31
#  KEITH PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
32
32
#  INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
33
33
#  EVENT SHALL KEITH PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR
183
183
AUTOHEADER = @AUTOHEADER@
184
184
AUTOMAKE = @AUTOMAKE@
185
185
AWK = @AWK@
 
186
BASE_CFLAGS = @BASE_CFLAGS@
186
187
CC = @CC@
187
188
CCDEPMODE = @CCDEPMODE@
188
189
CFLAGS = @CFLAGS@