Added ppa for jsoncpp to travis recipe

This commit is contained in:
tastytea 2018-03-18 15:10:44 +01:00
parent 348aa4dca8
commit 537defb38b
Signed by: tastytea
GPG Key ID: 59346E0EA35C67E5
2 changed files with 2 additions and 1 deletions

View File

@ -7,6 +7,7 @@ addons:
apt:
sources:
- ubuntu-toolchain-r-test
- sourceline: 'ppa:lemourin/libcloudstorage'
packages:
- g++-5
- libcurlpp-dev

View File

@ -87,7 +87,7 @@ set(CPACK_GENERATOR "TGZ")
if (WITH_DEB)
set(CPACK_GENERATOR "DEB")
set(CPACK_DEBIAN_PACKAGE_HOMEPAGE "https://github.com/tastytea/mastodon-cpp")
set(CPACK_DEBIAN_PACKAGE_DEPENDS "libcurlpp0 (>= 0.7.3)")
#set(CPACK_DEBIAN_PACKAGE_DEPENDS "libcurlpp0 (>= 0.7.3)")
set(CPACK_DEBIAN_PACKAGE_SHLIBDEPS ON)
execute_process(COMMAND dpkg --print-architecture
OUTPUT_VARIABLE CPACK_DEBIAN_PACKAGE_ARCHITECTURE