diff --git a/byobu-janitor b/byobu-janitor index 65948389..161bdb73 100755 --- a/byobu-janitor +++ b/byobu-janitor @@ -53,7 +53,7 @@ if [ -d "$HOME/.$OLDPKG" ] && [ ! -e "$HOME/.$PKG" ]; then byobu-select-profile -s "$profile" >/dev/null 2>&1 || byobu-select-profile -s "$DEFAULT_PROFILE" >/dev/null 2>&1 fi # Replace all instances of the old package name with the new - sed -i "s/$OLDPKG/$PKG/g" "$HOME/.$PKG"/* + sed -i "s/$OLDPKG/$PKG/g" "$HOME/.$PKG"/* || true fi # Affects: First runs with no configuration diff --git a/debian/changelog b/debian/changelog index 3e03633a..9278d281 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,13 +1,17 @@ byobu (2.25) unreleased; urgency=low + [ Dustin Kirkland ] * hostname, ip_address, mem_available: make sure statusrc exists before sourcing it, LP: #407478 * temp_f, temp_c: use degree character * release, logo: default the logo and release to Byobu, if undetermined + + [ Scott Moser ] * debian/source_byobu.py: invoke ls command allowing for shell expansion, LP: #408936 + * byobu-janitor: do not fail on optional sed replacement, LP: #408945 - -- Dustin Kirkland Wed, 05 Aug 2009 12:24:14 +0100 + -- Dustin Kirkland Wed, 05 Aug 2009 12:27:16 +0100 byobu (2.24-0ubuntu1) karmic; urgency=low