diff options
author | chriseth <c@ethdev.com> | 2016-08-08 05:57:34 +0800 |
---|---|---|
committer | chriseth <c@ethdev.com> | 2016-08-10 20:46:59 +0800 |
commit | ff08a8fab0f8bfdf500497e253af889a12e2bf59 (patch) | |
tree | fa5fd7d791985bf32e8a1aaeed22324ef38eae0f /scripts/release_ppa.sh | |
parent | 7aa344a5e83de7214b1201647e665bc493c96cdb (diff) | |
download | dexon-solidity-ff08a8fab0f8bfdf500497e253af889a12e2bf59.tar.gz dexon-solidity-ff08a8fab0f8bfdf500497e253af889a12e2bf59.tar.zst dexon-solidity-ff08a8fab0f8bfdf500497e253af889a12e2bf59.zip |
Do not compile sphinx docs for now, so we get to a workable state.
Diffstat (limited to 'scripts/release_ppa.sh')
-rwxr-xr-x | scripts/release_ppa.sh | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/scripts/release_ppa.sh b/scripts/release_ppa.sh index e29443b9..c6aebb45 100755 --- a/scripts/release_ppa.sh +++ b/scripts/release_ppa.sh @@ -71,7 +71,6 @@ Section: science Priority: extra Maintainer: Christian (Buildserver key) <builds@ethereum.org> Build-Depends: debhelper (>= 9.0.0), - dh_sphinxdoc, libcryptopp-dev, cmake, g++-4.8, @@ -115,13 +114,13 @@ export DH_OPTIONS %: - dh \$@ --buildsystem=cmake --with sphinxdoc + dh \$@ --buildsystem=cmake #--with sphinxdoc override_dh_auto_test: -override_dh_installdocs: - make -C docs html - dh_installdocs docs/_build/html +#override_dh_installdocs: +# make -C docs html +# dh_installdocs docs/_build/html override_dh_shlibdeps: dh_shlibdeps --dpkg-shlibdeps-params=--ignore-missing-info |