releasing 2.40

This commit is contained in:
Dustin Kirkland 2009-12-13 19:14:24 -08:00
commit 2ec86c0e30
2 changed files with 2 additions and 2 deletions

2
debian/changelog vendored
View file

@ -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 <kirkland@ubuntu.com> Sun, 13 Dec 2009 19:12:14 -0800
-- Dustin Kirkland <kirkland@ubuntu.com> Sun, 13 Dec 2009 19:14:21 -0800
byobu (2.39-0ubuntu1) lucid; urgency=low

2
debian/release.sh vendored
View file

@ -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 ..