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