~ubuntu-branches/ubuntu/precise/silo/precise

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Bazaar Package Importer
  • Author(s): Fabio M. Di Nitto
  • Date: 2006-11-08 02:51:05 UTC
  • mfrom: (1.1.2 etch)
  • Revision ID: james.westby@ubuntu.com-20061108025105-u198k1hko17zldtf
Tags: 1.4.13-1ubuntu1
* Merge from debian unstable:
  * Change build-dep from linux-kernel-headers to linux-libc-dev

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#!/usr/bin/make -f
2
2
 
3
3
# the dbs rules
4
 
TAR_DIR := silo-1.4.12
 
4
TAR_DIR := silo-1.4.13
5
5
include debian/scripts/dbs-build.mk
6
6
 
7
7
CC = "gcc-4.1 -m32 -fno-stack-protector"