~ubuntu-branches/ubuntu/maverick/scribus-ng/maverick-backports

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Bazaar Package Importer
  • Author(s): Oleksandr Moskalenko
  • Date: 2010-07-15 12:43:00 UTC
  • mfrom: (0.1.8 upstream)
  • Revision ID: james.westby@ubuntu.com-20100715124300-2u304r2rvy55vpkv
Tags: 1.3.7.dfsg~svn20100715-1
* Upstream svn. update.
* debian/scribus-ng.lintian: Updated overrides.
* debian/control: Updated standards version to 3.9.0.

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
DEBUG_FLAG=1
8
8
 
9
9
 
10
 
LDFLAGS =
11
10
DEBIAN_DIR = $(shell pwd)/debian
12
11
BUILD_DIR = $(shell pwd)/debian/build
13
12
INSTALL_DIR = $(shell pwd)/debian/scribus-ng
21
20
 
22
21
ifeq ($(DEB_HOST_ARCH),alpha)
23
22
OPT_FLAG = -O0
24
 
LDFLAGS = -Wl,--no-relax
25
23
else
26
24
OPT_FLAG = -O2
27
25
endif
49
47
            -DWANT_VERSIONING:BOOL=1 \
50
48
            -DCUSTOM_VERSIONTAG:STRING=-ng \
51
49
            -DCMAKE_CXX_FLAGS:STRING='$(OPT_FLAG)' \
52
 
            -DCMAKE_C_FLAGS:STRING='$(OPT_FLAG)' ../../ \
53
 
                -DCMAKE_EXE_LINKER_FLAGS:STRING="$(LDFLAGS)" \
54
 
                -DCMAKE_MODULE_LINKER_FLAGS:STRING="$(LDFLAGS)" \
55
 
                -DCMAKE_SHARED_LINKER_FLAGS:STRING="$(LDFLAGS)"
 
50
            -DCMAKE_C_FLAGS:STRING='$(OPT_FLAG)' ../../
56
51
        touch configure-stamp
57
52
 
58
53
build: configure-stamp build-stamp