Author: waldi Date: Sat Oct 14 14:17:17 2006 New Revision: 363 Modified: trunk/xen-common/debian/changelog trunk/xen-common/debian/rules Log: * debian/changelog: Update. * debian/rules: Install manpages. Modified: trunk/xen-common/debian/changelog =============================================================================--- trunk/xen-common/debian/changelog (original) +++ trunk/xen-common/debian/changelog Sat Oct 14 14:17:17 2006 @@ -1,3 +1,10 @@ +xen-common (3.0.3~rc4+hg11760-1) UNRELEASED; urgency=low + + * New upstream snapshot. + * Add manpages. + + -- Bastian Blank <waldi@debian.org> Sat, 14 Oct 2006 13:57:37 +0000 + xen-common (3.0+hg11624-2) unstable; urgency=low * Add qemu-ifup script. Modified: trunk/xen-common/debian/rules =============================================================================--- trunk/xen-common/debian/rules (original) +++ trunk/xen-common/debian/rules Sat Oct 14 14:17:17 2006 @@ -17,7 +17,15 @@ dpatch -d $(BUILD_DIR) apply-all touch $@ +define build_man + pod2man --release=$(VERSION) --name=$(3) -s $(4) -c Xen $(BUILD_DIR)/docs/man/$(1) $(BUILD_DIR)/docs/out/$(2) +endef + build: $(STAMPS_DIR)/source + mkdir $(BUILD_DIR)/docs/out + $(call build_man,xend-config.sxp.pod.5,xend-config.sxp.5,xend-config.sxp,5) + $(call build_man,xmdomain.cfg.pod.5,xmdomain.cfg.5,xmdomain.cfg,5) + $(call build_man,xm.pod.1,xm.1,xm,1) clean: dh_testdir @@ -56,6 +64,7 @@ dh_installexamples dh_installinit -p xen-utils-common --name xend --no-restart-on-upgrade -- defaults 20 21 dh_installinit -p xen-utils-common --name xendomains --no-start -- defaults 21 20 + dh_installman $(BUILD_DIR)/docs/out/* dh_link dh_strip dh_compress