Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
L
libvirt
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Libvirt Packaging Team
libvirt
Commits
f3fdef3c
Commit
f3fdef3c
authored
12 years ago
by
Guido Günther
Browse files
Options
Downloads
Patches
Plain Diff
Install systemtap tapsets on Linux
parent
c4d72f29
No related branches found
No related tags found
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
debian/control
+2
-1
2 additions, 1 deletion
debian/control
debian/libvirt-bin.install
+1
-0
1 addition, 0 deletions
debian/libvirt-bin.install
debian/libvirt0.install
+0
-1
0 additions, 1 deletion
debian/libvirt0.install
debian/rules
+4
-1
4 additions, 1 deletion
debian/rules
with
7 additions
and
3 deletions
debian/control
+
2
−
1
View file @
f3fdef3c
...
...
@@ -36,6 +36,7 @@ Build-Depends: cdbs (>= 0.4.90~),
libnetcf-dev [linux-any],
libsanlock-dev [linux-any],
libaudit-dev [linux-any],
systemtap-sdt-dev [linux-any],
# for --with-storage-sheepdog
sheepdog [linux-any],
# For "make check"
...
...
@@ -70,7 +71,7 @@ Recommends: netcat-openbsd,
iproute,
parted,
pm-utils
Suggests: policykit-1, radvd, auditd
Suggests: policykit-1, radvd, auditd
, systemtap
Description: programs for the libvirt library
Libvirt is a C toolkit to interact with the virtualization capabilities
of recent versions of Linux (and other OSes). The library aims at providing
...
...
This diff is collapsed.
Click to expand it.
debian/libvirt-bin.install
+
1
−
0
View file @
f3fdef3c
...
...
@@ -9,3 +9,4 @@ usr/share/augeas/*
usr
/
share
/
libvirt
/*
usr
/
share
/
man
/
man8
/*
lib
/
systemd
/
system
usr
/
share
/
systemtap
This diff is collapsed.
Click to expand it.
debian/libvirt0.install
+
0
−
1
View file @
f3fdef3c
usr
/
lib
/
libvirt
.
so
.
*
usr
/
lib
/
libvirt
-
qemu
.
so
.
*
This diff is collapsed.
Click to expand it.
debian/rules
+
4
−
1
View file @
f3fdef3c
...
...
@@ -32,6 +32,7 @@ ifneq (,$(findstring $(DEB_HOST_ARCH_OS), linux))
WITH_SANLOCK = --with-sanlock
WITH_INIT_SCRIPT = --with-init-script=systemd
WITH_AUDIT = --with-audit
WITH_DTRACE = --with-dtrace
ifneq (,$(findstring $(DEB_HOST_ARCH), amd64 i386 ia64 mips mipsel powerpc))
WITH_NUMA = --with-numactl
else
...
...
@@ -58,6 +59,7 @@ else
WITH_NETCF = --without-netcf
WITH_INIT_SCRIPT = --with-init-script=none
WITH_AUDIT = --without-audit
WITH_DTRACE = --without-dtrace
endif
DEB_BUILDDIR := $(CURDIR)/debian/build
...
...
@@ -88,7 +90,8 @@ DEB_CONFIGURE_EXTRA_FLAGS := \
$(WITH_NETCF) \
$(WITH_XEN) \
$(WITH_VBOX) \
$(WITH_LXC)
$(WITH_LXC) \
$(WITH_DTRACE)
DEB_COMPRESS_EXCLUDE = .o event-test hellolibvirt info1 suspend
DEB_PYTHON_SETUP_CMD = /dev/null
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment