From 2ec86c0e305e734cdb78fcdb96e35f82007c711a Mon Sep 17 00:00:00 2001 From: Dustin Kirkland Date: Sun, 13 Dec 2009 19:14:24 -0800 Subject: [PATCH] releasing 2.40 --- debian/changelog | 2 +- debian/release.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 72479711..e05b68f5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -76,7 +76,7 @@ byobu (2.40-0ubuntu1) lucid; urgency=low * byobu-status: allow for no color decorations, helps with older versions of screen, LP: #432165 - -- Dustin Kirkland Sun, 13 Dec 2009 19:12:14 -0800 + -- Dustin Kirkland Sun, 13 Dec 2009 19:14:21 -0800 byobu (2.39-0ubuntu1) lucid; urgency=low diff --git a/debian/release.sh b/debian/release.sh index 7bf1fc01..cd520a88 100755 --- a/debian/release.sh +++ b/debian/release.sh @@ -25,7 +25,7 @@ rsync -aP ../*.rpm kirkland@people.canonical.com:~kirkland/public_html/$PKG/rpm # Create the tarball export $PKG-export -c light -f /tmp/$PKG-export.tar.gz -rsync -aP /tmp/$PKG-export.tar.gz kirkland@people.canonical.com:~kirkland/public_html +rsync -aP /tmp/$PKG.tar.gz kirkland@people.canonical.com:~kirkland/public_html # Do the Ubuntu packaging #cd ..