releasing 4.10

This commit is contained in:
Dustin Kirkland 2011-06-11 09:42:06 -04:00
commit f8fbca47d5
2 changed files with 5 additions and 4 deletions

7
debian/changelog vendored
View file

@ -1,8 +1,9 @@
byobu (4.10) unreleased; urgency=low
byobu (4.10-0ubuntu1) oneiric; urgency=low
* UNRELEASED
* debian/postinst:
- re-enable postinst to succeed on hardy
-- Dustin Kirkland <kirkland@ubuntu.com> Thu, 02 Jun 2011 15:22:15 -0400
-- Dustin Kirkland <kirkland@ubuntu.com> Sat, 11 Jun 2011 09:42:03 -0400
byobu (4.9-0ubuntu1) oneiric; urgency=low

2
debian/postinst vendored
View file

@ -14,7 +14,7 @@ fi
# Clean up any old-school screen-profiles diversions of /usr/bin/screen
if [ -f /usr/bin/screen ] && [ -f /usr/bin/screen.real ]; then
divertpkg=$(dpkg-divert --listpackage /usr/bin/screen)
divertpkg=$(dpkg-divert --listpackage /usr/bin/screen || true)
if [ "$divertpkg" = "screen-profiles" ]; then
rm -f /usr/bin/screen
dpkg-divert --package screen-profiles --rename --remove /usr/bin/screen