Your message dated Thu, 15 Feb 2018 18:48:05 +0100
with message-id <[email protected]>
and subject line Re: Bug#872097: grub: fdisk dependency needed
has caused the Debian Bug report #872097,
regarding grub: fdisk dependency needed
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
872097: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=872097
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: grub
Version: 0.97-72
Severity: important
User: [email protected]
Usertags: fdisk-dependency
Hello,
As recently announced on debian-devel-announce[1] packages who need
any of sfdisk, cfdisk or fdisk will need to add a dependency on the
new fdisk package.
Your package grub showed up on codesearch.debian.net and a very quick
analysis suggested you might want to add a dependency (and/or
build-dependency if you use it at build-time, eg. tests).
Please use the backwards-compatible way of specifying the dependency
as suggested in the debian-devel-announce mail:
fdisk | util-linux (<< 2.29.2-3~)
(and if only for tests you might want to add the build profile
<!nocheck>)
Please reassign this bug report to the binary package shipping the
affected part of your source.
If your more detailed analysis shows this should be a recommends,
suggests or even no relationship at all to the fdisk package then
please just close this bug report stating the results of your
analysis (and if so sorry for bothering you).
Regards, Andreas Henriksson
[1]:
https://lists.debian.org/debian-devel-announce/2017/08/msg00005.html
--- End Message ---
--- Begin Message ---
On 2018-02-15 18:34 +0100, Sven Joachim wrote:
> Control: reassign -1 grub-legacy 0.97-72
>
> On 2017-08-14 15:37 +0200, [email protected] wrote:
>
>> Source: grub
>> Version: 0.97-72
>> Severity: important
>> User: [email protected]
>> Usertags: fdisk-dependency
>>
>> Hello,
>>
>> As recently announced on debian-devel-announce[1] packages who need
>> any of sfdisk, cfdisk or fdisk will need to add a dependency on the
>> new fdisk package.
>>
>> Your package grub showed up on codesearch.debian.net and a very quick
>> analysis suggested you might want to add a dependency (and/or
>> build-dependency if you use it at build-time, eg. tests).
>>
>> Please use the backwards-compatible way of specifying the dependency
>> as suggested in the debian-devel-announce mail:
>>
>> fdisk | util-linux (<< 2.29.2-3~)
>>
>> (and if only for tests you might want to add the build profile
>> <!nocheck>)
>>
>> Please reassign this bug report to the binary package shipping the
>> affected part of your source.
>
> I'm doing this hereby. The mkbimage script runs sfdisk, otherwise I
> found fdisk references only in comments.
Sorry, I had only a look at the source code and the output of
"apt-file search mkbimage". While upstream's mkbimage does call sfdisk,
the script in the grub-legacy binary package actually is much simpler:
,----
| #!/bin/bash
| set -e
| cat << EOF
| This program is broken, unsupported upstream, and has been deprecated in
favour
| of grub-mkrescue (grub-pc package).
| EOF
| exit 0
`----
So this is a false positive, and I'm closing the bug.
Cheers,
Sven
--- End Message ---