On 2016-04-02 21:17 +0900, Roger Shimizu wrote:
> Control: retitle -1 Add udeb support to libtinfo5
>
> On Sat, Apr 2, 2016 at 6:42 PM, Sven Joachim <[email protected]> wrote:
>>
>> I had come to the same conclusion. For better or worse, packages are
>> not only built in minimal chroots, so screen had better be fixed not to
>> gain the extraneous dependencies if libncurses5-dev or libutempter-dev
>> are installed on the build system. I have filed bugs #819781 and
>> #819789 for that purpose, you're welcome to tackle them.
>
> Thanks for the two reports above!
> Things will be easier if these two gets resolved.
>
> And here's patch v4.
>
> Changes v2:
> - add udeb supoort to libncurses5
> Changes v3:
> - add "Priority: extra" to udeb in debian/control
> - fix typo when calling dh_makeshlibs
> Changes v4:
> - remove udeb support for libncurses5, since it's not required by screen-udeb
I have merged this version of the patch (with one tiny amendment), thanks.
> diff --git a/debian/changelog b/debian/changelog
> index a02785a..6810fa1 100644
> --- a/debian/changelog
> +++ b/debian/changelog
> @@ -1,3 +1,10 @@
> +ncurses (6.0+20160319-2) UNRELEASED; urgency=medium
> +
> + [ Roger Shimizu ]
> + * Add udeb support to libtinfo5
Added a " (Closes: #819397)." here.
Cheers,
Sven