File: rules

package info (click to toggle)
butt 0.1.17%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 12,876 kB
  • sloc: cpp: 17,787; sh: 4,221; ansic: 3,593; ruby: 42; makefile: 41
file content (13 lines) | stat: -rwxr-xr-x 306 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/usr/bin/make -f
#export DH_VERBOSE = 1

export DEB_BUILD_MAINT_OPTIONS = hardening=+all
DPKG_EXPORT_BUILDFLAGS = 1
include /usr/share/dpkg/buildflags.mk

%:
	dh $@ --with autoreconf

# Disabling aac support because libfdk-aac is non-free.
override_dh_auto_configure:
	dh_auto_configure -- --disable-aac