mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-22 14:24:39 -07:00
releasing $MAJOR.$minor
This commit is contained in:
parent
babf6b5e44
commit
e5dc1c052c
2 changed files with 2 additions and 2 deletions
2
debian/changelog
vendored
2
debian/changelog
vendored
|
@ -24,7 +24,7 @@ byobu (2.17-0ubuntu1) karmic; urgency=low
|
||||||
[ Ciemon Dunville ]
|
[ Ciemon Dunville ]
|
||||||
* byobu.1: update description, add note about units of measure
|
* byobu.1: update description, add note about units of measure
|
||||||
|
|
||||||
-- Dustin Kirkland <kirkland@ubuntu.com> Fri, 26 Jun 2009 12:42:59 -0500
|
-- Dustin Kirkland <kirkland@ubuntu.com> Fri, 26 Jun 2009 17:34:30 -0500
|
||||||
|
|
||||||
byobu (2.16-0ubuntu1) karmic; urgency=low
|
byobu (2.16-0ubuntu1) karmic; urgency=low
|
||||||
|
|
||||||
|
|
2
debian/release.sh
vendored
2
debian/release.sh
vendored
|
@ -30,7 +30,7 @@ rsync -aP /tmp/$PKG-export.tar.gz kirkland@people.ubuntu.com:~kirkland/public_ht
|
||||||
|
|
||||||
# Open the next release for development
|
# Open the next release for development
|
||||||
nextminor=`expr $minor + 1`
|
nextminor=`expr $minor + 1`
|
||||||
sed -i "/^VERSION=.*$/VERSION=$MAJOR.$nextminor/" byobu
|
sed -i "s/^VERSION=.*$/VERSION=$MAJOR.$nextminor/" byobu
|
||||||
dch -v "$MAJOR.$nextminor" "UNRELEASED"
|
dch -v "$MAJOR.$nextminor" "UNRELEASED"
|
||||||
sed -i "s/$MAJOR.$nextminor) .*;/$MAJOR.$nextminor) unreleased;/" debian/changelog
|
sed -i "s/$MAJOR.$nextminor) .*;/$MAJOR.$nextminor) unreleased;/" debian/changelog
|
||||||
sed -i "s/^Version:.*$/Version: $MAJOR.$nextminor/" rpm/$PKG.spec
|
sed -i "s/^Version:.*$/Version: $MAJOR.$nextminor/" rpm/$PKG.spec
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue