From b09337d569261082a4f1ccde757a06fc4fd4185d Mon Sep 17 00:00:00 2001 From: Dustin Kirkland Date: Tue, 16 Mar 2010 23:27:27 -0500 Subject: [PATCH] releasing 2.65 --- debian/changelog | 4 ++-- usr/lib/byobu/time_utc | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index 5b0229e9..3a6b6911 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -byobu (2.65) unreleased; urgency=low +byobu (2.65-0ubuntu1) lucid; urgency=low * etc/byobu/statusrc, usr/bin/byobu-config, usr/lib/byobu/time_utc, usr/share/byobu/profiles/common, usr/share/man/man1/byobu.1: @@ -6,7 +6,7 @@ byobu (2.65) unreleased; urgency=low US is completely different from the rest of the world; having a UTC time byobu status is really useful, LP: #540038 - -- Dustin Kirkland Wed, 10 Mar 2010 19:06:51 -0600 + -- Dustin Kirkland Tue, 16 Mar 2010 23:27:20 -0500 byobu (2.64-0ubuntu1) lucid; urgency=low diff --git a/usr/lib/byobu/time_utc b/usr/lib/byobu/time_utc index 585e90d0..ea118c4c 100755 --- a/usr/lib/byobu/time_utc +++ b/usr/lib/byobu/time_utc @@ -22,7 +22,7 @@ case "$1" in date -u ;; *) - printf "%s UTC" $(date -u +%H:%M) + printf "$(color invert)%s UTC$(color -) " $(date -u +%H:%M) ;; esac