From 175829388b2dc84b1e78149ef4d9d9f5d6cb91bd Mon Sep 17 00:00:00 2001 From: Dustin Kirkland Date: Tue, 12 Jan 2010 10:16:41 -0600 Subject: [PATCH] * Make byobu more portable, much help from Derek Carter, LP: #503554 - AUTHORS, ChangeLog, NEWS: added --- AUTHORS | 4 ++++ ChangeLog | 1 + NEWS | 0 debian/changelog | 3 ++- 4 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 AUTHORS create mode 120000 ChangeLog create mode 100644 NEWS diff --git a/AUTHORS b/AUTHORS new file mode 100644 index 00000000..ab8a10e0 --- /dev/null +++ b/AUTHORS @@ -0,0 +1,4 @@ +Dustin Kirkland +Nick Barcet +Raphaƫl Pinson +Derek Carter diff --git a/ChangeLog b/ChangeLog new file mode 120000 index 00000000..d526672c --- /dev/null +++ b/ChangeLog @@ -0,0 +1 @@ +debian/changelog \ No newline at end of file diff --git a/NEWS b/NEWS new file mode 100644 index 00000000..e69de29b diff --git a/debian/changelog b/debian/changelog index bc68f3b6..de5acef8 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,7 +4,7 @@ byobu (2.47) unreleased; urgency=low * usr/lib/byobu/wifi_quality: silence error * byobu.desktop, byobu.svg: install these again, but hide the menu item by default, per pitti's fallback suggestion to LP: #498322 - * Make byobu more portable, LP: #503554 + * Make byobu more portable, much help from Derek Carter, LP: #503554 - 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 @@ -17,6 +17,7 @@ byobu (2.47) unreleased; urgency=low moved - usr/share/byobu/tests/byobu-time-notifications: relocate, rename, and install the notification timing tests, add a copyright header + - AUTHORS, ChangeLog, NEWS: added -- Dustin Kirkland Mon, 11 Jan 2010 22:54:36 -0600