Your message dated Tue, 23 Jan 2018 03:07:09 +0000
with message-id <[email protected]>
and subject line Bug#551671: fixed in ncurses-hexedit 0.9.7+orig-1
has caused the Debian Bug report #551671,
regarding please do not include the .info in the info-dir-section
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.)


-- 
551671: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=551671
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: info
Version: 4.13a.dfsg.1-5
Severity: wishlist

Gentlemen, I hereby submit my info cruft checker, for you to improve on
and somehow use to catch problems before the user bumps into them.
Note however that it only checks the info files that happen to be
installed on the particular users system.

$ ./check
In index but not on disk: exim_filtering
In index but not on disk: gpg
In index but not on disk: grub
Has .info in name in index: hexeditor.info
In index but not on disk: the_exim_mta
On disk but not in index: /usr/share/info/cpp.info.gz
On disk but not in index: /usr/share/info/cppinternals.info.gz
On disk but not in index: /usr/share/info/emacs-23/info.gz
On disk but not in index: /usr/share/info/exim4-filter.info.gz
On disk but not in index: /usr/share/info/exim4.info.gz
On disk but not in index: /usr/share/info/gnupg1.info.gz
On disk but not in index: /usr/share/info/grub-legacy.info.gz
On disk but not in index: /usr/share/info/ispell.info.gz
On disk but not in index: /usr/share/info/quelcom.info.gz
$ cat check
#!/usr/bin/perl
use strict;
use warnings FATAL => 'all';
my $D = '/usr/share/info';
my ( %disk, %h );
for (`find $D -type f -o -type l`) {
    chomp;
    next if /-\d+\.gz|\/dir(.old)?\b/;
    $disk{$_}++;
}
open( DIR, "$D/dir" ) || die;
while (<DIR>) { /: \(([^)]+)\)/ && $h{$1}++; }
for ( sort keys %h ) {
    print "Has .info in name in index: $_\n" if /\.info/;
    delete $disk{"$D/${_}.gz"}
      or delete $disk{"$D/${_}.info.gz"}
      or print "In index but not on disk: $_\n";
}
for ( sort keys %disk ) { print "On disk but not in index: $_\n" }



--- End Message ---
--- Begin Message ---
Source: ncurses-hexedit
Source-Version: 0.9.7+orig-1

We believe that the bug you reported is fixed in the latest version of
ncurses-hexedit, 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 [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Carlos Maddela <[email protected]> (supplier of updated ncurses-hexedit 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 [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Tue, 23 Jan 2018 02:07:23 +1100
Source: ncurses-hexedit
Binary: ncurses-hexedit
Architecture: source
Version: 0.9.7+orig-1
Distribution: unstable
Urgency: medium
Maintainer: Carlos Maddela <[email protected]>
Changed-By: Carlos Maddela <[email protected]>
Description:
 ncurses-hexedit - Edit files/disks in hex, ASCII and EBCDIC
Closes: 551671 595051 652947 701670 873553
Changes:
 ncurses-hexedit (0.9.7+orig-1) unstable; urgency=medium
 .
   * New maintainer. (Closes: #873553)
   * Convert source to '3.0 (quilt)' format.
   * Build with Debhelper compat level 11. (Closes: #595051) (LP: #881825)
   * debian/control:
     - Add homepage details.
     - Indicate compliance with Debian Policy 4.1.3.
     - Add VCS details.
   * debian/rules:
     - Build with all hardening flags set.
   * debian/patches:
     - Update autoconf files for version 2.69.
     - Fix conflicting definitions of ncurses' WINDOW. (Closes: #701670)
     - Generate an INFO-DIR-SECTION without ".info" for info file.
       (Closes: #551671)
     - Fix compilation warnings.
     - Don't prompt about quitting without saving if file is unmodified.
       (Closes: #652947)
     - If started in read-only mode, keep this mode for subsequent
       files too.
   * Remove trailing white spaces from changelog.
   * Add watch file.
   * Revert to using unrepacked upstream tarball, since renaming the
     project's top-level directory is no longer necessary with current
     standards.
   * Convert debian/copyright to DEP-5 format and update.
   * Add debian/gbp.conf.
Checksums-Sha1:
 bd3089d41cd86ea03b31430fd8c6da0755eda6a7 2020 ncurses-hexedit_0.9.7+orig-1.dsc
 642abf8c966d1ad3e82b3ff0e1abd3c342d44b7f 165110 
ncurses-hexedit_0.9.7+orig.orig.tar.gz
 53fed1131804a7dc3d71f3674eb2c8b2f0208bef 24696 
ncurses-hexedit_0.9.7+orig-1.debian.tar.xz
 4e8235d3ac965fa2e35cc9a542e76ccfab1fa7ac 5432 
ncurses-hexedit_0.9.7+orig-1_source.buildinfo
Checksums-Sha256:
 9589ce0f0eb8a1d9762c6ecab151b007650c62b3f30ed86d3fba3ed12211e5ff 2020 
ncurses-hexedit_0.9.7+orig-1.dsc
 3d15ab33dae9014180cc3d54636aaab4d9c88257f7a2d1cfda490d1bfa6e043a 165110 
ncurses-hexedit_0.9.7+orig.orig.tar.gz
 4f9218c96e02d700dc0dbbde3ec67e3c23e2d8ecb85f4de6df8ebfb246463faf 24696 
ncurses-hexedit_0.9.7+orig-1.debian.tar.xz
 b241e92afae262b2ac22d15626ad3ca0f7592d583d67648fe14f03f0b0eb2c2b 5432 
ncurses-hexedit_0.9.7+orig-1_source.buildinfo
Files:
 5f1f71f8593b6206ccbfee009486ae18 2020 editors optional 
ncurses-hexedit_0.9.7+orig-1.dsc
 2658b81ab1bd0813c0117e9459071c13 165110 editors optional 
ncurses-hexedit_0.9.7+orig.orig.tar.gz
 fa408a9cb7d58f48dab848eee1172c35 24696 editors optional 
ncurses-hexedit_0.9.7+orig-1.debian.tar.xz
 da7fe2a83dbe575e8eec16f07454d833 5432 editors optional 
ncurses-hexedit_0.9.7+orig-1_source.buildinfo

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCgAdFiEEkjZVexcMh/iCHArDweDZLphvfH4FAlpmlvgACgkQweDZLphv
fH4rBw/9F79p0C9kBKZpn51+1/CIqbmzz3EF+4Bt8IrPweVQY7lRwPtjWnWBpKzd
v00lbt+VJFKvXW1cVE4LyrQP4uSJIQnZdSTlmFo0H8UpEqlKx6tf5d2Rr59pzKew
yHMtJE0wC9Aqqr3qznY2gn7f5Xgvzoy58EB92It3O0PMzHg3ZjEFi0e2DXpvhLGa
C5QP4RlPJfxSJ2gJ7MDFyFfrLunKDfgK9a04wunmOWzrmjIPMcaWD/IRzW1Po28t
HiYeVoW0TOE++L2eLJO6O0R7beOAUF1kGmBBAzTI2SiFzJvo9m0eHME/oFeuj19H
x7d8Mux+9lehoOi6V6jTLV4fy9yYHS4h3cpO5FuzBwRJ+kF0MNCaUMirOH/y5d/7
bbd1HpzYxGK4o15byzdXuRl8E3eSuzKvxLmKWCMq14J/hZ9CImw527SVg7/+53Ro
01LnX6mwQrxCnakw8gYgaxRRRfKeHWmYtfbwwto/jAz4fxQJ3yktYn1bvafY1aAs
2SvmXCBA9IrQWj4z4wfQxgUQTfxE6zx0lLe56P/Bs7xEeAYW1j81G5MzvInkjOD7
HbyYiRIQFEsEM2Yj2hDGWPVZ0E+MZwqiWJ8WuL6S4q1A5Usopm0wjF/yVKxpWZve
aXOlTen6bQC5LMpP3fG+UAs5Woron5h3gqNDXrW45S0n6nxMH+8=
=nZx5
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to