[Pkg-libvirt-commits] [libvirt] 01/04: Don't ship the socket activation file

Guido Guenther agx at moszumanska.debian.org
Thu Sep 25 17:44:20 UTC 2014


This is an automated email from the git hooks/post-receive script.

agx pushed a commit to annotated tag debian/1.2.8-3
in repository libvirt.

commit 9e3d695904e53c1e4d06d1a941fd741d2bec048c
Author: Guido Günther <agx at sigxcpu.org>
Date:   Wed Sep 24 19:39:12 2014 +0200

    Don't ship the socket activation file
    
    until we switched to polkit and we can therefore ignore socket
    permissions.
    
    Closes: #762606
---
 debian/rules | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/debian/rules b/debian/rules
index 8b9a7b2..8820ea9 100755
--- a/debian/rules
+++ b/debian/rules
@@ -174,6 +174,10 @@ endif
 	# Don't ship api files in the daemon package
 	rm -r debian/libvirt-daemon/usr/share/libvirt/api/
 
+	# Don't ship the socket activation file until we switched to polkit
+	# and we can therefore ignore socket permissions (#762606)
+	rm -f debian/*/lib/systemd/system/libvirtd.socket
+
 override_dh_installinit:
 	dh_systemd_enable
 	dh_installinit -p libvirt-daemon-system --name=libvirtd --restart-after-upgrade -- defaults 28 72

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-libvirt/libvirt.git



More information about the Pkg-libvirt-commits mailing list