add rpm/alien building to release script

Signed-off-by: Dustin Kirkland <kirkland@canonical.com>
This commit is contained in:
Dustin Kirkland 2009-06-19 01:09:31 -05:00
commit 0018d2ce7d

6
debian/release.sh vendored
View file

@ -31,8 +31,12 @@ sed -i "s%^Source0:.*$%Source0: http://code.launchpad.net/$PKG/trunk/$MAJ
gpg --armor --sign --detach-sig ../"$PKG"_*.orig.tar.gz
sudo alien --to-rpm ../$PKG"_"$MAJOR.$minor"_all.deb"
mv -f *.rpm ..
rsync -aP ../*rpm kirkland@people.ubuntu.com:~kirkland/public_html/$PKG/rpm
$PKG-export -c light -f /tmp/$PKG-export.tar.gz
puc /tmp/$PKG-export.tar.gz
rsync -aP /tmp/$PKG-export.tar.gz kirkland@people.ubuntu.com:~kirkland/public_html
echo
echo