Bug#804579: [Debian-med-packaging] Bug#804579: Ncurses

2018-06-01 Thread Olivier Sallou



On 06/01/2018 11:12 AM, Graham Inggs wrote:
> On 01/06/2018 07:23, olivier sallou wrote:
>> Ncurses dep must be set by swi prolog compiler, when creating a
>> binary from
>> logol prolog files. Logol itself does nothing related to this lib.
>>
>> If compiler adds some unused deps, can't really fix that.
>>
>> Why setting this to serious?
>
> I think Sven may be referring to this section in debian/control [1]:
>
> Package: logol-bin
> Architecture: any
> Depends: ${shlibs:Depends},
>  ${misc:Depends},
>  swi-prolog(>=6.4.1-3),
>  libncursesw5
>
> Is the hard-coded dependency on libncursesw5 above really needed?
oh, indeed. I don't think so... maybe it was needed in the past.
I gonna remove it.

Thanks
Olivier
>
>
> [1]
> https://salsa.debian.org/med-team/logol/blob/master/debian/control#L68
>
> ___
> Debian-med-packaging mailing list
> debian-med-packag...@alioth-lists.debian.net
> https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-packaging

-- 
Olivier Sallou
Univ Rennes, Inria, CNRS, IRISA
Irisa, Campus de Beaulieu
F-35042 RENNES - FRANCE
Tel: 02.99.84.71.95

gpg key id: 4096R/326D8438  (keyring.debian.org)
Key fingerprint = 5FB4 6F83 D3B9 5204 6335  D26D 78DC 68DB 326D 8438



Bug#804579: Ncurses

2018-06-01 Thread Graham Inggs

On 01/06/2018 07:23, olivier sallou wrote:

Ncurses dep must be set by swi prolog compiler, when creating a binary from
logol prolog files. Logol itself does nothing related to this lib.

If compiler adds some unused deps, can't really fix that.

Why setting this to serious?


I think Sven may be referring to this section in debian/control [1]:

Package: logol-bin
Architecture: any
Depends: ${shlibs:Depends},
 ${misc:Depends},
 swi-prolog(>=6.4.1-3),
 libncursesw5

Is the hard-coded dependency on libncursesw5 above really needed?


[1] https://salsa.debian.org/med-team/logol/blob/master/debian/control#L68



Bug#804579: Ncurses

2018-05-31 Thread olivier sallou
Ncurses dep must be set by swi prolog compiler, when creating a binary from
logol prolog files. Logol itself does nothing related to this lib.

If compiler adds some unused deps, can't really fix that.

Why setting this to serious?

Olivier