~ubuntu-branches/debian/stretch/lightdm/stretch

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Package Import Robot
  • Author(s): Yves-Alexis Perez
  • Date: 2013-10-31 09:31:16 UTC
  • mfrom: (1.1.18)
  • Revision ID: package-import@ubuntu.com-20131031093116-zpr143y5f7iq2zog
Tags: 1.8.3-1
* New upstream release.
* debian/rules:
  - enable all hardening flags.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#!/usr/bin/make -f
2
2
 
3
3
export DEB_LDFLAGS_MAINT_APPEND=-Wl,--as-needed -Wl,-O1
4
 
export DEB_BUILD_MAINT_OPTIONS=hardening=+bindnow
 
4
export DEB_BUILD_MAINT_OPTIONS=hardening=+all
5
5
 
6
6
DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
7
7