mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-21 22:13:19 -07:00
use $PKG
Signed-off-by: Dustin Kirkland <kirkland@canonical.com>
This commit is contained in:
parent
e3bacf6db1
commit
d058db92da
1 changed files with 1 additions and 1 deletions
2
debian/release.sh
vendored
2
debian/release.sh
vendored
|
@ -35,7 +35,7 @@ rsync -aP /tmp/$PKG-export.tar.gz kirkland@people.canonical.com:~kirkland/public
|
|||
|
||||
# Open the next release for development
|
||||
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"
|
||||
sed -i "s/$MAJOR.$nextminor) .*;/$MAJOR.$nextminor) unreleased;/" debian/changelog
|
||||
sed -i "s/^Version:.*$/Version: $MAJOR.$nextminor/" rpm/$PKG.spec
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue