diff --git a/debian/changelog b/debian/changelog index 3bd26535..26cebf7f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,8 @@ byobu (5.30) unreleased; urgency=low * usr/share/byobu/keybindings/f-keys.tmux: - use $BYOBU_SHELL_TITLE in tmux too + * usr/share/byobu/windows/Makefile.am: + - fix lintian warning, install as DATA rather than SCRIPTS -- Dustin Kirkland Sat, 19 Jan 2013 14:18:01 -0600 diff --git a/usr/share/byobu/windows/Makefile.am b/usr/share/byobu/windows/Makefile.am index b0900766..6d6392cb 100644 --- a/usr/share/byobu/windows/Makefile.am +++ b/usr/share/byobu/windows/Makefile.am @@ -1,2 +1,2 @@ windowsdir = $(datadir)/@PACKAGE@/windows -windows_SCRIPTS = common +windows_DATA = common