File: rules

package info (click to toggle)
nvme-cli 1.7-1
  • links: PTS
  • area: main
  • in suites: buster
  • size: 4,128 kB
  • sloc: ansic: 19,362; python: 716; sh: 444; makefile: 348; ruby: 25
file content (13 lines) | stat: -rwxr-xr-x 254 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/usr/bin/make -f

export DEB_BUILD_MAINT_OPTIONS=hardening=+all

%:
	dh $@

override_dh_auto_install:
	dh_auto_install -- PREFIX=/usr

override_dh_auto_test:
	# Overriding auto test, since the tests require that the build machine
	# has a NVME device.