~ubuntu-branches/ubuntu/saucy/net-dns-fingerprint/saucy-proposed

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Bazaar Package Importer
  • Author(s): Anand Kumria
  • Date: 2006-03-12 06:03:16 UTC
  • Revision ID: james.westby@ubuntu.com-20060312060316-lbfmubfqrgqroszh
Tags: 0.9.3-2
enable IPv6 AAAA lookups.

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
export DH_OPTIONS
18
18
 
19
19
 
 
20
# These are used for cross-compiling and for saving the configure script
 
21
# from having to guess our platform (since we know it already)
 
22
DEB_HOST_GNU_TYPE   ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
 
23
DEB_BUILD_GNU_TYPE  ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
 
24
 
20
25
 
21
26
CFLAGS = -Wall -g
22
27
 
25
30
else
26
31
        CFLAGS += -O2
27
32
endif
 
33
ifeq (,$(findstring nostrip,$(DEB_BUILD_OPTIONS)))
 
34
        INSTALL_PROGRAM += -s
 
35
endif
28
36
 
29
37
configure: configure-stamp
30
38
configure-stamp: