Control: reassign 846693 src:h323plus Control: reassign 846687 src:h323plus Control: forcemerge -1 846693 846687 Control: affects -1 src:gnugk src:openam Control: tags -1 patch
h323plus must use the same OpenSSL version as libpt. The "| libssl-dev (<< 1.1.0~)" is added for backports. --- debian/control.old 2016-12-06 12:16:34.000000000 +0000 +++ debian/control 2016-12-06 12:16:48.000000000 +0000 @@ -4,7 +4,7 @@ Maintainer: Debian VoIP Team <[email protected]> Uploaders: Kilian Krause <[email protected]>, Mark Purcell <[email protected]>, Faidon Liambotis <[email protected]> Build-Depends: debhelper (>= 8), libsasl2-dev, autotools-dev, binutils (>= 2.17), - dpkg-dev (>= 1.13.19), libpt-dev (>= 2.10.1), libldap2-dev, libssl-dev, libexpat1-dev, + dpkg-dev (>= 1.13.19), libpt-dev (>= 2.10.1), libldap2-dev, libssl1.0-dev | libssl-dev (<< 1.1.0~), libexpat1-dev, libsdl1.2-dev, unixodbc-dev, pkg-kde-tools, dh-autoreconf Build-Conflicts: libopenh323-dev, libopenh323-1.18.0 Standards-Version: 3.9.2 @@ -28,7 +28,7 @@ Package: libh323plus-dev Section: libdevel Architecture: any -Depends: ${misc:Depends}, libh323-1.24.0v5 (= ${binary:Version}), libssl-dev, libpt-dev +Depends: ${misc:Depends}, libh323-1.24.0v5 (= ${binary:Version}), libssl1.0-dev | libssl-dev (<< 1.1.0~), libpt-dev Conflicts: libopenh323-dev Replaces: libopenh323-dev Description: H.323 aka VoIP library development files cu Adrian -- "Is there not promise of rain?" Ling Tan asked suddenly out of the darkness. There had been need of rain for many days. "Only a promise," Lao Er said. Pearl S. Buck - Dragon Seed

