File: rules

package info (click to toggle)
butt 0.1.26-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 3,100 kB
  • sloc: cpp: 12,044; sh: 4,727; ansic: 218; makefile: 50; ruby: 42; sed: 16
file content (13 lines) | stat: -rwxr-xr-x 288 bytes parent folder | download | duplicates (3)
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 $@

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