~ubuntu-branches/ubuntu/saucy/python2.7/saucy-updates

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Package Import Robot
  • Author(s): Matthias Klose
  • Date: 2013-03-08 14:30:55 UTC
  • Revision ID: package-import@ubuntu.com-20130308143055-gyzjn6vv7szlqsiw
Tags: 2.7.3-16ubuntu1
* Merge with Debian; remaining changes:
  - Build-depend on python:any instead of python.
* Update symbols files.

Show diffs side-by-side

added added

removed removed

Lines of Context:
12
12
vafilt = $(subst $(2)=,,$(filter $(2)=%,$(1)))
13
13
 
14
14
DPKG_VARS               := $(shell dpkg-architecture)
 
15
DEB_BUILD_ARCH          ?= $(call vafilt,$(DPKG_VARS),DEB_BUILD_ARCH)
 
16
DEB_BUILD_GNU_TYPE      ?= $(call vafilt,$(DPKG_VARS),DEB_BUILD_GNU_TYPE)
15
17
DEB_HOST_ARCH           ?= $(call vafilt,$(DPKG_VARS),DEB_HOST_ARCH)
16
18
DEB_HOST_ARCH_BITS      ?= $(call vafilt,$(DPKG_VARS),DEB_HOST_ARCH_BITS)
17
19
DEB_HOST_ARCH_ENDIAN    ?= $(call vafilt,$(DPKG_VARS),DEB_HOST_ARCH_ENDIAN)
48
50
  WITHOUT_BENCH := yes
49
51
  WITHOUT_CHECK := yes
50
52
endif
51
 
WITHOUT_CHECK := yes
52
53
 
53
54
COMMA = ,
54
55
ifneq (,$(filter parallel=%,$(subst $(COMMA), ,$(DEB_BUILD_OPTIONS))))
131
132
  endif
132
133
endif
133
134
ifneq ($(DEB_HOST_GNU_TYPE),$(DEB_BUILD_GNU_TYPE))
 
135
  with_pgo := 
 
136
endif
 
137
ifneq ($(DEB_HOST_GNU_TYPE),$(DEB_BUILD_GNU_TYPE))
134
138
  with_pgo :=
135
139
endif
136
140
 
144
148
    with_pgo =
145
149
    with_lto =
146
150
endif
147
 
    with_pgo =
148
 
    with_lto =
149
151
 
150
152
ifeq ($(with_lto),yes)
151
153
    LTO_CFLAGS = -g -flto -fuse-linker-plugin