[Pkg-libvirt-commits] [Git][libvirt-team/libvirt][debian/sid] Move data files from libvirt-daemon to libvirt0

Guido Günther gitlab at salsa.debian.org
Sat Dec 15 12:38:14 GMT 2018


Guido Günther pushed to branch debian/sid at Libvirt Packaging Team / libvirt


Commits:
684bb894 by Andrea Bolognani at 2018-12-15T12:37:54Z
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.

- - - - -


4 changed files:

- debian/control
- debian/libvirt-daemon.install
- debian/libvirt0.install
- debian/rules


Changes:

=====================================
debian/control
=====================================
@@ -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


=====================================
debian/libvirt-daemon.install
=====================================
@@ -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


=====================================
debian/libvirt0.install
=====================================
@@ -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


=====================================
debian/rules
=====================================
@@ -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
 



View it on GitLab: https://salsa.debian.org/libvirt-team/libvirt/commit/684bb894ff898b686376a5bc52048f05886ab4fd

-- 
View it on GitLab: https://salsa.debian.org/libvirt-team/libvirt/commit/684bb894ff898b686376a5bc52048f05886ab4fd
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-libvirt-commits/attachments/20181215/db5ada63/attachment-0001.html>


More information about the Pkg-libvirt-commits mailing list