debian: Add docs to packages
Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/03daddde Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/03daddde Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/03daddde Branch: refs/heads/master Commit: 03dadddebe73dfb63450e40d7a26ad8eac9486ea Parents: 8f122a5 Author: Wido den Hollander <[email protected]> Authored: Wed Sep 26 23:13:59 2012 +0200 Committer: Wido den Hollander <[email protected]> Committed: Wed Sep 26 23:29:47 2012 +0200 ---------------------------------------------------------------------- debian/rules | 6 +++++- 1 files changed, 5 insertions(+), 1 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/03daddde/debian/rules ---------------------------------------------------------------------- diff --git a/debian/rules b/debian/rules index ff2920f..3b3a649 100755 --- a/debian/rules +++ b/debian/rules @@ -90,7 +90,11 @@ install-arch: binary-common: dh_testdir dh_testroot - dh_installchangelogs + dh_installchangelogs + dh_installdocs LICENSE + dh_installdocs DISCLAIMER + dh_installdocs NOTICE + dh_installdocs INSTALL.txt # dh_installexamples # dh_installmenu # dh_installdebconf
