File: rules

package info (click to toggle)
reptyr 0.6.2-1.3
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 324 kB
  • sloc: ansic: 2,264; makefile: 46; python: 32; sh: 31
file content (17 lines) | stat: -rwxr-xr-x 387 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#!/usr/bin/make -f

export DEB_BUILD_MAINT_OPTIONS = hardening=+all

%:
	dh $@

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

override_dh_auto_install:
	dh_auto_install -- PREFIX=/usr

# reptyr's test suite relies on being able to ptrace non-child
# processes, which isn't allowed under yama's defaults on Ubuntu
override_dh_auto_test:
	#disable