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