releasing 3.2

This commit is contained in:
Dustin Kirkland 2010-08-23 17:52:23 -04:00
commit f556818fa0
2 changed files with 3 additions and 9 deletions

View file

@ -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
View file

@ -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