~ubuntu-branches/ubuntu/oneiric/xfce4-dev-tools/oneiric

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Bazaar Package Importer
  • Author(s): Lionel Le Folgoc
  • Date: 2011-01-02 22:11:04 UTC
  • mfrom: (0.2.11 upstream)
  • Revision ID: james.westby@ubuntu.com-20110102221104-d4dltf0hgv0ab6ml
Tags: 4.7.4-0ubuntu1
Upload to natty (pkg-xfce svn r4757), no Ubuntu changes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#!/usr/bin/make -f
2
 
 
3
 
include /usr/share/cdbs/1/rules/debhelper.mk
4
 
include /usr/share/cdbs/1/class/autotools.mk
5
 
include /usr/share/cdbs/1/rules/simple-patchsys.mk
6
 
 
7
 
DEB_CONFIGURE_EXTRA_FLAGS := --enable-final
 
2
include /usr/share/hardening-includes/hardening.make
 
3
 
 
4
LDFLAGS=$(shell dpkg-buildflags --get LDFLAGS)
 
5
CFLAGS=$(shell dpkg-buildflags --get CFLAGS)
 
6
LDFLAGS+=$(HARDENING_LDFLAGS) -Wl,-z,defs -Wl,--as-needed
 
7
CFLAGS+=$(HARDENING_CFLAGS)
 
8
 
 
9
export CFLAGS LDFLAGS
 
10
 
 
11
 
 
12
%:
 
13
        dh $@