File: rules

package info (click to toggle)
stress-ng 0.15.06-2
  • links: PTS
  • area: main
  • in suites: bookworm
  • size: 11,568 kB
  • sloc: ansic: 139,746; sh: 613; makefile: 585
file content (13 lines) | stat: -rwxr-xr-x 297 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/usr/bin/make -f

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

override_dh_auto_build:
	$(shell dpkg-buildflags --export=sh); dh_auto_build -- $(if $(filter terse,$(DEB_BUILD_OPTIONS)),,VERBOSE=1)

override_dh_dwz:

%:
	dh $@