File: rules

package info (click to toggle)
xrprof 0.3.1-3
  • links: PTS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 216 kB
  • sloc: ansic: 1,220; makefile: 72
file content (16 lines) | stat: -rwxr-xr-x 259 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/usr/bin/make -f

%:
	dh $@

override_dh_auto_build:
	dh_auto_build -- prefix=/usr CFLAGS="$(CFLAGS)"

override_dh_auto_install:
	dh_auto_install -- prefix=/usr

override_dh_auto_test:
	echo "Skipping checks for now"

override_dh_usrlocal:
	echo "Skipping"