X-Git-Url: http://git.ieval.ro/?a=blobdiff_plain;f=debian%2Frules;h=612fe5b741382249c4ada72b0627d2a4968f7a03;hb=ee4a237c4f933d1627f05d0adb051bc04ea755eb;hp=ef6a718d80a6566faa54f087dde2be36c7a8e1d8;hpb=2f221cd92306394d55a1480fc5cfdb331ac16edb;p=fdkaac.git diff --git a/debian/rules b/debian/rules index ef6a718..612fe5b 100755 --- a/debian/rules +++ b/debian/rules @@ -1,6 +1,11 @@ #!/usr/bin/make -f +export DEB_BUILD_MAINT_OPTIONS = hardening=+all DPKG_EXPORT_BUILDFLAGS = 1 include /usr/share/dpkg/default.mk %: - dh $@ --with autoreconf + dh $@ + +override_dh_auto_build: + pandoc -s -f markdown -t man README >fdkaac.1 + dh_auto_build