[Pkg-privacy-maintainers] Bug#887248: Bug#887248: tails-installer should depend on e2fsprogs explicitly
Andreas Henriksson
andreas at fatal.se
Fri Jan 19 09:26:34 UTC 2018
Control: tags -1 + patch
Hello Ulrike,
Thanks for your followup on the bug report. See comments below.
On Wed, Jan 17, 2018 at 09:35:00AM +0000, Ulrike Uhlig wrote:
> Hi Helmut,
>
> Helmut Grohne:
> > Package: tails-installer
> > Version: 5.0.2+dfsg-1
[...]
> > /usr/lib/python2.7/dist-packages/tails_installer/creator.py contains e2label. According to file it is a C++ source, UTF-8 Unicode text
>
> I'll investigate that and get back to you asap.
I've had a look at the creator.py and it contains the following code:
if self.fstype in ('vfat', 'msdos'):
try:
self.popen('/sbin/dosfslabel %s %s' % (
self.drive['device'], self.label))
except TailsInstallerError:
# dosfslabel returns an error code even upon success
pass
else:
self.popen('/sbin/e2label %s %s' % (self.drive['device'],
Given that dosfslabel is part of dosfstools which is already a dependency
it seems natural to also add e2fsprogs as a dependency. Please see patch
attached for your convenience.
> Is there a deadline for this request?
Well, it's all volunteer work.... but "ASAP" is an ambition.
Hopefully a trivial change like the one needed here will not
need a very long turn over time to get fixed.
Likely someone<tm> will have to do non-maintainer uploads (or request
removals) for the remaining packages where the maintainer doesn't take
care of it to be able to reach the goal....
Regards,
Andreas Henriksson
-------------- next part --------------
A non-text attachment was scrubbed...
Name: tails-installer.patch
Type: text/x-diff
Size: 326 bytes
Desc: not available
URL: <http://lists.alioth.debian.org/pipermail/pkg-privacy-maintainers/attachments/20180119/d24aa834/attachment.patch>
More information about the Pkg-privacy-maintainers
mailing list