File: rules

package info (click to toggle)
fdkaac 1.0.6-0.1
  • links: PTS, VCS
  • area: contrib
  • in suites: forky, sid, trixie
  • size: 576 kB
  • sloc: ansic: 6,531; makefile: 55; python: 34; sh: 1
file content (11 lines) | stat: -rwxr-xr-x 227 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
#!/usr/bin/make -f
export DEB_BUILD_MAINT_OPTIONS = hardening=+all
DPKG_EXPORT_BUILDFLAGS = 1
include /usr/share/dpkg/default.mk

%:
	dh $@

override_dh_auto_build:
	pandoc -s -f markdown -t man README >fdkaac.1
	dh_auto_build