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
bafc3d6e
Commit
bafc3d6e
authored
11 years ago
by
Guido Günther
Browse files
Options
Downloads
Patches
Plain Diff
Install API files into dev package
These are needed by the python bindings
parent
dd5ae42a
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
debian/control
+1
-0
1 addition, 0 deletions
debian/control
debian/libvirt-dev.install
+1
-0
1 addition, 0 deletions
debian/libvirt-dev.install
debian/rules
+2
-0
2 additions, 0 deletions
debian/rules
with
4 additions
and
0 deletions
debian/control
+
1
−
0
View file @
bafc3d6e
...
...
@@ -124,6 +124,7 @@ Package: libvirt-dev
Architecture: any
Section: libdevel
Depends: ${misc:Depends}, libvirt0 (= ${binary:Version}), libxen-dev [i386 amd64]
Replaces: libvirt-bin (<< 1.2.0~)
Recommends: pkg-config
Description: development files for the libvirt library
Libvirt is a C toolkit to interact with the virtualization capabilities
...
...
This diff is collapsed.
Click to expand it.
debian/libvirt-dev.install
+
1
−
0
View file @
bafc3d6e
...
...
@@ -3,3 +3,4 @@ usr/lib/libvirt-lxc.so
usr
/
lib
/
libvirt
-
qemu
.
so
usr
/
include
/*
usr
/
lib
/
pkgconfig
/*
usr
/
share
/
libvirt
/
api
/*-
api
.
xml
This diff is collapsed.
Click to expand it.
debian/rules
+
2
−
0
View file @
bafc3d6e
...
...
@@ -145,6 +145,8 @@ override_dh_install:
# Don't ship any la files
rm debian/libvirt-bin/usr/lib/libvirt/connection-driver/*.la
# Don't ship api files in the daemon package
rm -r debian/libvirt-bin/usr/share/libvirt/api/
override_dh_installinit:
dh_systemd_enable
...
...
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