mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-22 14:24:39 -07:00
put a byobu export tarball in my people.ubuntu.com home dir
Signed-off-by: Dustin Kirkland <kirkland@canonical.com>
This commit is contained in:
parent
4878563333
commit
9104cbfbbe
1 changed files with 4 additions and 1 deletions
5
debian/release.sh
vendored
5
debian/release.sh
vendored
|
@ -26,10 +26,13 @@ ver=`expr $curver + 1`
|
|||
dch -v "2.$ver" "UNRELEASED"
|
||||
sed -i "s/2.$ver) .*;/2.$ver) unreleased;/" debian/changelog
|
||||
sed -i "s/^Version:.*$/Version: 2.$ver/" rpm/$PKG.spec
|
||||
sed -i "s%^Source0:.*$%Source0: http://code.launchpad.net/byobu/trunk/2.$ver/+download/byobu_2.$ver.orig.tar.gz%" rpm/$PKG.spec
|
||||
sed -i "s%^Source0:.*$%Source0: http://code.launchpad.net/$PKG/trunk/2.$ver/+download/byobu_2.$ver.orig.tar.gz%" rpm/$PKG.spec
|
||||
|
||||
gpg --armor --sign --detach-sig ../"$PKG"_*.orig.tar.gz
|
||||
|
||||
$PKG-export /tmp/$PKG-export.tar.gz
|
||||
puc /tmp/$PKG-export.tar.gz
|
||||
|
||||
echo
|
||||
echo
|
||||
echo "To test:"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue