debian/release-build.sh, debian/release.sh: update for karmic->lucid

This commit is contained in:
Dustin Kirkland 2009-11-10 10:05:53 -06:00
commit e3bacf6db1
3 changed files with 5 additions and 2 deletions

1
debian/changelog vendored
View file

@ -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

View file

@ -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
View file

@ -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/-.*$//"`