Bug#858936: My builder thinks it's fixed.

2017-12-13 Thread Adrian Bunk
Control: tags -1 - patch

On Sun, Oct 08, 2017 at 11:53:50AM +0100, deb...@fau.xxx wrote:
> Control: tags -1 + patch
> 
> kannel does build successfully with libssl-dev in my sid builder,
> i.e. with this patch:
> 
> diff --git a/kannel-1.4.4/debian/control b/kannel-1.4.4/debian/control
> index a0148e7..7a2311c 100644
> --- a/kannel-1.4.4/debian/control
> +++ b/kannel-1.4.4/debian/control
> @@ -8,7 +8,7 @@ Build-Depends: cdbs,
>   dh-autoreconf,
>   debhelper,
>   libxml2-dev,
> - libssl1.0-dev | libssl-dev (<< 1.1~),
> + libssl-dev,
>   openssl,
>   default-libmysqlclient-dev | libmysqlclient-dev,
>   libsqlite0-dev,
> @@ -86,7 +86,7 @@ Architecture: any
>  Section: devel
>  Depends:
>   ${misc:Depends},
> - libssl1.0-dev | libssl-dev (<< 1.1~),
> + libssl-dev,
>   libpam0g-dev,
>   libxml2-dev,
>   libpcre3-dev,

It does build - due to build-time autodetection that disables SSL support.

I cannot judge whether or not it makes sense shipping this package 
without SSL support in a stable release.

> Cheers.

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



Bug#858936: My builder thinks it's fixed.

2017-10-08 Thread debian
Control: tags -1 + patch

kannel does build successfully with libssl-dev in my sid builder,
i.e. with this patch:

diff --git a/kannel-1.4.4/debian/control b/kannel-1.4.4/debian/control
index a0148e7..7a2311c 100644
--- a/kannel-1.4.4/debian/control
+++ b/kannel-1.4.4/debian/control
@@ -8,7 +8,7 @@ Build-Depends: cdbs,
  dh-autoreconf,
  debhelper,
  libxml2-dev,
- libssl1.0-dev | libssl-dev (<< 1.1~),
+ libssl-dev,
  openssl,
  default-libmysqlclient-dev | libmysqlclient-dev,
  libsqlite0-dev,
@@ -86,7 +86,7 @@ Architecture: any
 Section: devel
 Depends:
  ${misc:Depends},
- libssl1.0-dev | libssl-dev (<< 1.1~),
+ libssl-dev,
  libpam0g-dev,
  libxml2-dev,
  libpcre3-dev,

Cheers.