Package: libzrtpcpp-dev
Version: 2.0.0-3ubuntu1
Severity: normal
Tags: patch

Dear Maintainer,

libzrtpcpp-dev contains a pkg-config file that declares libssl-dev as a
required shared library dependency. Thus libzrtpcpp-dev should depend on
libssl-dev, as otherwise users of libzrtpcpp-dev need to also manually
specify libssl-dev as a dependency when using libzrtpcpp-dev's
pkg-config file.

Please consider applying the below patch

diff -Nru libzrtpcpp-2.0.0/debian/control libzrtpcpp-2.0.0/debian/control
--- libzrtpcpp-2.0.0/debian/control	2013-10-31 00:27:46.000000000 +0000
+++ libzrtpcpp-2.0.0/debian/control	2014-04-29 10:37:26.000000000 +0000
@@ -13,7 +14,7 @@
 Package: libzrtpcpp-dev
 Section: libdevel
 Architecture: any
-Depends: ${misc:Depends}, libzrtpcpp2 (= ${binary:Version}), pkg-config
+Depends: ${misc:Depends}, libzrtpcpp2 (= ${binary:Version}), pkg-config, libssl-dev
 Description: Headers and static link library for libzrtpcpp
  This library is an extension to the GNU RTP Stack, libccrtp,
  that offers compatibility with Phil Zimmermann's zrtp/Zfone voice
Regards,

Dimitri.

Reply via email to