aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/release_ppa.sh
diff options
context:
space:
mode:
authorPaweł Bylica <chfast@gmail.com>2016-10-20 17:58:25 +0800
committerAlex Beregszaszi <alex@rtfs.hu>2016-10-21 05:18:13 +0800
commit4bde0a2d36297c4b3fa17c7dac2bb1681e1e7f75 (patch)
tree2cd568e291ce79d337c15721dee47993c16179bf /scripts/release_ppa.sh
parent5875890576eb95dd73bc04b5e864975cd7a55f43 (diff)
downloaddexon-solidity-4bde0a2d36297c4b3fa17c7dac2bb1681e1e7f75.tar
dexon-solidity-4bde0a2d36297c4b3fa17c7dac2bb1681e1e7f75.tar.gz
dexon-solidity-4bde0a2d36297c4b3fa17c7dac2bb1681e1e7f75.tar.bz2
dexon-solidity-4bde0a2d36297c4b3fa17c7dac2bb1681e1e7f75.tar.lz
dexon-solidity-4bde0a2d36297c4b3fa17c7dac2bb1681e1e7f75.tar.xz
dexon-solidity-4bde0a2d36297c4b3fa17c7dac2bb1681e1e7f75.tar.zst
dexon-solidity-4bde0a2d36297c4b3fa17c7dac2bb1681e1e7f75.zip
Build jsoncpp from source using jsoncpp.cmake script
Diffstat (limited to 'scripts/release_ppa.sh')
-rwxr-xr-xscripts/release_ppa.sh20
1 files changed, 2 insertions, 18 deletions
diff --git a/scripts/release_ppa.sh b/scripts/release_ppa.sh
index 7231f582..1aaa2a42 100755
--- a/scripts/release_ppa.sh
+++ b/scripts/release_ppa.sh
@@ -76,21 +76,6 @@ cp /tmp/${packagename}_${debversion}.orig.tar.gz ../
# Create debian package information
-case $distribution in
- trusty)
- jsoncpplib=libjsoncpp0
- ;;
- vivid)
- jsoncpplib=libjsoncpp0
- ;;
- wily)
- jsoncpplib=libjsoncpp0v5
- ;;
- *)
- jsoncpplib=libjsoncpp1
- ;;
-esac
-
mkdir debian
echo 9 > debian/compat
cat <<EOF > debian/control
@@ -107,8 +92,7 @@ Build-Depends: debhelper (>= 9.0.0),
libboost-all-dev,
automake,
libtool,
- scons,
- libjsoncpp-dev
+ scons
Standards-Version: 3.9.5
Homepage: https://ethereum.org
Vcs-Git: git://github.com/ethereum/solidity.git
@@ -117,7 +101,7 @@ Vcs-Browser: https://github.com/ethereum/solidity
Package: solc
Architecture: any-i386 any-amd64
Multi-Arch: same
-Depends: \${shlibs:Depends}, \${misc:Depends}, $jsoncpplib
+Depends: \${shlibs:Depends}, \${misc:Depends}
Replaces: lllc (<< 1:0.3.6)
Conflicts: libethereum (<= 1.2.9)
Description: Solidity compiler.