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
f22f1efd
Commit
f22f1efd
authored
16 years ago
by
Guido Günther
Browse files
Options
Downloads
Patches
Plain Diff
add ${misc:Depends}
parent
c6f579e6
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
debian/control
+6
-5
6 additions, 5 deletions
debian/control
with
6 additions
and
5 deletions
debian/control
+
6
−
5
View file @
f22f1efd
...
...
@@ -12,7 +12,7 @@ Standards-Version: 3.8.0
Package: libvirt-bin
Architecture: any
Depends: ${shlibs:Depends}, adduser, libvirt0 (>= ${binary:Version}), logrotate
Depends: ${shlibs:Depends},
${misc:Depends},
adduser, libvirt0 (>= ${binary:Version}), logrotate
Enhances: qemu, kvm, xen
Section: admin
Recommends: netcat-openbsd, bridge-utils, dnsmasq (>= 2.46-1), iptables, qemu (>= 0.9.1)
...
...
@@ -27,7 +27,7 @@ Description: the programs for the libvirt library
Package: libvirt0
Architecture: any
Depends: ${shlibs:Depends}
Depends: ${shlibs:Depends}
, ${misc:Depends}
Recommends: lvm2
Description: library for interfacing with different virtualization systems
Libvirt is a C toolkit to interact with the virtualization capabilities
...
...
@@ -37,7 +37,7 @@ Description: library for interfacing with different virtualization systems
Package: libvirt0-dbg
Architecture: any
Depends: ${shlibs:Depends}, libvirt0 (= ${binary:Version})
Depends: ${shlibs:Depends},
${misc:Depends},
libvirt0 (= ${binary:Version})
Priority: extra
Description: library for interfacing with different virtualization systems
Libvirt is a C toolkit to interact with the virtualization capabilities
...
...
@@ -50,6 +50,7 @@ Description: library for interfacing with different virtualization systems
Package: libvirt-doc
Architecture: all
Section: doc
Depends: ${misc:Depends}
Description: documentation 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
...
...
@@ -61,7 +62,7 @@ Description: documentation for the libvirt library
Package: libvirt-dev
Architecture: any
Section: libdevel
Depends: libvirt0 (= ${binary:Version}), libxen-dev [i386 amd64]
Depends:
${misc:Depends},
libvirt0 (= ${binary:Version}), libxen-dev [i386 amd64]
Recommends: pkg-config
Description: development files for the libvirt library
Libvirt is a C toolkit to interact with the virtualization capabilities
...
...
@@ -74,7 +75,7 @@ Description: development files for the libvirt library
Package: python-libvirt
Architecture: any
Depends: ${shlibs:Depends}, ${python:Depends}, libvirt0 (>= ${binary:Version})
Depends: ${shlibs:Depends},
${misc:Depends},
${python:Depends}, libvirt0 (>= ${binary:Version})
Provides: ${python:Provides}
Section: python
XB-Python-Version: ${python:Versions}
...
...
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