mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-21 22:13:19 -07:00
updated for karmic
Signed-off-by: Dustin Kirkland <kirkland@canonical.com>
This commit is contained in:
parent
521f15775f
commit
bbb45e2104
1 changed files with 2 additions and 2 deletions
4
debian/release.sh
vendored
4
debian/release.sh
vendored
|
@ -15,14 +15,14 @@ sed -i "s/ppa1) hardy;/ppa2) intrepid;/" debian/changelog
|
|||
bzr bd -S
|
||||
sed -i "s/ppa2) intrepid;/ppa3) jaunty;/" debian/changelog
|
||||
bzr bd -S
|
||||
sed -i "s/~ppa3) jaunty;/) jaunty;/" debian/changelog
|
||||
sed -i "s/~ppa3) jaunty;/) karmic;/" debian/changelog
|
||||
bzr bd -S
|
||||
curver=`head -n1 debian/changelog | sed "s/^.*(1.//" | sed "s/-.*$//"`
|
||||
bzr tag --delete 1.$curver || true
|
||||
bzr tag 1.$curver
|
||||
ver=`expr $curver + 1`
|
||||
dch -v "1.$ver" "UNRELEASED"
|
||||
sed -i "s/1.$ver) jaunty;/1.$ver) unreleased;/" debian/changelog
|
||||
sed -i "s/1.$ver) karmic;/1.$ver) unreleased;/" debian/changelog
|
||||
|
||||
gpg --armor --sign --detach-sig ../screen-profiles_*.orig.tar.gz
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue