Skip to content
Snippets Groups Projects
Commit 684bb894 authored by Andrea Bolognani's avatar Andrea Bolognani Committed by Guido Günther
Browse files

Move data files from libvirt-daemon to libvirt0

These files are used internally by the library, so they
should be shipped along with it rather than with the daemon.
This is consistent with the upstream libvirt.spec file.

The pattern is partially expanded in the libvirt0.install
file to avoid having to remove a specific subset of data
files later on as part of debian/rules.
parent 8e8286d4
No related branches found
No related tags found
No related merge requests found
......@@ -238,7 +238,8 @@ Package: libvirt0
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Recommends: lvm2 [linux-any]
Breaks: selinux-policy-default (<< 2:2.20131214-1~), selinux-policy-mls (<< 2:2.20131214-1~)
Breaks: selinux-policy-default (<< 2:2.20131214-1~), selinux-policy-mls (<< 2:2.20131214-1~), libvirt-daemon (<< 4.10.0-2~)
Replaces: libvirt-daemon (<< 4.10.0-2~)
Description: library for interfacing with different virtualization systems
Libvirt is a C toolkit to interact with the virtualization capabilities
of recent versions of Linux (and other OSes). The library aims at providing
......
......@@ -4,7 +4,6 @@ usr/lib/libvirt/lock-driver/lockd.so
usr/lib/libvirt/connection-driver
usr/share/augeas/*
usr/share/bash-completion/*
usr/share/libvirt/*
usr/share/man/man8/*
usr/lib/libvirt/storage-backend/libvirt_storage_backend_disk.so
usr/lib/libvirt/storage-backend/libvirt_storage_backend_fs.so
......
......@@ -2,3 +2,6 @@ usr/lib/libvirt.so.*
usr/lib/libvirt-admin.so.*
usr/lib/libvirt-lxc.so.*
usr/lib/libvirt-qemu.so.*
usr/share/libvirt/cpu_map.xml
usr/share/libvirt/schemas/*
usr/share/libvirt/test-screenshot.png
......@@ -215,8 +215,6 @@ endif
rm debian/libvirt-wireshark/usr/lib/*/wireshark/plugins/*/*.la
# Don't ship any files that are managed by the user only
rm debian/libvirt-daemon-system/etc/apparmor.d/local/*
# Don't ship api files in the daemon package
rm -r debian/libvirt-daemon/usr/share/libvirt/api/
# executable-not-elf-or-script
chmod 644 debian/libvirt-daemon/usr/share/bash-completion/completions/vsh
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment