From 63e194afc99e463529654ed296cd867a55b9c9b6 Mon Sep 17 00:00:00 2001 From: Dustin Kirkland Date: Tue, 12 Jan 2010 08:33:17 -0600 Subject: [PATCH] debian/install, usr/share/byobu/*: move the share files --- debian/changelog | 1 + debian/install | 5 +---- {keybindings => usr/share/byobu/keybindings}/f-keys | 0 {keybindings => usr/share/byobu/keybindings}/none | 0 .../share/byobu/keybindings}/screen-escape-keys | 0 {profiles => usr/share/byobu/profiles}/NONE | 0 {profiles => usr/share/byobu/profiles}/byoburc | 0 {profiles => usr/share/byobu/profiles}/common | 0 {windows => usr/share/byobu/windows}/common | 0 9 files changed, 2 insertions(+), 4 deletions(-) rename {keybindings => usr/share/byobu/keybindings}/f-keys (100%) rename {keybindings => usr/share/byobu/keybindings}/none (100%) rename {keybindings => usr/share/byobu/keybindings}/screen-escape-keys (100%) rename {profiles => usr/share/byobu/profiles}/NONE (100%) rename {profiles => usr/share/byobu/profiles}/byoburc (100%) rename {profiles => usr/share/byobu/profiles}/common (100%) rename {windows => usr/share/byobu/windows}/common (100%) 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