From 249dcd63870d79b0e03646b83a7939abc52e5826 Mon Sep 17 00:00:00 2001 From: Dustin Kirkland Date: Mon, 11 Jan 2010 22:54:14 -0600 Subject: [PATCH] releasing 2.46 --- debian/changelog | 4 ++-- debian/release-build.sh | 3 +-- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/debian/changelog b/debian/changelog index 34c31115..9bff48d6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -byobu (2.46) unreleased; urgency=low +byobu (2.46-0ubuntu1) lucid; urgency=low * byobu-janitor: seed the default color choices more effciently, also fixes some strange crashes on first run; default the colors to white @@ -24,7 +24,7 @@ byobu (2.46) unreleased; urgency=low cpu-hotplug and memory-ballooning are becoming more feasible, particularly in VMs - -- Dustin Kirkland Thu, 07 Jan 2010 21:53:14 -0600 + -- Dustin Kirkland Mon, 11 Jan 2010 22:54:07 -0600 byobu (2.45-0ubuntu1) lucid; urgency=low diff --git a/debian/release-build.sh b/debian/release-build.sh index 6ba97605..b84e2a71 100755 --- a/debian/release-build.sh +++ b/debian/release-build.sh @@ -1,7 +1,6 @@ #!/bin/sh -e PKG="byobu" -MAJOR=2 error() { echo "ERROR: $@" @@ -26,7 +25,7 @@ bzr bd -S echo echo echo "# Test this build:" -echo " sudo dpkg -i ../*.deb" +echo " sudo dpkg -i ../byobu_*.deb" echo echo "# If everything looks good, release:" echo " ./debian/release.sh"