File: rules

package info (click to toggle)
d-feet 0.3.14-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 1,400 kB
  • sloc: python: 1,366; sh: 712; makefile: 157; xml: 4
file content (18 lines) | stat: -rwxr-xr-x 334 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#!/usr/bin/make -f

export PYTHON=/usr/bin/python3

%:
	dh $@ --with python3

override_dh_autoreconf:
	NOCONFIGURE=1 dh_autoreconf ./autogen.sh --

override_dh_auto_test:
	VERBOSE=1 HOME=$(CURDIR) xvfb-run $(MAKE) check

override_dh_auto_install:
	dh_auto_install --destdir=debian/tmp

override_dh_missing:
	dh_missing --fail-missing