diff --git a/debian/changelog b/debian/changelog index a1c28f65..8ddeb0cb 100644 --- a/debian/changelog +++ b/debian/changelog @@ -5,6 +5,7 @@ byobu (2.47) unreleased; urgency=low - debian/rules, debian/manpages, usr/share/man/man1/*: move the manpages to make byobu more portable - debian/install, bin/*, usr/lib/byobu/*: move the status scripts + - debian/install, usr/share/byobu/*: move the share files -- Dustin Kirkland Mon, 11 Jan 2010 22:54:36 -0600 diff --git a/debian/install b/debian/install index 1f224306..325565a5 100644 --- a/debian/install +++ b/debian/install @@ -2,11 +2,8 @@ usr/lib/byobu/* #desktop/byobu.svg usr/share/byobu/pixmaps/ #desktop/byobu.desktop usr/share/applications/ po/locale/* usr/share/locale -profiles/byoburc usr/share/byobu/profiles -profiles/common usr/share/byobu/profiles -keybindings/* usr/share/byobu/keybindings +usr/share/byobu/* statusrc etc/byobu -windows/common usr/share/byobu/windows byobu-select-profile usr/bin byobu usr/bin byobu-config usr/bin diff --git a/keybindings/f-keys b/usr/share/byobu/keybindings/f-keys similarity index 100% rename from keybindings/f-keys rename to usr/share/byobu/keybindings/f-keys diff --git a/keybindings/none b/usr/share/byobu/keybindings/none similarity index 100% rename from keybindings/none rename to usr/share/byobu/keybindings/none diff --git a/keybindings/screen-escape-keys b/usr/share/byobu/keybindings/screen-escape-keys similarity index 100% rename from keybindings/screen-escape-keys rename to usr/share/byobu/keybindings/screen-escape-keys diff --git a/profiles/NONE b/usr/share/byobu/profiles/NONE similarity index 100% rename from profiles/NONE rename to usr/share/byobu/profiles/NONE diff --git a/profiles/byoburc b/usr/share/byobu/profiles/byoburc similarity index 100% rename from profiles/byoburc rename to usr/share/byobu/profiles/byoburc diff --git a/profiles/common b/usr/share/byobu/profiles/common similarity index 100% rename from profiles/common rename to usr/share/byobu/profiles/common diff --git a/windows/common b/usr/share/byobu/windows/common similarity index 100% rename from windows/common rename to usr/share/byobu/windows/common