File: rules

package info (click to toggle)
virt-viewer 11.0-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,260 kB
  • sloc: ansic: 14,650; python: 138; sh: 93; xml: 24; makefile: 8
file content (13 lines) | stat: -rwxr-xr-x 371 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/usr/bin/make -f

# Temporarily disable ovirt feature until we are ready for librest transition
DEB_CONFIGURE_EXTRA_FLAGS := -Dauto_features=enabled -Dgit_werror=disabled -Dovirt=disabled
ifneq (linux,$(DEB_HOST_ARCH_OS))
    DEB_CONFIGURE_EXTRA_FLAGS += -Dspice=disabled
endif

%:
	dh $@

override_dh_auto_configure:
	dh_auto_configure -- $(DEB_CONFIGURE_EXTRA_FLAGS)