~ubuntu-branches/debian/wheezy/netatalk/wheezy

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Bazaar Package Importer
  • Author(s): Jonas Smedegaard
  • Date: 2010-06-23 22:49:52 UTC
  • Revision ID: james.westby@ubuntu.com-20100623224952-3cbgwyizw3yv1fb9
Tags: 2.1.2-2
Fix enable DEB_BUILD_HARDENING.

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
include /usr/share/cdbs/1/rules/utils.mk
22
22
include /usr/share/cdbs/1/rules/debhelper.mk
23
23
include /usr/share/cdbs/1/class/autotools.mk
 
24
include /usr/share/hardening-includes/hardening.make
24
25
 
25
26
DEB_UPSTREAM_URL = http://downloads.sourceforge.net/netatalk
26
27
DEB_UPSTREAM_TARBALL_BASENAME_MANGLE = s/~(alpha|beta|rc)/\1/
36
37
DEB_UPDATE_RCD_PARAMS = start 50 2 3 4 5 . stop 50 1 .
37
38
 
38
39
# Tighten security - more info at http://wiki.debian.org/Hardening
39
 
export DEB_BUILD_HARDENING=1
 
40
CFLAGS += $(HARDENING_CFLAGS)
 
41
LDFLAGS += $(HARDENING_LDFLAGS)
40
42
 
41
43
DEB_CONFIGURE_EXTRA_FLAGS := \
42
44
        --with-shadow --enable-fhs              \