Package: librabbitmq / 0.10.0-1

Metadata

Package Version Patches format
librabbitmq 0.10.0-1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
cmake_with_ssl.patch | (download)

tools/CMakeLists.txt | 4 4 0 - 0 !
1 file changed, 4 insertions( )

 enable ssl support for tools.

Add WITH_SSL preprocessor macro it SSL support is enabled. Otherwise tools
would abort it they see an SSL URL.
use_cmake_package.patch | (download)

cmake/CMakePushCheckState.cmake | 103 0 103 - 0 !
cmake/GNUInstallDirs.cmake | 205 0 205 - 0 !
2 files changed, 308 deletions(-)

 remove files already included in cmake distribution

The project builds fine without these files as they are already provided by cmake
upstream. This also fixes a problem with multiarch library paths in Debian
kFreeBSD and HURD, because the included GNUInstallDirs.cmake did not check for
these systems.
disable test basic.patch | (download)

tests/CMakeLists.txt | 2 1 1 - 0 !
1 file changed, 1 insertion( ), 1 deletion(-)

 this test seems to require an active amqp instance,

Bug-Debian: https://bugs.debian.org/911693