releasing 2.48

This commit is contained in:
Dustin Kirkland 2010-01-18 09:44:53 +13:00
commit 21b5b6017e
2 changed files with 2 additions and 1 deletions

2
debian/changelog vendored
View file

@ -7,7 +7,7 @@ byobu (2.48-0ubuntu1) lucid; urgency=low
[ launchpad.net/~dperson ]
* usr/bin/byobu-export: correct paths to their new locations, LP: #507461
-- Dustin Kirkland <kirkland@ubuntu.com> Mon, 18 Jan 2010 09:43:52 +1300
-- Dustin Kirkland <kirkland@ubuntu.com> Mon, 18 Jan 2010 09:44:51 +1300
byobu (2.47-0ubuntu1) lucid; urgency=low

1
debian/release.sh vendored
View file

@ -13,6 +13,7 @@ head -n1 debian/changelog | grep "lucid" || error "This version must be ready fo
# Tag the release in bzr
minor=`head -n1 debian/changelog | sed "s/^.*($MAJOR.//" | sed "s/-.*$//"`
dch --release
bzr tag --delete $MAJOR.$minor-0ubuntu1 || true
debcommit --release --message="releasing $MAJOR.$minor"
# Sign the tarball