Source: botan1.10
Version: 1.10.13-1
Severity: normal
Tags: patch

OpenSSL 1.0.2 will be part of stretch, and the patch below is
therefore an option for enabling the OpenSSL module in stretch.

The "| libssl-dev (<< 1.1.0~)" is added for backports.

--- debian/control.old  2016-11-28 11:22:49.000000000 +0000
+++ debian/control      2016-11-28 11:23:39.000000000 +0000
@@ -5,6 +5,7 @@
 Build-Depends: debhelper (>= 9),
                libbz2-dev,
                libgmp3-dev,
+               libssl1.0-dev | libssl-dev (<< 1.1.0~),
                python,
                zlib1g-dev
 Standards-Version: 3.9.6
@@ -44,7 +45,7 @@
 Depends: libbotan-1.10-1 (= ${binary:Version}),
          libbz2-dev,
          libgmp3-dev,
-         libssl-dev,
+         libssl1.0-dev | libssl-dev (<< 1.1.0~),
          zlib1g-dev,
          ${misc:Depends}
 Conflicts: libbotan1.6-dev
--- debian/rules.old    2016-11-28 11:22:55.000000000 +0000
+++ debian/rules        2016-11-28 11:23:03.000000000 +0000
@@ -25,7 +25,7 @@
        rm -rf build
 
 override_dh_auto_configure:
-       ./configure.py --prefix=/usr --cc=gcc --os=linux --with-bzip2 
--with-gnump --without-openssl --with-zlib $(CONFIGURE_FLAGS)
+       ./configure.py --prefix=/usr --cc=gcc --os=linux --with-bzip2 
--with-gnump --with-openssl --with-zlib $(CONFIGURE_FLAGS)
 
 override_dh_auto_build:
        dh_auto_build -- all

Reply via email to