mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-21 22:13:19 -07:00
debian/release-build.sh, debian/release.sh: update for karmic->lucid
This commit is contained in:
parent
f1eecb2b7f
commit
e3bacf6db1
3 changed files with 5 additions and 2 deletions
1
debian/changelog
vendored
1
debian/changelog
vendored
|
@ -11,6 +11,7 @@ byobu (2.39) unreleased; urgency=low
|
|||
'finally' clauses
|
||||
* bin/menu: add some logic in support of byobu-export'd configurations
|
||||
* byobu-export: add byobu-config to the export tarball
|
||||
* debian/release-build.sh, debian/release.sh: update for karmic->lucid
|
||||
|
||||
[ Derek Carter ]
|
||||
* rpm/byobu.spec: updated for Fedora 11
|
||||
|
|
4
debian/release-build.sh
vendored
4
debian/release-build.sh
vendored
|
@ -18,7 +18,9 @@ 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;/) karmic;/" debian/changelog
|
||||
sed -i "s/ppa3) jaunty;/ppa3) karmic;/" debian/changelog
|
||||
bzr bd -S
|
||||
sed -i "s/~ppa4) karmic;/) lucid;/" debian/changelog
|
||||
bzr bd -S
|
||||
|
||||
echo
|
||||
|
|
2
debian/release.sh
vendored
2
debian/release.sh
vendored
|
@ -8,7 +8,7 @@ error() {
|
|||
exit 1
|
||||
}
|
||||
|
||||
head -n1 debian/changelog | grep "karmic" || error "This version must be ready for 'karmic'"
|
||||
head -n1 debian/changelog | grep "lucid" || error "This version must be ready for 'lucid'"
|
||||
|
||||
# Tag the release in bzr
|
||||
minor=`head -n1 debian/changelog | sed "s/^.*($MAJOR.//" | sed "s/-.*$//"`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue