Codebase list libvirt / f3fdef3
Install systemtap tapsets on Linux Guido Günther 11 years ago
4 changed file(s) with 7 addition(s) and 3 deletion(s). Raw diff Collapse all Expand all
3535 libnetcf-dev [linux-any],
3636 libsanlock-dev [linux-any],
3737 libaudit-dev [linux-any],
38 systemtap-sdt-dev [linux-any],
3839 # for --with-storage-sheepdog
3940 sheepdog [linux-any],
4041 # For "make check"
6970 iproute,
7071 parted,
7172 pm-utils
72 Suggests: policykit-1, radvd, auditd
73 Suggests: policykit-1, radvd, auditd, systemtap
7374 Description: programs for the libvirt library
7475 Libvirt is a C toolkit to interact with the virtualization capabilities
7576 of recent versions of Linux (and other OSes). The library aims at providing
88 usr/share/libvirt/*
99 usr/share/man/man8/*
1010 lib/systemd/system
11 usr/share/systemtap
00 usr/lib/libvirt.so.*
11 usr/lib/libvirt-qemu.so.*
2
3131 WITH_SANLOCK = --with-sanlock
3232 WITH_INIT_SCRIPT = --with-init-script=systemd
3333 WITH_AUDIT = --with-audit
34 WITH_DTRACE = --with-dtrace
3435 ifneq (,$(findstring $(DEB_HOST_ARCH), amd64 i386 ia64 mips mipsel powerpc))
3536 WITH_NUMA = --with-numactl
3637 else
5758 WITH_NETCF = --without-netcf
5859 WITH_INIT_SCRIPT = --with-init-script=none
5960 WITH_AUDIT = --without-audit
61 WITH_DTRACE = --without-dtrace
6062 endif
6163
6264 DEB_BUILDDIR := $(CURDIR)/debian/build
8789 $(WITH_NETCF) \
8890 $(WITH_XEN) \
8991 $(WITH_VBOX) \
90 $(WITH_LXC)
92 $(WITH_LXC) \
93 $(WITH_DTRACE)
9194
9295 DEB_COMPRESS_EXCLUDE = .o event-test hellolibvirt info1 suspend
9396 DEB_PYTHON_SETUP_CMD = /dev/null