On Tue, Jan 10, 2017 at 12:43 AM, Denys Vlasenko
wrote:
> On Sat, Jan 7, 2017 at 2:48 AM, Kang-Che Sung wrote:
My understanding is that .deb files usually use .gz compression,
and building dpkg without support for .gz results in a useless tool:
there are no .deb files which it can
On Sat, Jan 7, 2017 at 2:48 AM, Kang-Che Sung wrote:
>>> My understanding is that .deb files usually use .gz compression,
>>> and building dpkg without support for .gz results in a useless tool:
>>> there are no .deb files which it can process.
>>
>> Debian packages support gzip or xz for the cont
On Sat, Jan 7, 2017 at 2:31 AM, Jody Bruchon wrote:
> On 2017-01-06 13:23, Denys Vlasenko wrote:
>>
>> On Fri, Jan 6, 2017 at 4:18 AM, Kang-Che Sung
>> wrote:
>>>
>>> CONFIG_DPKG and CONFIG_DPKG_DEB unnecessarily depend on
>>> CONFIG_FEATURE_SEAMLESS_GZ. Worse, it has been using "select" clause,
On 2017-01-06 13:23, Denys Vlasenko wrote:
On Fri, Jan 6, 2017 at 4:18 AM, Kang-Che Sung wrote:
CONFIG_DPKG and CONFIG_DPKG_DEB unnecessarily depend on
CONFIG_FEATURE_SEAMLESS_GZ. Worse, it has been using "select" clause,
which would prevent FEATURE_SEAMLESS_GZ from being unselect-able when
usi
On Fri, Jan 6, 2017 at 4:18 AM, Kang-Che Sung wrote:
> CONFIG_DPKG and CONFIG_DPKG_DEB unnecessarily depend on
> CONFIG_FEATURE_SEAMLESS_GZ. Worse, it has been using "select" clause,
> which would prevent FEATURE_SEAMLESS_GZ from being unselect-able when
> using "make config" without a .config fil
:00 2001
From: Explorer09
Date: Fri, 6 Jan 2017 10:55:41 +0800
Subject: [PATCH] dpkg & dpkg_deb: don't depend on FEATURE_SEAMLESS_GZ
CONFIG_DPKG and CONFIG_DPKG_DEB unnecessarily depend on
CONFIG_FEATURE_SEAMLESS_GZ. Worse, it has been using "select" clause,
which would prevent