Use proper hardening options
[fdkaac.git] / debian / rules
CommitLineData
36498e04 1#!/usr/bin/make -f
b7a0789a 2export DEB_BUILD_MAINT_OPTIONS = hardening=+all
36498e04
MG
3DPKG_EXPORT_BUILDFLAGS = 1
4include /usr/share/dpkg/default.mk
5
6%:
2f221cd9 7 dh $@ --with autoreconf
dfff1a0d
MG
8
9override_dh_auto_build:
10 pandoc -s -f markdown -t man README >fdkaac.1
11 dh_auto_build
This page took 0.010739 seconds and 4 git commands to generate.