Signed-off-by: Dustin Kirkland <kirkland@canonical.com>
This commit is contained in:
Dustin Kirkland 2009-11-10 10:06:24 -06:00
commit d058db92da

2
debian/release.sh vendored
View file

@ -35,7 +35,7 @@ rsync -aP /tmp/$PKG-export.tar.gz kirkland@people.canonical.com:~kirkland/public
# Open the next release for development # Open the next release for development
nextminor=`expr $minor + 1` nextminor=`expr $minor + 1`
sed -i "s/^VERSION=.*$/VERSION=$MAJOR.$nextminor/" byobu sed -i "s/^VERSION=.*$/VERSION=$MAJOR.$nextminor/" $PKG
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