File: rules

package info (click to toggle)
virt-manager 1%3A5.0.0-4
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 20,200 kB
  • sloc: python: 44,538; xml: 28,397; makefile: 17; sh: 6
file content (24 lines) | stat: -rwxr-xr-x 432 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
22
23
24
#!/usr/bin/make -f

%:
	dh $@ --buildsystem=meson

override_dh_auto_configure:
	dh_auto_configure -- \
	  -Dcompile-schemas=false \
	  -Dupdate-icon-cache=false \
	  -Dtests=disabled

override_dh_python3:
	dh_python3 usr/share/virt-manager

override_dh_auto_test:
ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
	pytest-3 -v -rs
endif

override_dh_installdocs:
	dh_installdocs --all NEWS.md

override_dh_bugfiles:
	dh_bugfiles --all