Control: tags -1 patch Not a perfect solution but sufficient for stretch is the patch below to use OpenSSL 1.0.2
The "| libssl-dev (<< 1.1.0~)" is added for backports. --- debian/control.old 2016-11-27 17:46:13.000000000 +0000 +++ debian/control 2016-11-27 17:46:24.000000000 +0000 @@ -2,7 +2,7 @@ Section: net Priority: optional Maintainer: Sam Hartman <[email protected]> -Build-Depends: debhelper (>= 9), autoconf, libglib2.0-dev, libzephyr-dev (>= 3.0~beta), libncurses5-dev, libncursesw5-dev, libkrb5-dev, libperl-dev (>= 5.10.1-8), pkg-config, zip, libssl-dev, autotools-dev, libclass-accessor-perl, libglib-perl, +Build-Depends: debhelper (>= 9), autoconf, libglib2.0-dev, libzephyr-dev (>= 3.0~beta), libncurses5-dev, libncursesw5-dev, libkrb5-dev, libperl-dev (>= 5.10.1-8), pkg-config, zip, libssl1.0-dev | libssl-dev (<< 1.1.0~), autotools-dev, libclass-accessor-perl, libglib-perl, libanyevent-perl, libnet-twitter-lite-perl, libany-moose-perl build-conflicts: barnowl vcs-git: git://git.debian.org/git/collab-maint/barnowl.git 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

