mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-22 14:24:39 -07:00
releasing 2.48
This commit is contained in:
parent
d56dd7d13f
commit
21b5b6017e
2 changed files with 2 additions and 1 deletions
2
debian/changelog
vendored
2
debian/changelog
vendored
|
@ -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
1
debian/release.sh
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue