Skip to content

Commit

Permalink
Fix debian rules issue
Browse files Browse the repository at this point in the history
  • Loading branch information
lainsce committed May 25, 2017
1 parent d3f2ced commit 9ff9e54
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions debian/rules
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,5 @@
# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1

# Enable additional explot mitigation
# (PIE and *full* RELRO at the time of this writing)
#export DEB_BUILD_MAINT_OPTIONS=hardening=+all

%:
dh $@

override_dh_builddeb:
dh_builddeb -- -Zxz


override_dh_install:
dh_install --fail-missing

0 comments on commit 9ff9e54

Please sign in to comment.