File: rules

package info (click to toggle)
numatop 2.5.1-1
  • links: PTS
  • area: main
  • in suites: sid, trixie
  • size: 824 kB
  • sloc: ansic: 15,346; makefile: 116; sh: 11
file content (11 lines) | stat: -rwxr-xr-x 222 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
#!/usr/bin/make -f

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

%:
	dh $@

override_dh_auto_build:
	$(shell dpkg-buildflags --export=sh); dh_auto_build