~ubuntu-branches/ubuntu/trusty/eflite/trusty

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Package Import Robot
  • Author(s): Samuel Thibault, Samuel Thibault
  • Date: 2012-06-08 22:47:53 UTC
  • Revision ID: package-import@ubuntu.com-20120608224753-s5tstwiqda9phlum
Tags: 0.4.1-5
[ Samuel Thibault ]
* Set eflite Multi-Arch: foreign.
* Bump Standards-Version to 3.9.3 (no change needed)
* Depend on hardening-check.
* Set DEB_BUILD_HARDENING=1 to enable hardening.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#!/usr/bin/make -f
 
2
 
 
3
export DEB_BUILD_HARDENING=1
 
4
 
2
5
%:
3
6
        dh $@
4
7