File: rules

package info (click to toggle)
bplay 0.991-11
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 224 kB
  • sloc: ansic: 2,059; makefile: 19
file content (13 lines) | stat: -rwxr-xr-x 282 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/usr/bin/make -f

CFLAGS += -DUSEBUFFLOCK
export DEB_BUILD_MAINT_OPTIONS=hardening=+all

# Avoid embedding the build path for reproducible builds
CFLAGS += -ffile-prefix-map=$(CURDIR)=.

%:
	dh $@

override_dh_auto_build:
	dh_auto_build -- CFLAGS="$(CFLAGS)" LDFLAGS="$(LDFLAGS)"