File: rules

package info (click to toggle)
cava-alsa 0.7.3-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 572 kB
  • sloc: ansic: 3,282; makefile: 47; sh: 13
file content (10 lines) | stat: -rwxr-xr-x 232 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
#!/usr/bin/make -f

#Override variables to ensure package uses the systems libiniparser.
export DEB_CPPFLAGS_MAINT_APPEND  = -I/usr/include/iniparser

#Hardning bindnow
export DEB_BUILD_MAINT_OPTIONS = hardening=+bindnow

%:
	dh $@