File: rules

package info (click to toggle)
slpvm 0.1.5-17
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 1,184 kB
  • sloc: sh: 2,624; ansic: 1,012; makefile: 161
file content (21 lines) | stat: -rwxr-xr-x 423 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#!/usr/bin/make -f

%:
	dh $@ --no-parallel

export AUTOHEADER = true
execute_after_dh_autoreconf:
	mv autoconf/configure .

override_dh_auto_build:
	dh_auto_build -- RPATH=

## Removed the regresssion test until it is sure it works in the
## autobuilders (cf Bug#422241 and Bug#422155)
override_dh_auto_test:

override_dh_auto_install:
	dh_auto_install -- datarootdir=/usr/share

override_dh_compress:
	dh_compress -X.pdf