[Pkg-xen-devel] Bug#688308: installing some additional docs

Ian Campbell ijc at hellion.org.uk
Fri Aug 16 13:42:59 UTC 2013


tags 688308 +patch
thanks

A lot of /docs/ is pretty low-level and not all that interesting to be
installed by the packages. However some of it is, and in particular some
is referenced from the manpages. I've cherry-picked the bits which I
think are most interesting in that context. Patch below.

8<---------------

commit 7f8ac283e684b7c713d52ed845cab0704a97abab
Author: Ian Campbell <ijc at hellion.org.uk>
Date:   Fri Aug 16 14:40:44 2013 +0100

    * debian/rules.real: Install docs in xen-utils-common package.
    * debian/changelog: update

diff --git a/xen/debian/changelog b/xen/debian/changelog
index 6100e75..8c81419 100644
--- a/xen/debian/changelog
+++ b/xen/debian/changelog
@@ -1,5 +1,6 @@
 xen (4.3.0-1) UNRELEASED; urgency=low
 
+  [ Bastian Blank ]
   * New upstream release.
   * Call configure with proper arguments.
   * Remove now empty xen-docs package.
@@ -16,6 +17,9 @@ xen (4.3.0-1) UNRELEASED; urgency=low
     - Fix fallout from harderning flags.
   * Update Standards-Version to 3.9.4. No changes.
 
+  [ Ian Campbell ]
+  * Install some user facing docs in xen-utils-common. (Closes: 688308)
+
  -- Bastian Blank <waldi at debian.org>  Tue, 23 Jul 2013 12:45:27 +0200
 
 xen (4.2.2-1) unstable; urgency=low
diff --git a/xen/debian/rules.real b/xen/debian/rules.real
index 2265551..12fc4ae 100644
--- a/xen/debian/rules.real
+++ b/xen/debian/rules.real
@@ -247,6 +247,10 @@ install-utils-common: $(STAMPS_DIR)/install-utils-common
 	dh_installinit --name xend
 	dh_installinit --name xendomains --no-start -- defaults 21 20
 	dh_installman $(SOURCE_DIR)/docs/man1/* $(SOURCE_DIR)/docs/man5/*
+	dh_installdocs $(SOURCE_DIR)/docs/txt/misc/xl-disk-configuration.txt
+	dh_installdocs $(SOURCE_DIR)/docs/txt/misc/xl-network-configuration.txt
+	dh_installdocs $(SOURCE_DIR)/docs/txt/misc/xl-numa-placement.txt
+	dh_installdocs $(SOURCE_DIR)/docs/txt/misc/xen-command-line.txt
 	dh_link
 	dh_ucf
 	+$(MAKE_SELF) install-base



More information about the Pkg-xen-devel mailing list