Displaying 5 results from an estimated 5 matches for "dh_installman".
2013 Aug 16
0
Bug#688308: Bug#688308: installing some additional docs
...ebian/rules.real b/xen/debian/rules.real
index 2265551..3b610ea 100644
--- a/xen/debian/rules.real
+++ b/xen/debian/rules.real
@@ -247,6 +247,13 @@ 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_installman $(SOURCE_DIR)/tools/xenstat/xentop/xentop.1
+ dh_installman $(SOURCE_DIR)/tools/xentrace/xentrace.8
+ dh_installman $(SOURCE_DIR)/tools/xentrace/xentrace_format.1
+ dh_installdocs $(SOURCE_DIR)/docs/txt/misc/xl-disk-configuration.t...
2013 Aug 16
3
Bug#688308: installing some additional docs
...ebian/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...
2006 Oct 23
3
Bug#394931: xen-utils-3.0.3-1: Manpages not included
...d.1 $(DIR)/docs/man/xm.1 \
+ $(DIR)/docs/man/xmdomain.cfg.pod.5 $(DIR)/docs/man/xmdomain.cfg.5
touch $@
install-base:
@@ -96,6 +99,9 @@
install-utils_$(ARCH): DH_OPTIONS = -p$(PACKAGE_NAME_UTILS) -p$(PACKAGE_NAME_IOEMU)
install-utils_$(ARCH): $(STAMPS_DIR)/build-utils_$(ARCH)
dh_testdir
+ dh_installman $(DIR)/docs/man/xend-config.sxp.5 \
+ $(DIR)/docs/man/xm.1 \
+ $(DIR)/docs/man/xmdomain.cfg.5
dh_testroot
dh_clean -k
install -D -m644 debian/xen-utils.NEWS debian/$(PACKAGE_NAME_UTILS)/usr/share/doc/$(PACKAGE_NAME_UTILS)/NEWS
-- System Information:
Debian Release: testing/unstable
APT p...
2006 Aug 26
3
Bug#384739: ImportError: No module named xen.xend.server
Package: xen-utils-3.0
Version: 3.0.2+hg9697-2
Severity: grave
Justification: renders package unusable
Below you find the output of apt-get install xen-utils-3.0 .
/usr/sbin/xend tries tom import the python scripts from
/usr/lib/python as well as from /usr/lib64/python ; both directories
do not exist on my system, I have python2.4 installed.
(With both python2.3 and python2.4 installed I had the
2007 Oct 17
0
28 commits - configure.ac debian/changelog debian/control debian/copyright debian/.gitignore debian/libswfdec0.dirs debian/libswfdec0.files debian/libswfdec0.shlibs debian/libswfdec-dev.dirs debian/libswfdec-dev.files debian/rules debian/swf-player.dirs
...pendent files here.
-binary-arch: build install
- dh_testdir
- dh_testroot
- dh_movefiles
-
-# dh_installdebconf
- dh_installdocs -A README TODO
- dh_installexamples
- dh_installmenu
-# dh_installlogrotate
-# dh_installemacsen
-# dh_installpam
-# dh_installmime
-# dh_installinit
- dh_installcron
- dh_installman
- dh_installinfo
-# dh_undocumented
- dh_installchangelogs
- dh_link
- dh_strip
- dh_compress
- dh_fixperms
- dh_makeshlibs
- dh_installdeb
-# dh_perl
- dh_shlibdeps
- dh_gencontrol
- dh_md5sums
- dh_builddeb
-
-binary: binary-indep binary-arch
-.PHONY: build clean binary-indep binary-arch binary i...