Browse Source

Debian packaging finalisation.

cl-refactor
Gav Wood 11 years ago
parent
commit
bf03deac66
  1. 2
      package.sh
  2. 2
      release.sh

2
package.sh

@ -4,5 +4,5 @@ set -e
rm -f ../cpp-ethereum_*_source.changes
debuild -S -sa
cd ..
dput -f ppa:r-launchpad-gavofyork-fastmail-fm/ethereum ethereum_*_source.changes
dput -f ppa:r-launchpad-gavofyork-fastmail-fm/ethereum cpp-ethereum_*_source.changes

2
release.sh

@ -38,8 +38,6 @@ tar c $archdir | bzip2 -- > $archfile
[[ ! "$1" == "" ]] && ln -sf $archfile "cpp-ethereum_$1.orig.tar.bz2"
exit
echo Packaging...
cd "$archdir"
./package.sh

Loading…
Cancel
Save