File: rules

package info (click to toggle)
qperf 0.4.11-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster
  • size: 384 kB
  • sloc: ansic: 5,593; perl: 240; makefile: 40; sh: 37
file content (19 lines) | stat: -rwxr-xr-x 379 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#!/usr/bin/make -f

include /usr/share/dpkg/buildflags.mk
include /usr/share/dpkg/pkg-info.mk
include /usr/share/dpkg/architecture.mk

export DEB_BUILD_MAINT_OPTIONS=hardening=+all
export CFLAGS := $(CFLAGS) -Wno-format-truncation

%:
	dh $@

.PHONY: override_dh_auto_clean
override_dh_auto_clean:
	./cleanup

.PHONY: override_dh_autoreconf
override_dh_autoreconf:
	./autogen.sh