diff --git a/debian/changelog b/debian/changelog index 65047e98..16f499b7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -5,6 +5,15 @@ byobu (5.4) unreleased; urgency=low debian/rules, debian/source/format: LP: #917682 - switch to dh7 format for build + [ Dustin Kirkland ] + * debian/install, debian/links, === removed symlink + usr/share/byobu/keybindings/common, === target was uf-keys, + usr/share/byobu/keybindings/common: + - re-establish a symlink for the icon/art; note, this should + really be handled in the autohell build for portability; + using debian/links is hacky + - drop common as a link; instead, use "source" + -- Dustin Kirkland Sun, 15 Jan 2012 13:54:17 -0600 byobu (5.3-0ubuntu1) precise; urgency=low diff --git a/debian/install b/debian/install index df6f6804..b3b9f66c 100644 --- a/debian/install +++ b/debian/install @@ -1,4 +1,5 @@ etc/byobu/socketdir etc/byobu/ etc/byobu/backend etc/byobu/ etc/profile.d/Z97-byobu.sh etc/profile.d/ +usr/share/byobu/pixmaps/byobu.svg usr/share/icons/hicolor/scalable/apps/ debian/source_byobu.py usr/share/apport/package-hooks diff --git a/debian/links b/debian/links new file mode 100644 index 00000000..f0ea7634 --- /dev/null +++ b/debian/links @@ -0,0 +1 @@ +usr/share/byobu/pixmaps/byobu.svg usr/share/icons/hicolor/scalable/apps/byobu.svg diff --git a/usr/share/byobu/keybindings/common b/usr/share/byobu/keybindings/common deleted file mode 120000 index 246cda3e..00000000 --- a/usr/share/byobu/keybindings/common +++ /dev/null @@ -1 +0,0 @@ -f-keys \ No newline at end of file diff --git a/usr/share/byobu/keybindings/common b/usr/share/byobu/keybindings/common new file mode 100644 index 00000000..68bf9385 --- /dev/null +++ b/usr/share/byobu/keybindings/common @@ -0,0 +1 @@ +source $BYOBU_PREFIX/share/byobu/keybindings/f-keys