Your message dated Wed, 20 Apr 2016 12:19:24 +0000 with message-id <[email protected]> and subject line Bug#819838: fixed in gtk-doc 1.25-2 has caused the Debian Bug report #819838, regarding gtk-doc-tools: /usr/bin/gtkdoc-mkpdf always exits with an error 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.) -- 819838: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=819838 Debian Bug Tracking System Contact [email protected] with problems
--- Begin Message ---Package: gtk-doc-tools Version: 1.25-1 Severity: serious Tags: patch Quoting gtkdoc-mkpdf.in (and /usr/bin/gtkdoc-mkpdf): -------------------------- cleanexit() { rm -f $module.fo exit 1 } [...] echo "dblatex or fop must be installed to use gtkdoc-mkpdf." >&2 cleanexit 1 fi fi else # not very good output # also for xxx-docs.sgml it will produce xxx-docs.pdf docbook2pdf -e no-valid "$document" fi echo "timestamp" > pdf.stamp cleanexit 0 -------------------------- So cleanexit() is supposed to take an exitcode as argument but ignores it and exits with 1 instead. Obviously the function definition should read cleanexit() { rm -f $module.fo exit $1 } Whis is exactly how the code looked like in 1.24-2. cu Andreas
--- End Message ---
--- Begin Message ---Source: gtk-doc Source-Version: 1.25-2 We believe that the bug you reported is fixed in the latest version of gtk-doc, 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. Michael Biebl <[email protected]> (supplier of updated gtk-doc 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: Wed, 20 Apr 2016 14:05:16 +0200 Source: gtk-doc Binary: gtk-doc-tools Architecture: source Version: 1.25-2 Distribution: unstable Urgency: medium Maintainer: Debian GNOME Maintainers <[email protected]> Changed-By: Michael Biebl <[email protected]> Description: gtk-doc-tools - GTK+ documentation tools Closes: 819838 Changes: gtk-doc (1.25-2) unstable; urgency=medium . * Cherry-pick upstream patch to fix the exit code of gtkdoc-mkpdf. (Closes: #819838) Checksums-Sha1: b0cd064c12e93544e60b233fb55fb42bb29ddc33 2450 gtk-doc_1.25-2.dsc c770be40d54ea7a2f598ec6f9db80c1fb7c075ce 14336 gtk-doc_1.25-2.debian.tar.xz Checksums-Sha256: d60f84ca1fcb7b0cb41e830f5b8411302c2b0368f65f20a96fdf0a6390d02233 2450 gtk-doc_1.25-2.dsc 449aa087bcfda743460e1a785bf101f284d883790c7ba40cca22f1e2ab13e8f8 14336 gtk-doc_1.25-2.debian.tar.xz Files: 0f0603751c2707cce8ae47b4665cf387 2450 gnome optional gtk-doc_1.25-2.dsc 8e564b1f7c7e65dd0bcb97bee7c6787b 14336 gnome optional gtk-doc_1.25-2.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQIcBAEBCAAGBQJXF3ChAAoJEGrh3w1gjyLcqE8P/1qrs1PLyuGoyoCRabslz0pE Q21+EcfVKKSEmk3sY4zbb0rvrTpbLCTasOKagkYWxz64Kx7TBs4AU5go+shGrPLR f8SSHlMBZeNJneyV4Nd/0NTP/5n+Kb0lKC8CzY7AWxNfLH0DCpxkx2DM7MyF7GhR 2Z9tYfWs6vv3UIHixngqXM/n4ng8S3sufZNdKh4BtIwPA0K00hRNSH7mSAF0MK/M fUw/fiI4ZLBl8oCQMwfbdGue51swf5dbDv/9Us1jrfRa1Qzle4xCz3TXV2T+LDfJ d7z1+4X6CfFTRS0zRDwPi15We8d7zwpv7yQKfi52fmoytPLrSuWKAO2ZXLEOz7IX zwSOpmrfcqE0vLh66wCjDuQn9SYyGB5HVW2fAnIbbs8FRTm2AmfqAsCJCeZnFjSk bNsbeTGcgk/WgT7z3Y/80cAh4qtGcs7XKcR5eCjecx0L2joGiLu4MTW5Yx/VUEYc u+veQIdCJWVz9M/sUNeqw2srOFyD0B1dr4cZdUWU4yexhuzpqgVNxUZF1p4+Px5Z v4ASJ1GC10gClWNeMJ+RJ4vPQ/IUNw8pEtVyjAybLCuRwClD3l2dJ24dhlltRyRp fZR2D+uBAyXKhM1XsqSRGXMtxn4KiL+/qB+yfyZ8nKzPIKBYcDohV1HBdchYnjp8 Y/mmF/6eNQs+vMgPMM3u =XcVD -----END PGP SIGNATURE-----
--- End Message ---

