mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-21 22:13:19 -07:00
releasing 3.2
This commit is contained in:
parent
9d85ee8bf2
commit
f556818fa0
2 changed files with 3 additions and 9 deletions
|
@ -29,9 +29,9 @@ AC_OUTPUT(Makefile \
|
||||||
usr/share/man/man1/Makefile usr/bin/Makefile)
|
usr/share/man/man1/Makefile usr/bin/Makefile)
|
||||||
|
|
||||||
if test -n "${prefix}" && test "${prefix}" != "/usr"; then
|
if test -n "${prefix}" && test "${prefix}" != "/usr"; then
|
||||||
for i in usr/bin/byobu-*; do
|
for i in usr/bin/byobu*; do
|
||||||
# This hackery seems necessary for Mac OSX and Solaris installs
|
# This hackery seems necessary for Mac OSX and Solaris installs
|
||||||
sed "s/BYOBU_PREFIX=.*$/BYOBU_PREFIX=\"${prefix}\"/" "$i" > "$i.new"
|
sed -e "s:BYOBU_PREFIX=.*:BYOBU_PREFIX=\"${prefix}\":" "$i" > "$i.new"
|
||||||
mv -f "$i.new" "$i"
|
mv -f "$i.new" "$i"
|
||||||
chmod 755 "$i"
|
chmod 755 "$i"
|
||||||
done
|
done
|
||||||
|
|
8
debian/changelog
vendored
8
debian/changelog
vendored
|
@ -1,9 +1,3 @@
|
||||||
byobu (3.3) unreleased; urgency=low
|
|
||||||
|
|
||||||
* UNRELEASED
|
|
||||||
|
|
||||||
-- Dustin Kirkland <kirkland@ubuntu.com> Mon, 23 Aug 2010 17:34:42 -0400
|
|
||||||
|
|
||||||
byobu (3.2-0ubuntu1) maverick; urgency=low
|
byobu (3.2-0ubuntu1) maverick; urgency=low
|
||||||
|
|
||||||
* usr/share/byobu/keybindings/f-keys: resize the screen as part of the
|
* usr/share/byobu/keybindings/f-keys: resize the screen as part of the
|
||||||
|
@ -17,7 +11,7 @@ byobu (3.2-0ubuntu1) maverick; urgency=low
|
||||||
* usr/bin/byobu-janitor: fix upgrades where one's window list might have
|
* usr/bin/byobu-janitor: fix upgrades where one's window list might have
|
||||||
motd+shell, LP: #589715
|
motd+shell, LP: #589715
|
||||||
|
|
||||||
-- Dustin Kirkland <kirkland@ubuntu.com> Mon, 23 Aug 2010 17:34:33 -0400
|
-- Dustin Kirkland <kirkland@ubuntu.com> Mon, 23 Aug 2010 17:52:21 -0400
|
||||||
|
|
||||||
byobu (3.1-0ubuntu1) maverick; urgency=low
|
byobu (3.1-0ubuntu1) maverick; urgency=low
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue