[Pkg-libvirt-commits] [SCM] Libguestfs Debian packaging branch, master, updated. debian/1%1.20.4-1-10-gff5895c

Hilko Bengen bengen at debian.org
Wed Apr 24 09:16:53 UTC 2013


The following commit has been merged in the master branch:
commit 80a41392f56a07fe81763a1839b30cb26e0cc6b5
Author: Hilko Bengen <bengen at debian.org>
Date:   Thu Apr 18 23:30:43 2013 +0200

    Really enabled gtk-doc

diff --git a/debian/control b/debian/control
index f819f92..4719de6 100644
--- a/debian/control
+++ b/debian/control
@@ -303,7 +303,8 @@ Description: guest disk image management system - GObject development headers
  The libguestfs library allows accessing and modifying guest disk
  images.
  .
- This package contains the development headers for the GObject bindings.
+ This package contains the development headers and documentation for
+ the GObject bindings.
 
 Package: gir1.2-guestfs-1.0
 Section: introspection
diff --git a/debian/libguestfs-gobject-dev.install b/debian/libguestfs-gobject-dev.install
index dfc456b..dea3702 100644
--- a/debian/libguestfs-gobject-dev.install
+++ b/debian/libguestfs-gobject-dev.install
@@ -4,3 +4,5 @@ usr/lib/*-*/libguestfs-gobject-*.so
 usr/lib/*-*/libguestfs-gobject-*.la
 
 usr/share/gir-1.0
+
+usr/share/gtk-doc
diff --git a/debian/rules b/debian/rules
index 71db6e3..24aa239 100755
--- a/debian/rules
+++ b/debian/rules
@@ -13,7 +13,8 @@ DEFAULT_CONFIG_FLAGS = \
 	--disable-appliance  \
 	--with-readline	     \
 	--disable-haskell    \
-	--disable-php
+	--disable-php	     \
+	--enable-gtk-doc
 
 BARE_CONFIG_FLAGS = \
 	$(DEFAULT_CONFIG_FLAGS) \

-- 
Libguestfs Debian packaging



More information about the Pkg-libvirt-commits mailing list