mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Build jsoncpp from source using jsoncpp.cmake script
This commit is contained in:
committed by
Alex Beregszaszi
parent
5875890576
commit
4bde0a2d36
+2
-18
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user