[Pkg-libvirt-commits] [SCM] Libvirt Debian packaging branch, experimental, updated. debian/0.8.6-1-8-g6408c57

Laurent Léonard laurent at open-minds.org
Tue Dec 14 10:49:01 UTC 2010


The following commit has been merged in the experimental branch:
commit a7f4bedf268f5e4673ff3ea706c2a7debbfef3ff
Author: Laurent Léonard <laurent at open-minds.org>
Date:   Tue Dec 14 11:27:21 2010 +0100

    Install libvirt-guests

diff --git a/debian/rules b/debian/rules
index 159797d..7816455 100755
--- a/debian/rules
+++ b/debian/rules
@@ -56,9 +56,18 @@ DEB_DH_INSTALLLOGROTATE_ARGS = --name=libvirtd
 
 EXAMPLES_DIR = $(CURDIR)/debian/libvirt-doc/usr/share/doc/libvirt-doc/examples/
 
+binary-install/libvirt-bin::
+	cp $(CURDIR)/tools/libvirt-guests.init.in $(CURDIR)/debian/libvirt-bin.libvirt-guests.init
+	cp $(CURDIR)/tools/libvirt-guests.sysconf $(CURDIR)/debian/libvirt-bin.libvirt-guests.default
+	dh_installinit --name=libvirt-guests --no-restart-on-upgrade
+
 binary-install/libvirt-doc::
 	find $(EXAMPLES_DIR) -name "*.o" -type f -delete -o -name .libs -type d -exec rm -rf {} \;
 	rm -f $(EXAMPLES_DIR)domain-events/events-c/event-test
 	rm -f $(EXAMPLES_DIR)dominfo/info1
 	rm -f $(EXAMPLES_DIR)domsuspend/suspend
 	rm -f $(EXAMPLES_DIR)hellolibvirt/hellolibvirt
+
+clean::
+	rm -f $(CURDIR)/debian/libvirt-bin.libvirt-guests.init
+	rm -f $(CURDIR)/debian/libvirt-bin.libvirt-guests.default

-- 
Libvirt Debian packaging



More information about the Pkg-libvirt-commits mailing list