Your message dated Sat, 21 Jul 2018 13:33:52 +0000 with message-id <[email protected]> and subject line Bug#903166: fixed in asciidoc 8.6.10-3 has caused the Debian Bug report #903166, regarding asciidoc: FTBFS in buster/sid (dh_installdocs: Cannot find "README") 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.) -- 903166: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=903166 Debian Bug Tracking System Contact [email protected] with problems
--- Begin Message ---Package: src:asciidoc Version: 8.6.10-2 Severity: serious Tags: ftbfs Dear maintainer: I tried to build this package in buster but it failed: -------------------------------------------------------------------------------- [...] debian/rules build-indep dh build-indep --with python2 dh_update_autotools_config -i dh_autoreconf -i dh_auto_configure -i ./configure --build=x86_64-linux-gnu --prefix=/usr --includedir=\${prefix}/include --mandir=\${prefix}/share/man --infodir=\${prefix}/share/info --sysconfdir=/etc --localstatedir=/var --disable-silent-rules --libdir=\${prefix}/lib/x86_64-linux-gnu --libexecdir=\${prefix}/lib/x86_64-linux-gnu --disable-maintainer-mode --disable-dependency-tracking configure: WARNING: unrecognized options: --disable-silent-rules, --disable-maintainer-mode, --disable-dependency-tracking checking for a sed that does not truncate output... /bin/sed checking whether ln -s works... yes checking for a BSD-compatible install... /usr/bin/install -c configure: creating ./config.status config.status: creating Makefile configure: WARNING: unrecognized options: --disable-silent-rules, --disable-maintainer-mode, --disable-dependency-tracking dh_auto_build -i [... snipped ...] /usr/bin/install -c -d /<<PKGBUILDDIR>>/debian/tmp//etc/asciidoc/javascripts /usr/bin/install -c -m 644 javascripts/asciidoc.js javascripts/slidy.js javascripts/toc.js javascripts/LaTeXMathML.js javascripts/ASCIIMathML.js /<<PKGBUILDDIR>>/debian/tmp//etc/asciidoc/javascripts/ /usr/bin/install -c -d /<<PKGBUILDDIR>>/debian/tmp//etc/asciidoc/images/icons/callouts /usr/bin/install -c -m 644 images/icons/callouts/8.png images/icons/callouts/11.png images/icons/callouts/3.png images/icons/callouts/7.png images/icons/callouts/12.png images/icons/callouts/6.png images/icons/callouts/10.png images/icons/callouts/9.png images/icons/callouts/5.png images/icons/callouts/15.png images/icons/callouts/2.png images/icons/callouts/14.png images/icons/callouts/13.png images/icons/callouts/4.png images/icons/callouts/1.png /<<PKGBUILDDIR>>/debian/tmp//etc/asciidoc/images/icons/callouts/ /usr/bin/install -c -d /<<PKGBUILDDIR>>/debian/tmp//etc/asciidoc/images/icons /usr/bin/install -c -m 644 images/icons/tip.png images/icons/example.png images/icons/prev.png images/icons/caution.png images/icons/home.png images/icons/important.png images/icons/next.png images/icons/up.png images/icons/warning.png images/icons/note.png images/icons/README /<<PKGBUILDDIR>>/debian/tmp//etc/asciidoc/images/icons/ /usr/bin/install -c -d /<<PKGBUILDDIR>>/debian/tmp//etc/asciidoc/filters/code /usr/bin/install -c -m 644 filters/code/code-filter.conf /<<PKGBUILDDIR>>/debian/tmp//etc/asciidoc/filters/code/ /usr/bin/install -c -d /<<PKGBUILDDIR>>/debian/tmp//etc/asciidoc/filters/music /usr/bin/install -c -m 644 filters/music/music-filter.conf /<<PKGBUILDDIR>>/debian/tmp//etc/asciidoc/filters/music/ /usr/bin/install -c -d /<<PKGBUILDDIR>>/debian/tmp//etc/asciidoc/filters/source /usr/bin/install -c -m 644 filters/source/source-highlight-filter.conf /<<PKGBUILDDIR>>/debian/tmp//etc/asciidoc/filters/source/ /usr/bin/install -c -d /<<PKGBUILDDIR>>/debian/tmp//etc/asciidoc/filters/graphviz /usr/bin/install -c -m 644 filters/graphviz/graphviz-filter.conf /<<PKGBUILDDIR>>/debian/tmp//etc/asciidoc/filters/graphviz/ /usr/bin/install -c -d /<<PKGBUILDDIR>>/debian/tmp//etc/asciidoc/filters/latex /usr/bin/install -c -m 644 filters/latex/latex-filter.conf /<<PKGBUILDDIR>>/debian/tmp//etc/asciidoc/filters/latex/ /usr/bin/install -c -d /<<PKGBUILDDIR>>/debian/tmp//etc/asciidoc/themes/flask /usr/bin/install -c -m 644 themes/flask/flask.css /<<PKGBUILDDIR>>/debian/tmp//etc/asciidoc/themes/flask/ /usr/bin/install -c -d /<<PKGBUILDDIR>>/debian/tmp//etc/asciidoc/themes/volnitsky /usr/bin/install -c -m 644 themes/volnitsky/volnitsky.css /<<PKGBUILDDIR>>/debian/tmp//etc/asciidoc/themes/volnitsky/ (cd /<<PKGBUILDDIR>>/debian/tmp//usr/bin; ln -sf asciidoc.py asciidoc) (cd /<<PKGBUILDDIR>>/debian/tmp//usr/bin; ln -sf a2x.py a2x) make[1]: Leaving directory '/<<PKGBUILDDIR>>' debian/rules override_dh_install make[1]: Entering directory '/<<PKGBUILDDIR>>' dh_install \ -X debian/asciidoc/usr/bin/a2x \ -X debian/asciidoc/usr/bin/a2x.py \ -X debian/asciidoc/usr/bin/asciidoc.py \ -X debian/asciidoc/usr/bin/asciidoc install -m0755 a2x.py debian/asciidoc-base/usr/bin/a2x install -m0755 asciidoc.py debian/asciidoc-base/usr/bin/asciidoc install -m0755 tests/testasciidoc.py debian/asciidoc-tests/usr/bin/testasciidoc cp -a examples/website/ debian/asciidoc-doc/usr/share/doc/asciidoc/examples/ install -m0644 CHANGELOG.txt debian/asciidoc-doc/usr/share/doc/asciidoc/examples/website/CHANGELOG.txt install -m0644 INSTALL.txt debian/asciidoc-doc/usr/share/doc/asciidoc/examples/website/INSTALL.txt install -m0644 README.asciidoc debian/asciidoc-doc/usr/share/doc/asciidoc/examples/website/README.asciidoc cp -a doc/ debian/asciidoc-doc/usr/share/doc/asciidoc/ rm debian/asciidoc-doc/usr/share/doc/asciidoc/doc/*.1 ./asciidoc.py -b xhtml11 -a iconsdir=/usr/share/asciidoc/images/icons \ -a footer-style=none \ -o debian/asciidoc-doc/usr/share/doc/asciidoc/userguide.html doc/asciidoc.txt make[1]: Leaving directory '/<<PKGBUILDDIR>>' dh_installdocs -i dh_installdocs: Cannot find (any matches for) "README" (tried in .) debian/rules:7: recipe for target 'binary-indep' failed make: *** [binary-indep] Error 2 dpkg-buildpackage: error: fakeroot debian/rules binary-indep subprocess returned exit status 2 -------------------------------------------------------------------------------- The build was made with "dpkg-buildpackage -A" in my autobuilder but it also fails in reproducible builds: https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/asciidoc.html [ Note: There has been a recent change in debhelper behaviour, the current behaviour is the intended one. See Bug #903133 for details ]. Thanks.
--- End Message ---
--- Begin Message ---Source: asciidoc Source-Version: 8.6.10-3 We believe that the bug you reported is fixed in the latest version of asciidoc, 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. Joseph Herlant <[email protected]> (supplier of updated asciidoc 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, 17 Jul 2018 20:33:45 -0700 Source: asciidoc Binary: asciidoc vim-asciidoc asciidoc-doc asciidoc-common asciidoc-base asciidoc-dblatex asciidoc-fop asciidoc-tests Architecture: source Version: 8.6.10-3 Distribution: unstable Urgency: low Maintainer: Joseph Herlant <[email protected]> Changed-By: Joseph Herlant <[email protected]> Description: asciidoc - Highly configurable text format for writing documentation asciidoc-base - Minimal version of asciidoc not suitable for pdf asciidoc-common - Basic data and configuration files for asciidoc asciidoc-dblatex - Asciidoc package including dblatex dependencies asciidoc-doc - Examples and documentation for asciidoc asciidoc-fop - Asciidoc package including fop dependencies asciidoc-tests - Test framework for asciidoc vim-asciidoc - Vim syntax highlighting files for asciidoc Closes: 883821 903166 Changes: asciidoc (8.6.10-3) unstable; urgency=low . [ Raphaƫl Hertzog ] * Revert "Fix git autocrlf mixup in source" . [ Joseph Herlant ] * d/control: Set Vcs-* to salsa.debian.org * Fix renaming of README causing FTBS (Closes: #903166, #883821) * Bump standards to 4.1.5 and compat to 11 * d/copyright: fix insecure-copyright-format-uri Checksums-Sha1: 159f8b7362dd46895fb0236ab542d745b1514003 1965 asciidoc_8.6.10-3.dsc fd304453843c3aaa0d2eaff836856263bd2cc4f5 12476 asciidoc_8.6.10-3.debian.tar.xz 288aed77686a4c16798ac41d75616146e8a67f75 6454 asciidoc_8.6.10-3_source.buildinfo Checksums-Sha256: ae9ee469ba9957caf02c38d774aacbbd878c3ca286975f47f3e1b3d130ea64d8 1965 asciidoc_8.6.10-3.dsc 4116e34fd2f4aa43efb496e395c8882e70910d7e068c13dd8ffc251678af9833 12476 asciidoc_8.6.10-3.debian.tar.xz 20f82640613d996c673d871277e52655bdfa6b1902ea425773e5c66f6af56f9b 6454 asciidoc_8.6.10-3_source.buildinfo Files: 546e7a36d031df2155c3e6c71dfd93dd 1965 text optional asciidoc_8.6.10-3.dsc aea754bae5556b2d0687e2929a311b25 12476 text optional asciidoc_8.6.10-3.debian.tar.xz 42205d439613eef69b00db330d2a73ca 6454 text optional asciidoc_8.6.10-3_source.buildinfo -----BEGIN PGP SIGNATURE----- Comment: Signed by Raphael Hertzog iQEzBAEBCgAdFiEE1823g1EQnhJ1LsbSA4gdq+vCmrkFAltTMdkACgkQA4gdq+vC mrljeAgApOlTtAEmE7/2rxkjb/pR7fPcO9pHE2aeKLU66fQXme3dtjz5PN2tr0C4 tcRYm8KjT4d85dw8jKb4wddTwCTepSOf73ICWIag3iCq5eJV8fZfIhw2BAMnoa7U fqNinq/7/S15hbzJWnuIFkPZqUAfviRSK5I2UQiFzwiqKhMiLBWYZk1kcERfPLjT WKBlWbsmE4atSCOd34ueRmb534LzEiJoChvgoJ75zQDCVaCU+C29NACW6EFJDFC0 2vf2MGcGhS3V5ud9eAEL657D/3nnpDcDAOy1kcp4CDcLSN9KfQciDL9iH8823o/A JDnOSEJ8j1uhUpO11r5q9Sztm15Bfg== =FHdi -----END PGP SIGNATURE-----
--- End Message ---

