~ubuntu-branches/ubuntu/lucid/silo/lucid

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Bazaar Package Importer
  • Author(s): Fabio M. Di Nitto
  • Date: 2008-06-24 13:04:51 UTC
  • mfrom: (15.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20080624130451-b6kozclk7a6thvrp
Tags: 1.4.14-0ubuntu1
* New upstream release:
  - Drop local patches that have been merged upstream.
  - Update debian/copyright to reflect new tarball release URL.
  - Add patch to fix FTBFS (stolen from Fedora).

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
 
3
3
STAMP_DIR  = stampdir
4
4
BUILD_TREE = build-tree
5
 
CC         = "gcc -m32 -fno-stack-protector"
 
5
CC         = "gcc-4.3 -m32 -fno-stack-protector"
6
6
 
7
7
build: $(BUILD_TREE) build-stamp
8
8