Fix Debian package build (dotnet/core-setup#2493)
authorrakeshsinghranchi <raksingh@microsoft.com>
Wed, 24 May 2017 01:57:42 +0000 (18:57 -0700)
committerGitHub <noreply@github.com>
Wed, 24 May 2017 01:57:42 +0000 (18:57 -0700)
commit8dfa8ca658afeb507dcb172ef776426f07b72967
tree1d5ce13d9ba57cf57aa9abb8e06fb8324890f6ca
parentef35ac10da928bc5a4697a1062d0c79372adb4a7
Fix Debian package build (dotnet/core-setup#2493)

* Fix Debian package build

- {shlibs:Depends} will pick up the correct packages for anything we link
  against so we don't need to include libssl and libcurl in the json config
  files.
- Add an explicit dependency on ICU (the runtime no longer links against it
  directly so dh_shlibdeps wasn't picking it up).

* Adding back libssl1.0.0 dependency.

Commit migrated from https://github.com/dotnet/core-setup/commit/c08a4ebfefab2d467639227588dbbb6f8aaf54db
src/installer/pkg/packaging/deb/dotnet-sharedframework-debian_config.json
src/installer/pkg/packaging/deb/package.targets