Bug#754318: marked as done (no warning if file specified via --keyring does not exist)

2018-04-07 Thread Debian Bug Tracking System
Your message dated Sat, 07 Apr 2018 15:21:07 +
with message-id 
and subject line Bug#775474: fixed in debootstrap 1.0.96
has caused the Debian Bug report #775474,
regarding no warning if file specified via --keyring does not exist
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 ow...@bugs.debian.org
immediately.)


-- 
775474: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=775474
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Package: debootstrap

Dear Maintainer,

when running

  $ sudo debootstrap --keyring=/non/existing.gpg wheezy /tmp/wheezy

the output is something like:

  I: Retrieving Release
  I: Retrieving Release.gpg
  I: Checking Release signature
  E: Release signed by unknown key (key id 6FB2A1C265FFB764)

A warning that /non/existing.gpg was not even found would be good.

  $ gpgv --status-fd 1 --keyring "/non/existing.gpg"
- --ignore-time-conflict
  gpgv: keyblock resource `/non/existing.gpg': file open error

This is especially helpful because it was surprising to me that
- --keyring file-in-same-dir.gpg actually looks for
.gnupg/file-in-same-dir.gpg, which took me some time to figure out.

Best regards
Niklas Fiekas
-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBAgAGBQJTva5dAAoJEC7KZsZbJVE4OEIP/3TQOaHRT6wEAWWtSWm7lxgS
thS/SXLWE280XoVjtQQDZ80rYarxLBsqjvNJH1WRnf9ETmPdhgp0X8I1f6+P0sjP
ykUhir5sCVxL8PBaWsZShi0sL7MXiUrc9JxGSxNVsTEuu7yzAZztR91OJsGOGanv
Bt3Z5M2KebRznjr16DF8cdkEYNu3uqpQKha3NWCvov5xZPdH21eGOX6URLL5wPV5
b2/w2jZlR25bwCLIHAr3u5fITcfXTzrHf4q+pjlVdYkyoOTJDD3klhUTS6+Vz0o2
YzxAw2qn7dF+cRigyBKkRABLpFvH2CtaLKX9nMSUZfpf+FqfLdBxLzkSEy9erRfF
Vt5D6ZwcWdwblPjJqLnEkvnL7/m37wKtWfv7icFdYbdeONAVOsgGXywid/v7Bjbg
85sOGagebU5Tx0wJoFI0/yjzi429x0MM6jMOKOniXmM3bFQlryWlfZBA+CO+ztRO
Pu3ZtBoDzL5/sD+xW7dwFCXFh5v3KLQTAS/3pF91M4sjnB8PRk/y3qKM9VEzFTYG
hJA83ZEsoc8G7P6U+rOt4xbSnTF1Vv+AmeEyveZaNsAwwIo+fHOA/Br86TuLrgFQ
qjx4yatduHM+Ti79/TzehQKmcDFKCZ3qaXXmRe6eJUU6iDlFzmP3yYw8E8QmR3Kb
qyfRe2LDZrLhSx+s8lYS
=rI/j
-END PGP SIGNATURE-
--- End Message ---
--- Begin Message ---
Source: debootstrap
Source-Version: 1.0.96

We believe that the bug you reported is fixed in the latest version of
debootstrap, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 775...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Hideki Yamane  (supplier of updated debootstrap package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Fri, 06 Apr 2018 10:02:20 +0900
Source: debootstrap
Binary: debootstrap debootstrap-udeb
Architecture: source all
Version: 1.0.96
Distribution: unstable
Urgency: medium
Maintainer: Debian Install System Team 
Changed-By: Hideki Yamane 
Description:
 debootstrap - Bootstrap a basic Debian system
 debootstrap-udeb - Bootstrap the Debian system (udeb)
Closes: 563647 586158 732628 734324 754318 762431 775444 775474 798564 806780 
833525
Changes:
 debootstrap (1.0.96) unstable; urgency=medium
 .
   * Escape spaces to fix debootstrap on path contains space fails
 Thanks to Tianon Gravi  for the based patch
 (Closes: #586158, #762431)
   * Add warning if file specified via --keyring does not exist
 Thanks to jnqnfe  for the patch
 (Closes: #754318, #775474)
   * Avoid unnecessary keyring warning with --second-stage option
 (Closes: #734324)
   * Output warning if falling back to sha1 (Closes: #775444)
 Thanks to jnqnfe  for the patch.
   * Prevent unintended removal with --print-debs option (Closes: #833525)
 Thanks to Johannes Schauer  for the patch
   * Add scripts for Kali Linux (Closes: #798564)
   * Improve manpage description for --{unpack,make}-tarball options
 (Closes: #563647)
 .
   * debian/control
 - Add "Suggests: squid-deb-proxy-client"
   * debian/rules
 - Add Kali for ${keyring} pattern
 .
   [ Sjoerd Simons ]
   * Fix multiple components usage for --foreign/--second-stage
 (Closes: #806780)
 .
   [ Michael Vogt ]
   * Try to auto-detect proxy if available 

Bug#754318: marked as done (no warning if file specified via --keyring does not exist)

2018-04-07 Thread Debian Bug Tracking System
Your message dated Sat, 07 Apr 2018 15:21:07 +
with message-id 
and subject line Bug#754318: fixed in debootstrap 1.0.96
has caused the Debian Bug report #754318,
regarding no warning if file specified via --keyring does not exist
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 ow...@bugs.debian.org
immediately.)


-- 
754318: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=754318
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Package: debootstrap

Dear Maintainer,

when running

  $ sudo debootstrap --keyring=/non/existing.gpg wheezy /tmp/wheezy

the output is something like:

  I: Retrieving Release
  I: Retrieving Release.gpg
  I: Checking Release signature
  E: Release signed by unknown key (key id 6FB2A1C265FFB764)

A warning that /non/existing.gpg was not even found would be good.

  $ gpgv --status-fd 1 --keyring "/non/existing.gpg"
- --ignore-time-conflict
  gpgv: keyblock resource `/non/existing.gpg': file open error

This is especially helpful because it was surprising to me that
- --keyring file-in-same-dir.gpg actually looks for
.gnupg/file-in-same-dir.gpg, which took me some time to figure out.

Best regards
Niklas Fiekas
-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBAgAGBQJTva5dAAoJEC7KZsZbJVE4OEIP/3TQOaHRT6wEAWWtSWm7lxgS
thS/SXLWE280XoVjtQQDZ80rYarxLBsqjvNJH1WRnf9ETmPdhgp0X8I1f6+P0sjP
ykUhir5sCVxL8PBaWsZShi0sL7MXiUrc9JxGSxNVsTEuu7yzAZztR91OJsGOGanv
Bt3Z5M2KebRznjr16DF8cdkEYNu3uqpQKha3NWCvov5xZPdH21eGOX6URLL5wPV5
b2/w2jZlR25bwCLIHAr3u5fITcfXTzrHf4q+pjlVdYkyoOTJDD3klhUTS6+Vz0o2
YzxAw2qn7dF+cRigyBKkRABLpFvH2CtaLKX9nMSUZfpf+FqfLdBxLzkSEy9erRfF
Vt5D6ZwcWdwblPjJqLnEkvnL7/m37wKtWfv7icFdYbdeONAVOsgGXywid/v7Bjbg
85sOGagebU5Tx0wJoFI0/yjzi429x0MM6jMOKOniXmM3bFQlryWlfZBA+CO+ztRO
Pu3ZtBoDzL5/sD+xW7dwFCXFh5v3KLQTAS/3pF91M4sjnB8PRk/y3qKM9VEzFTYG
hJA83ZEsoc8G7P6U+rOt4xbSnTF1Vv+AmeEyveZaNsAwwIo+fHOA/Br86TuLrgFQ
qjx4yatduHM+Ti79/TzehQKmcDFKCZ3qaXXmRe6eJUU6iDlFzmP3yYw8E8QmR3Kb
qyfRe2LDZrLhSx+s8lYS
=rI/j
-END PGP SIGNATURE-
--- End Message ---
--- Begin Message ---
Source: debootstrap
Source-Version: 1.0.96

We believe that the bug you reported is fixed in the latest version of
debootstrap, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 754...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Hideki Yamane  (supplier of updated debootstrap package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Fri, 06 Apr 2018 10:02:20 +0900
Source: debootstrap
Binary: debootstrap debootstrap-udeb
Architecture: source all
Version: 1.0.96
Distribution: unstable
Urgency: medium
Maintainer: Debian Install System Team 
Changed-By: Hideki Yamane 
Description:
 debootstrap - Bootstrap a basic Debian system
 debootstrap-udeb - Bootstrap the Debian system (udeb)
Closes: 563647 586158 732628 734324 754318 762431 775444 775474 798564 806780 
833525
Changes:
 debootstrap (1.0.96) unstable; urgency=medium
 .
   * Escape spaces to fix debootstrap on path contains space fails
 Thanks to Tianon Gravi  for the based patch
 (Closes: #586158, #762431)
   * Add warning if file specified via --keyring does not exist
 Thanks to jnqnfe  for the patch
 (Closes: #754318, #775474)
   * Avoid unnecessary keyring warning with --second-stage option
 (Closes: #734324)
   * Output warning if falling back to sha1 (Closes: #775444)
 Thanks to jnqnfe  for the patch.
   * Prevent unintended removal with --print-debs option (Closes: #833525)
 Thanks to Johannes Schauer  for the patch
   * Add scripts for Kali Linux (Closes: #798564)
   * Improve manpage description for --{unpack,make}-tarball options
 (Closes: #563647)
 .
   * debian/control
 - Add "Suggests: squid-deb-proxy-client"
   * debian/rules
 - Add Kali for ${keyring} pattern
 .
   [ Sjoerd Simons ]
   * Fix multiple components usage for --foreign/--second-stage
 (Closes: #806780)
 .
   [ Michael Vogt ]
   * Try to auto-detect proxy if available