~ubuntu-branches/ubuntu/utopic/tcm/utopic

« back to all changes in this revision

Viewing changes to debian/Config.tmpl

  • Committer: Bazaar Package Importer
  • Author(s): Otavio Salvador
  • Date: 2006-04-08 10:03:43 UTC
  • mfrom: (3.1.1 dapper)
  • Revision ID: james.westby@ubuntu.com-20060408100343-tzzrb9gv77f6cbw9
Tags: 2.20+TSQD-3
* Ack previous NMUs.
  - Added 30_amd64_null.dpatch from Adrian Knoth to fix segfaults on amd64.
    (Closes: #339040) (Thanks Norbert Tretkowski <nobse@debian.org>)
  - debian/Config.tmpl: Fix conditional syntax. (Closes: #355985)
    (Thanks Matej Vela <vela@debian.org>)
* Add 31_fix_gcc_4_1.dpatch: fix ugly C++ programming. Thanks to Martin
  Michlmayr <tbm@cyrius.com> for the patch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
# STRIP           = /usr/bin/strip --strip-debug
6
6
STRIP           = true 
7
7
 
8
 
ifndef $(CFLAGS)
 
8
ifndef CFLAGS
9
9
CFLAGS          = -Wall -pedantic
10
10
CFLAGS          += -O3 -fomit-frame-pointer
11
11
# CFLAGS        += -g