Your message dated Sat, 15 Dec 2018 23:19:20 +0000
with message-id <[email protected]>
and subject line Bug#895963: fixed in diffstat 1.62-1
has caused the Debian Bug report #895963,
regarding diffstat.1: Minor corrections to the manual
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.)


-- 
895963: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=895963
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: diffstat
Version: 1.61-1+b1
Severity: minor
Tags: patch

Dear Maintainer,

Input file is diffstat.1

Test nr. 2:

Enable and fix warnings from 'test-groff'.

<diffstat.1>:82 (macro BI): only 1 argument, but more are expected
<diffstat.1>:89 (macro BI): only 1 argument, but more are expected
<diffstat.1>:185 (macro BI): only 1 argument, but more are expected

chk_manuals: Output is from: test-groff -b -e -mandoc -T utf8 -rF0 -t -w w -z 

  and

Test nr. 15:

Change the name of a macro for two fonts (e.g., BR and IR) to one
letter, if there is only one argument.
Add the second argument if needed.  It is sometimes part of the first
one.

82:.BI \-d
89:.BI \-E
185:.BI \-s

#####

Test nr. 20:

Use a macro to change to the italic font, instead of \fI [1], if
possible.
The macros have the italic corrections, but "\c" removes them
  or
add the italic corrections.
[1] man-pages(7)

87:redirect standard error to \fIfile\fR.
150:redirect standard output to \fIfile\fR.

#####

Test nr. 27:

Split lines longer than 80 characters into two or more lines.
Appropriate break points are the end of a sentence and a subordinate
clause.

diffstat.1: line 30     length 84
diffstat.1: line 195    length 85
diffstat.1: line 204    length 87
diffstat.1: line 251    length 82

#####

Test nr. 30:

Surround a block of comments with the macros ".ig" and "..".
The .\" (\#) at the beginning of each line is then not needed.
Makes it easier to add and remove text and adjust length of lines.

NO PATCH

1:.\"*****************************************************************************
2:.\" Copyright 1994-2014,2016 by Thomas E. Dickey                              
 *
3:.\" All Rights Reserved.                                                      
 *
4:.\"                                                                           
 *
5:.\" Permission to use, copy, modify, and distribute this software and its     
 *
6:.\" documentation for any purpose and without fee is hereby granted, provided 
 *
7:.\" that the above copyright notice appear in all copies and that both that   
 *
8:.\" copyright notice and this permission notice appear in supporting          
 *
9:.\" documentation, and that the name of the above listed copyright holder(s)  
 *
10:.\" not be used in advertising or publicity pertaining to distribution of 
the  *
11:.\" software without specific, written prior permission.                     
  *
12:.\"                                                                          
  *
13:.\" THE ABOVE LISTED COPYRIGHT HOLDER(S) DISCLAIM ALL WARRANTIES WITH REGARD 
  *
14:.\" TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY 
AND  *
15:.\" FITNESS, IN NO EVENT SHALL THE ABOVE LISTED COPYRIGHT HOLDER(S) BE 
LIABLE  *
16:.\" FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES        
  *
17:.\" WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN    
  *
18:.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF 
OR *
19:.\" IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.              
  *
20:.\"*****************************************************************************
21:.\" $Id: diffstat.1,v 1.35 2016/01/14 09:39:26 tom Exp $

#####

Test nr. 40:

Add a comma before "and", "or", or "nor" if a series contains three or
more words

34:If the input filename ends with .bz2, .gz, .lzma, .z or .Z,
56:These are shown in the histogram as "+", "\-" and "!" characters.
195:changed lines found in the differences for each file: inserted, deleted and 
modified.

#####

  Patch:

--- diffstat.1  2018-04-17 23:46:52.000000000 +0000
+++ diffstat.1.new      2018-04-17 23:03:20.000000000 +0000
@@ -27,11 +27,12 @@
 .SH DESCRIPTION
 This program reads the output of \fBdiff\fP and displays a histogram
 of the insertions, deletions, and modifications per-file.
-\fBDiffstat\fP is a program that is useful for reviewing large, complex patch 
files.
+\fBDiffstat\fP is a program that is useful for reviewing large,
+complex patch files.
 It reads from one or more input files which contain output from \fBdiff\fP,
 producing a histogram of the total lines changed for each file referenced.
 .PP
-If the input filename ends with .bz2, .gz, .lzma, .z or .Z,
+If the input filename ends with .bz2, .gz, .lzma, .z, or .Z,
 \fBdiffstat\fP will read the
 uncompressed data via a pipe from the corresponding program.
 It also can infer the compression type from files piped via the standard input.
@@ -53,7 +54,7 @@ not good for much, but simple to generat
 tell which files are compared, and then counts the markers in the
 first column that denote the type of change (insertion, deletion
 or modification).
-These are shown in the histogram as "+", "\-" and "!" characters.
+These are shown in the histogram as "+", "\-", and "!" characters.
 .PP
 If no filename is given on the command line,
 \fBdiffstat\fP reads the differences from the standard input.
@@ -79,14 +80,15 @@ to obtain the total number of lines in e
 The remainder, after subtracting modified and deleted lines,
 is shown as "unchanged lines".
 .TP
-.BI \-d
+.B \-d
 The debug prints a lot of information.
 It is normally compiled-in, but can be suppressed.
 .TP
 .BI \-e " file"
-redirect standard error to \fIfile\fR.
+redirect standard error to
+.IR file .
 .TP
-.BI \-E
+.B \-E
 strip out ANSI escape sequences on each line before parsing the differences.
 This allows \fBdiffstat\fP to be used with \fBcolordiff\fP.
 .TP
@@ -97,7 +99,7 @@ specify the format of the histogram.
 0
 for concise, which shows only the value and a single histogram code for each of
 insert (+),
-delete (\-) or
+delete (\-), or
 modify (!)
 .TP 3
 1
@@ -147,7 +149,8 @@ Names longer than this limit are truncat
 If you do not specify this, \fBdiffstat\fP next checks the \fB\-n\fP option.
 .TP
 .BI \-o " file"
-redirect standard output to \fIfile\fR.
+redirect standard output to
+.IR file .
 .TP
 .BI \-p " number"
 override the logic that strips common pathnames, simulating the \fBpatch\fP
@@ -182,7 +185,7 @@ those would normally be rounded to zero.
 .B \-R
 Assume patch was created with old and new files swapped.
 .TP
-.BI \-s
+.B \-s
 show only the summary line, e.g., number of insertions and deletions.
 .TP
 .BI \-S " source"
@@ -192,7 +195,8 @@ the original files (before applying diff
 .B \-t
 overrides the histogram,
 generates output of comma separated values for the number of
-changed lines found in the differences for each file: inserted, deleted and 
modified.
+changed lines found in the differences for each file: inserted,
+deleted, and modified.
 .IP
 If \fB\-S\fP or \fB\-D\fP options are given, the number of unchanged
 lines precedes the number of changes.
@@ -201,7 +205,8 @@ lines precedes the number of changes.
 prints the numbers that the \fB\-t\fP option would show,
 between the pathname and histogram.
 .IP
-The width of the number of changes is determined by the largest value (but at 
least 3).
+The width of the number of changes is determined by the largest value
+(but at least 3).
 The width given in the \fB\-w\fP option is separate from the width of these
 numbers.
 .TP
@@ -248,7 +253,10 @@ same command-line options, e.g., "\-c" t
 \fBDiffstat\fP is a single binary module, which uses no auxiliary files.
 .SH BUGS
 .PP
-\fBDiffstat\fP makes a lot of assumptions about the format of \fBdiff\fP's 
output.
+.B Diffstat
+makes a lot of assumptions about the format of
+.BR diff 's
+output.
 .PP
 There is no way to obtain a filename from the standard \fBdiff\fP between
 two files with no options.



-- System Information:
Debian Release: buster/sid
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'proposed-updates'), (500, 
'testing'), (500, 'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 4.9.82-1u3 (SMP w/2 CPU cores)
Locale: LANG=is_IS.iso88591, LC_CTYPE=is_IS.iso88591 (charmap=ISO-8859-1), 
LANGUAGE=is_IS.iso88591 (charmap=ISO-8859-1)
Shell: /bin/sh linked to /bin/dash
Init: sysvinit (via /sbin/init)

Versions of packages diffstat depends on:
ii  libc6  2.27-3

diffstat recommends no packages.

diffstat suggests no packages.

-- no debconf information

-- 
Bjarni I. Gislason

--- End Message ---
--- Begin Message ---
Source: diffstat
Source-Version: 1.62-1

We believe that the bug you reported is fixed in the latest version of
diffstat, 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.
Sandro Tosi <[email protected]> (supplier of updated diffstat 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: SHA256

Format: 1.8
Date: Sat, 15 Dec 2018 17:54:10 -0500
Source: diffstat
Binary: diffstat
Architecture: source amd64
Version: 1.62-1
Distribution: unstable
Urgency: medium
Maintainer: Sandro Tosi <[email protected]>
Changed-By: Sandro Tosi <[email protected]>
Description:
 diffstat   - produces graph of changes introduced by a diff file
Closes: 895963
Changes:
 diffstat (1.62-1) unstable; urgency=medium
 .
   [ Ondřej Nový ]
   * d/control: Set Vcs-* to salsa.debian.org
 .
   [ Sandro Tosi ]
   * New upstream release; Closes: #895963
   * debian/watch
     - check the archive website, not the FTP server
   * debian/copyright
     - extend packaging copyright years
     - update upstream copyright years
   * debian/control
     - bump Standards-Version to 4.2.1 (no changes needed)
Checksums-Sha1:
 b366e0e74233f15dbba14efa463927798f3cd021 1839 diffstat_1.62-1.dsc
 130583610b846c1ba042e92c5e3b47cbab37170c 263314 diffstat_1.62.orig.tar.gz
 540230b292f0da194e197a679006cc1d051b9dcd 5472 diffstat_1.62-1.debian.tar.xz
 cbfc4fa94f491cd592739ab5643f1f7febadc2c2 47724 diffstat-dbgsym_1.62-1_amd64.deb
 74e2c134de959983c414a674007d7d0e0ab1767b 6694 diffstat_1.62-1_amd64.buildinfo
 cde9027c14c425fdb4f0ce5e2f36764d98942186 33364 diffstat_1.62-1_amd64.deb
Checksums-Sha256:
 62f899d1ea0919e9bf2e61aacd02e984a57ec568f51e815a535e675737c4ee16 1839 
diffstat_1.62-1.dsc
 7f09183644ed77a156b15346bbad4e89c93543e140add9dab18747e30522591f 263314 
diffstat_1.62.orig.tar.gz
 21882531ddd0a24950b079953f938fb8453bc89c78fd76dfd881986701f26fde 5472 
diffstat_1.62-1.debian.tar.xz
 6b202c3d96a8e5566c0a9eb165ef90d18631eb6722cb215ccc9bebeff8c17fa9 47724 
diffstat-dbgsym_1.62-1_amd64.deb
 405664697fbdc0eeaffc7f832c86cd45d33fe9bfebf789427f4e7c74bb6f6301 6694 
diffstat_1.62-1_amd64.buildinfo
 8be39ec2e5cd93137c57d87c9e422919dbe0d20ba6bedd02d8d8e0628bac0b37 33364 
diffstat_1.62-1_amd64.deb
Files:
 12d48f8aa84d9a58c3452470fe19296c 1839 devel optional diffstat_1.62-1.dsc
 91e106bb34cb097750db7ddc0ba1d8fc 263314 devel optional 
diffstat_1.62.orig.tar.gz
 23ee4a16ccbbf3130ab9c91a18f78ec3 5472 devel optional 
diffstat_1.62-1.debian.tar.xz
 fb4b251a33a23b70dc9c90abfe2c95af 47724 debug optional 
diffstat-dbgsym_1.62-1_amd64.deb
 604cb34e75a0eede424c176acd6195ab 6694 devel optional 
diffstat_1.62-1_amd64.buildinfo
 a91550dca58db5b9564c8f1bc9113f00 33364 devel optional diffstat_1.62-1_amd64.deb

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

iQIzBAEBCAAdFiEEufrTGSrz5KUwnZ05h588mTgBqU8FAlwVhqUACgkQh588mTgB
qU8nERAAtFA2KbCH6HSOcfDX39+RWmR/qwV2BknSFeifXzZ+qp5jZdtLKfjm/N4s
7ZGPiCGS6/wEC/YtJnryglEN006ezjZIN4InXNzxbv7U+uKjwwgkEBzsPMqackZZ
9XNgeWPCMx5fqXHp4jAYnIITKQkiqgQO5tuafpyKUnxeN6+nwqdIX0dk1upam6yl
vH5a46cmrdyXd488K8JrupUIdFJ9SNe9n+q3lCz/6JsEuQqOGJLO/1FRBbmcGusF
Gt/OWVk7VVjpKJ4PW7e/Lmx+WZQooqUgAy2XG2npNmZfdJCPMdbNZwx+BdSAU4fB
l5T8kPymOOePBMqVSf1nUajXKf7xVGih/EyxO8pPzzQtIMuFquzRSy1RwcsTqvAp
sZDN5aRXnFJ/x+p2UkEG4mYouCd24jnVuoKiAvV/BwD92Fwc5DaRSTnm38Bt0kB8
N5WQ898B20fAdxHY0CO1bkec6i3071RkVYlRtFUxUlS66vYCns+mtyjHAyTqQz6p
AKK33h0ULCVvNG0AqdnYuTv/Dt4GxeR8y3b6M9UFV2JkU2nQy98537Bv9hVy481w
V4NdRKtgGAlsCS8WqcfKhQK+UQ2ah81AR3jrXh8KUqj0mqPreldWcAjFMgNsWsfg
9nfA4Z0Gd8KVw3AQhjRZJuEuSrMXA6LCB763Xj60cca0D6dNULg=
=wnFP
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to