Processed: tagging 895543

2018-04-17 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> tags 895543 + patch
Bug #895543 [dhelp] dhelp PostScript file display broken, fixed by using 
Ghostscript's ps2txt instead of unmaintained pstotext
Added tag(s) patch.
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
895543: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=895543
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems



Bug#895543: marked as done (dhelp PostScript file display broken, fixed by using Ghostscript's ps2txt instead of unmaintained pstotext)

2018-04-17 Thread Debian Bug Tracking System
Your message dated Tue, 17 Apr 2018 10:19:20 +
with message-id 
and subject line Bug#895543: fixed in dhelp 0.6.25
has caused the Debian Bug report #895543,
regarding dhelp PostScript file display broken, fixed by using Ghostscript's 
ps2txt instead of unmaintained pstotext
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.)


-- 
895543: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=895543
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---

Package: dhelp
Version: 0.6.24

Hi,

dhelp uses pstotext to display PostScript files on a console or in a 
terminal.


pstotext stopped working with the recent update to Ghostscript 9.22. 
This is not only due to the deprecation of "-dDELAYBIND" in Ghostscript 
(which was withdrawn in 9.23) but also by an additional problem in 
Ghostscript.


As pstotext did not get maintained upstream for years it is better to 
drop it and replace it by the ps2txt utility of Ghostscript. ps2txt's 
compatibility with the Ghostscript it comes with is assured as they are 
maintained together.


pstotext is only used by dhelp, so to eliminate it from the distro it is 
enough to update the appropriate command lines in dhelp and the 
autopkgtest in the doc-rfc package (Debian bug #895541).


See also Debian bug #895513 about the pstotext issue.

Attached is my patch on the dhelp package as I have applied it in Ubuntu 
(0.6.24-0ubuntu1).


   Till
--- a/scripts/conv-pstotext
+++ b/scripts/conv-pstotext
@@ -6,7 +6,7 @@
 #
 # $1 = Input file, $2 = Output file
 
-2>/dev/null pstotext -output "${2}" "${1}"
+2>/dev/null ps2txt "${1}" "${2}"
 EXITVAL=$?
 if [ ${EXITVAL} -ne 0 ]; then
 	echo "Error converting file: ${1}"
--- a/src/dsearch
+++ b/src/dsearch
@@ -148,17 +148,17 @@
 $text = `/usr/bin/pdftotext "$file" -`;
 }
 else {
-# pstotext is a dependency, so this should never fail, but we
+# ghostscript is a dependency, so ps2txt should never fail, but we
 # recommend the user to install xpdf-utils instead, to get
 # pdftotext (better extraction quality and much faster)
-$text = file_to_text("/usr/bin/pstotext '$file'", "PDF", "xpdf-utils");
+$text = file_to_text("/usr/bin/ps2txt '$file'", "PDF", "xpdf-utils");
 }
 }
 elsif ($ext =~ /dvi/) {
 $text = file_to_text("/usr/bin/catdvi '$file'", "DVI", "catdvi");
 }
 elsif ($ext =~ /ps/) {
-$text = file_to_text("/usr/bin/pstotext '$file'", "Postscript", "pstotext");
+$text = file_to_text("/usr/bin/ps2txt '$file'", "Postscript", "ghostscript");
 }
 else {
 open F, $file;
--- End Message ---
--- Begin Message ---
Source: dhelp
Source-Version: 0.6.25

We believe that the bug you reported is fixed in the latest version of
dhelp, 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 895...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Iain Lane  (supplier of updated dhelp 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: Tue, 17 Apr 2018 10:56:58 +0100
Source: dhelp
Binary: dhelp
Architecture: source
Version: 0.6.25
Distribution: unstable
Urgency: medium
Maintainer: Debian QA Group 
Changed-By: Iain Lane 
Description:
 dhelp  - online help system
Closes: 895543
Changes:
 dhelp (0.6.25) unstable; urgency=medium
 .
   * QA upload.
 .
   [ Till Kamppeter ]
   * Replaced the call of pstotext by ps2txt as pstotext upstream
 is unmaintained for years and stopped working with Ghostscript whereas
 ps2txt is part of ghostscript. (Closes: #895543)
 .
   [ Iain Lane ]
   * Add a direct dependency on ghostscript for the above, and remove pstotext
 as it is no longer used.
Checksums-Sha1:
 4e0f713a1d92f37ffae9068ee448d253d11c5590 1553 dhelp_0.6.25.dsc
 8b103da846e2d34a123c9d7646ebb3d5627a57ce 73092 dhelp_0.6.25.tar.xz
 e24aac27d2ceb8d050c64d6d549fad4bf78c7d53 9186 dhelp_0.6.25_source.buildinfo
Checksums-Sha256:
 8dd9d8e83f62b57430167128ddaf5830bc5a9a6b529b7a853e31cfe66f8b721e 1553 
dhelp_0.6.25.dsc
 fd323f17863029b0b5afb67e3d2943fa9661c7378f79040c7fcd5cb28fb9411e 73092 
dhelp_0.6.25.tar.xz

Processing of dhelp_0.6.25_source.changes

2018-04-17 Thread Debian FTP Masters
dhelp_0.6.25_source.changes uploaded successfully to localhost
along with the files:
  dhelp_0.6.25.dsc
  dhelp_0.6.25.tar.xz
  dhelp_0.6.25_source.buildinfo

Greetings,

Your Debian queue daemon (running on host usper.debian.org)



dhelp_0.6.25_source.changes ACCEPTED into unstable

2018-04-17 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Tue, 17 Apr 2018 10:56:58 +0100
Source: dhelp
Binary: dhelp
Architecture: source
Version: 0.6.25
Distribution: unstable
Urgency: medium
Maintainer: Debian QA Group 
Changed-By: Iain Lane 
Description:
 dhelp  - online help system
Closes: 895543
Changes:
 dhelp (0.6.25) unstable; urgency=medium
 .
   * QA upload.
 .
   [ Till Kamppeter ]
   * Replaced the call of pstotext by ps2txt as pstotext upstream
 is unmaintained for years and stopped working with Ghostscript whereas
 ps2txt is part of ghostscript. (Closes: #895543)
 .
   [ Iain Lane ]
   * Add a direct dependency on ghostscript for the above, and remove pstotext
 as it is no longer used.
Checksums-Sha1:
 4e0f713a1d92f37ffae9068ee448d253d11c5590 1553 dhelp_0.6.25.dsc
 8b103da846e2d34a123c9d7646ebb3d5627a57ce 73092 dhelp_0.6.25.tar.xz
 e24aac27d2ceb8d050c64d6d549fad4bf78c7d53 9186 dhelp_0.6.25_source.buildinfo
Checksums-Sha256:
 8dd9d8e83f62b57430167128ddaf5830bc5a9a6b529b7a853e31cfe66f8b721e 1553 
dhelp_0.6.25.dsc
 fd323f17863029b0b5afb67e3d2943fa9661c7378f79040c7fcd5cb28fb9411e 73092 
dhelp_0.6.25.tar.xz
 b8b09a7a83744521e017428f8f0726c59aae33d5f4f0565a2fba3141e5345e8e 9186 
dhelp_0.6.25_source.buildinfo
Files:
 49ec9c20aa94bf0c067b1d2cf1b38be8 1553 doc optional dhelp_0.6.25.dsc
 afcb07c016feed200e004a1cf1b49efd 73092 doc optional dhelp_0.6.25.tar.xz
 9bdc6354eeb44e27cf4ec719540d0c14 9186 doc optional 
dhelp_0.6.25_source.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEPQ77lee1I38W6CJY41LVxRxQQdQFAlrVxi0ACgkQ41LVxRxQ
QdQ6RxAAmyDzfkI+Fz5K7/7Zmwiu4BZ1PA7G1fGm9Ks3kU+chVWSl9Fg+AmT7aDZ
1mNvR6TwbJvf+RIz3KZwpB+79anRstiYRIMF4zpxnv2f46fT74zbMZ5pxumsriXb
sO5yOpkFF269UZkANqBGrYc5x6yHDq4AzCd4ZE5NSafJP2RTc/ma90lWpYeHd8n5
JHzNzucBgHoEG3KKyErnq3tJ+08IycEHzouCi50h8bLbUKhSmLjgTY4mLclcznFS
wt5wfYuLjXZjJB8rncqsj8lgpW7g7g8ooVrPu1B3mbVlWrrSZ3HPJmL7UxVdRfHu
h14Q60cSjAqHIN0zUKCrtGLfJCfBc278OJ2XXQc40R5OIW3e7SE1BdM98IXO7Cqb
K+qONGJaaS1zoqRNDaO77ZxtWb27FmVQH1KrkGfYxo9/coZGqOHkxYzhWFr6/si+
U5NfOzgDuc+8BStdN9B/fAha1M/zUwtVOyzgB3jqD+cD8JRA1J9w0zm7QrWC9pWc
OFnWh/ICyEBfOf5KsCqFdDCWFKPPxS2vxXJyhkhbuB9Y6B1MQrz9C5aSHzpDoFqn
NkcS5m1yS6uMqipNSEWEHNzMFbz9AeaeQFgq77ZjQk0Xo+QPVF9grTxiyaaFH/Vs
pfYe9/OpoODSDQxLeHM9b4ULw8JSvZfXSjeodmeyyzfbFSOao+4=
=3C/f
-END PGP SIGNATURE-


Thank you for your contribution to Debian.



Bug#742871: this should be resolved on doxygen 1.8.14+

2018-04-17 Thread Paolo Greppi
Hi, I reproduced this with doxygen 1.8.13 while packaging libexosip2 and with 
the test case attached to the upstream bug.

The good news is that with doxygen 1.8.14 and later the issue is gone.

@biebl, I wanted to test it with libdaemon as you originally reported, but I 
can't really reproduce it even with doxygen 1.8.13: libdaemon does not 
currently trigger lintian W manpage-named-after-build-path !
Did you work around it somehow ? does it still occur at your end ?

Thanks,

Paolo



Bug#725122: marked as done (doxygen: Struct member fields not documented with INLINE_SIMPLE_STRUCTS)

2018-04-17 Thread Debian Bug Tracking System
Your message dated Tue, 17 Apr 2018 17:30:57 +0200
with message-id 
and subject line resolved
has caused the Debian Bug report #725122,
regarding doxygen: Struct member fields not documented with 
INLINE_SIMPLE_STRUCTS
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.)


-- 
725122: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=725122
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: doxygen
Version: 1.8.4-1
Severity: normal
Tags: upstream

Hello,

The structures are not fully documented when INLINE_SIMPLE_STRUCTS is
enabled. I'm attaching a simple test file (teststruct.h) and a minimal
Doxyfile that will generate a man page, LaTeX and HTML. In all cases,
the structure's members are not documented, whereas disabling
INLINE_SIMPLE_STRUCTS produces a dedicated page or section where the
fields appear.

This bug is still present in the last upstream version (1.8.5).

Cheers,
  Matteo

-- System Information:
Debian Release: jessie/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 3.2.0-4-amd64 (SMP w/2 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages doxygen depends on:
ii  libc6   2.17-93
ii  libgcc1 1:4.8.1-10
ii  libstdc++6  4.8.1-10

Versions of packages doxygen recommends:
ii  doxygen-latex  1.8.4-1

Versions of packages doxygen suggests:
pn  doxygen-doc  
pn  doxygen-gui  
ii  graphviz 2.26.3-15+b1

-- no debconf information
DOXYFILE_ENCODING  = UTF-8
PROJECT_NAME   = "Test Project"
PROJECT_BRIEF  = "Brief description of Test Project"
REPEAT_BRIEF   = NO
FULL_PATH_NAMES= NO
MULTILINE_CPP_IS_BRIEF = YES
OPTIMIZE_OUTPUT_FOR_C  = YES
INLINE_SIMPLE_STRUCTS  = YES
EXTRACT_LOCAL_CLASSES  = NO
HIDE_UNDOC_MEMBERS = YES
HIDE_UNDOC_CLASSES = YES
SHOW_INCLUDE_FILES = NO
QUIET  = NO
INPUT  = teststruct.h
GENERATE_HTML  = YES
GENERATE_LATEX = YES
GENERATE_MAN   = YES
/**
 * @file teststruct.h
 * @brief Test Doxygen doc for structures
 *
 * Test Struct Project is a test for Doxygen and this is its detailed
 * description.
 */

/// Test structure
/**
 * Detailed description of the test structure.
 */
struct mystruct {
  int i; ///< An int
  char c; ///< A char
};
--- End Message ---
--- Begin Message ---
I tested today with 1.8.13 in sid with the attached test case.

As upstream stated 1,5 years ago: all the member descriptions (brief and long) 
appear.

Paolo


725122.tar
Description: Unix tar archive
--- End Message ---


Bug#630022: marked as done (Typedefs in manpages has too few linebreak possiblilities)

2018-04-17 Thread Debian Bug Tracking System
Your message dated Tue, 17 Apr 2018 17:49:35 +0200
with message-id <3f711a22-c60b-f5bd-4b7d-5b18d217e...@libpf.com>
and subject line resolved
has caused the Debian Bug report #630022,
regarding Typedefs in manpages has too few linebreak possiblilities
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.)


-- 
630022: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=630022
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: doxygen
Version: 1.7.4-2
Severity: normal

The following markup:

/**
 * @defgroup mytypes My types
 * @{
 */

/**
 * This typedef will become a very long line in the man page that can not be
 * broken properly.
 */
typedef void(*myTypes_Function_Type_With_A_Long_Name)
(myTypes_Other_Type_With_A_Long_Name *first, void *second);
/**
 * @}
 */

Generates a manpage that contains the line:

.SS "typedef void(* 
\fBmyTypes_Function_Type_With_A_Long_Name\fP)(myTypes_Other_Type_With_A_Long_Name
 *first, void *second)"This typedef will become a very long line in the man 
page that can not be broken properly. 

When displayed using man this will not fit on a standard 80 column
screen

It is not a very common problem, but it happens often enough that it is
annoying.

A better display would be achieved if there was a space between
the )( in the man page output:

.SS "typedef void(* \fBmyTypes_Function_Type_With_A_Long_Name\fP) 
(myTypes_Other_Type_With_A_Long_Name *first, void *second)"This typedef will 
become a very long line in the man page that can not be broken properly. 

I think this would be easier to read also for the types that do fit on
one line.

This issue causes many manpage-has-errors-from-man (can't break line)
warnings from lintian.



smime.p7s
Description: S/MIME cryptographic signature
--- End Message ---
--- Begin Message ---
Version: 1.8.9.1-1

I checked and the issue is indeed solved in Debian.

Paolo--- End Message ---


Bug#630019: marked as done (@defgroup generates manpage warning.)

2018-04-17 Thread Debian Bug Tracking System
Your message dated Tue, 17 Apr 2018 18:22:10 +0200
with message-id 
and subject line Fwd: resolved
has caused the Debian Bug report #630019,
regarding @defgroup generates manpage warning.
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.)


-- 
630019: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=630019
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: doxygen
Version: 1.7.4-2
Severity: normal

A declaration like

@defgroup mygroup My Group

generates a man page that displays as

NAME
   My Group -

This is badly formed and causes manpage-has-bad-whatis-entry warnings from
lintian.

A better and more compliant rendering would be:

NAME
   mygroup - My Group



smime.p7s
Description: S/MIME cryptographic signature
--- End Message ---
--- Begin Message ---
Version: 1.8.9.1-1

I checked and the issue is indeed solved in Debian.
All blocked bugs are already closed.

Paolo--- End Message ---


Bug#895968: keep position when zooming

2018-04-17 Thread 積丹尼 Dan Jacobson
Package: xli
Version: 1.17.0+20061110-5
Severity: wishlist

When using > and < to zoom,
please keep our position.
Don't just place us at the top left from scratch.



Processing of bugz_0.10.1-6_i386.changes

2018-04-17 Thread Debian FTP Masters
bugz_0.10.1-6_i386.changes uploaded successfully to localhost
along with the files:
  bugz_0.10.1-6.dsc
  bugz_0.10.1-6.debian.tar.xz
  bugz_0.10.1-6_all.deb
  bugz_0.10.1-6_i386.buildinfo

Greetings,

Your Debian queue daemon (running on host usper.debian.org)