[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#848699: debootstrap: doesn't support arch-qualified dependencies



On 2017-02-15 19:54 +0100, Cyril Brulebois wrote:

> Hi,
>
> Sven Joachim <svenjoac@gmx.de> (2016-12-19):
>> I think the following should do the trick, but I can't really test it.
>
> I suppose it would sufficient to preseed the installation of a package
> which has such arch-qualified dependencies, as an addition through
> debootstrap's --include, to trigger the issue, and verify the bugfix?

I'm not too familiar with the installer, but I presume so.

> I should be able to do so then.
>
>> >From f8c5247d985d39b197a89f0b57557b6445e33bdd Mon Sep 17 00:00:00 2001
>> From: Sven Joachim <svenjoac@gmx.de>
>> Date: Mon, 19 Dec 2016 17:44:18 +0100
>> Subject: [PATCH] pkg-details: Strip architecture qualifier
>> 
>> ---
>>  pkgdetails.c | 2 +-
>>  1 file changed, 1 insertion(+), 1 deletion(-)
>> 
>> diff --git a/pkgdetails.c b/pkgdetails.c
>> index d588c80a..9444d2d2 100644
>> --- a/pkgdetails.c
>> +++ b/pkgdetails.c
>> @@ -54,7 +54,7 @@ static void outputdeps(char *deps) {
>>          if (!*pch) break;
>>  
>>          while (*pch && *pch != '(' && *pch != '|' && *pch != ','
>> -               && !isspace(*pch))
>> +               && *pch != ':' && !isspace(*pch))
>>          {
>>              fputc(*pch++, stdout);
>>          }
>
> KiBi.

Cheers,
       Sven


Reply to: