[Pkg-libvirt-commits] [SCM] Libguestfs Debian packaging branch, experimental, updated. debian/1%1.21.40-1

Richard W.M. Jones rjones at redhat.com
Sat Jun 1 11:05:00 UTC 2013


The following commit has been merged in the experimental branch:
commit 2147d9d6cd938f0cab280e448f79cdbfc5822484
Author: Richard W.M. Jones <rjones at redhat.com>
Date:   Sat May 18 07:43:43 2013 +0100

    daemon: Don't install man page for guestfsd(8) if --disable-install-daemon.

diff --git a/daemon/Makefile.am b/daemon/Makefile.am
index ca709e6..7889aec 100644
--- a/daemon/Makefile.am
+++ b/daemon/Makefile.am
@@ -206,7 +206,11 @@ guestfsd_CFLAGS = \
 	$(PCRE_CFLAGS)
 
 # Manual pages and HTML files for the website.
+if INSTALL_DAEMON
 man_MANS = guestfsd.8
+else
+noinst_MANS = guestfsd.8
+endif
 noinst_DATA = $(top_builddir)/html/guestfsd.8.html
 
 guestfsd.8 $(top_builddir)/html/guestfsd.8.html: stamp-guestfsd.pod

-- 
Libguestfs Debian packaging



More information about the Pkg-libvirt-commits mailing list