From 15bec461a00488c8ae08e70169c2f72bb001662a Mon Sep 17 00:00:00 2001 From: Dustin Kirkland Date: Tue, 12 Jan 2010 08:53:57 -0600 Subject: [PATCH] debian/install, usr/share/doc/byobu/*: move the docs --- debian/changelog | 1 + debian/docs | 1 - debian/install | 7 ++++--- {doc => usr/share/doc/byobu}/help.txt | 0 4 files changed, 5 insertions(+), 4 deletions(-) rename {doc => usr/share/doc/byobu}/help.txt (100%) diff --git a/debian/changelog b/debian/changelog index 65808c43..d41070c0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -8,6 +8,7 @@ byobu (2.47) unreleased; urgency=low - debian/install, bin/*, usr/lib/byobu/*: move the status scripts - debian/install, usr/share/byobu/*: move the share files - debian/install, usr/bin/*: move the binary scripts + - debian/install, usr/share/doc/byobu/*: move the docs -- Dustin Kirkland Mon, 11 Jan 2010 22:54:36 -0600 diff --git a/debian/docs b/debian/docs index 6f2ee2ed..e845566c 100644 --- a/debian/docs +++ b/debian/docs @@ -1,2 +1 @@ README -doc/help.txt diff --git a/debian/install b/debian/install index 2bed3378..ea8372ae 100644 --- a/debian/install +++ b/debian/install @@ -1,9 +1,10 @@ usr/bin/* usr/lib/byobu/* -#desktop/byobu.svg usr/share/byobu/pixmaps/ -#desktop/byobu.desktop usr/share/applications/ -po/locale/* usr/share/locale usr/share/byobu/* +usr/share/doc/* +po/locale/* usr/share/locale statusrc etc/byobu debian/source_byobu.py usr/share/apport/package-hooks debian/lintian/byobu usr/share/lintian/overrides +#desktop/byobu.svg usr/share/byobu/pixmaps/ +#desktop/byobu.desktop usr/share/applications/ diff --git a/doc/help.txt b/usr/share/doc/byobu/help.txt similarity index 100% rename from doc/help.txt rename to usr/share/doc/byobu/help.txt