Package: src:inform Version: 6.31.1+dfsg-2 Severity: serious Tags: ftbfs trixie sid
Dear maintainer: During a rebuild of all arch:all packages in unstable, your package failed to build: -------------------------------------------------------------------------------- [...] debian/rules clean dh_testdir dh_testroot rm -f autoreconf.stamp build.stamp rm -f inform-6.31.1/config/config.guess rm -f inform-6.31.1/config/config.sub [ ! -f inform-6.31.1/Makefile ] || /usr/bin/make -C inform-6.31.1/ maintainer-clean dh_autoreconf_clean dh_clean dh_clean: warning: Compatibility levels before 10 are deprecated (level 9 in use) debian/rules binary-indep dh_testdir dh_testroot dh_install dh_install: warning: Compatibility levels before 10 are deprecated (level 9 in use) dh_install: warning: Cannot find (any matches for) "inform-6.31.1/src/inform" (tried in ., debian/tmp) dh_install: warning: inform missing files: inform-6.31.1/src/inform dh_install: warning: Cannot find (any matches for) "inform-6.31.1/lib/*.m5" (tried in ., debian/tmp) dh_install: warning: inform missing files: inform-6.31.1/lib/*.m5 dh_install: error: missing files, aborting make: *** [debian/rules:63: binary-indep] Error 255 dpkg-buildpackage: error: debian/rules binary-indep subprocess returned exit status 2 -------------------------------------------------------------------------------- Full build log available here: https://people.debian.org/~sanvila/build-logs/202504/ To reproduce please try either dpkg-buildpackage -uc -us -A or sbuild --arch-all --no-arch-any -d sid inform Note: No idea how this issue has remained unnoticed for 9 years, but I believe this would not work anymore today with the current autobuilder setup, where arch:all and arch:any are built separately. To fix the problem you might want to add -i to all dh_* invocations in binary-indep and -a to all dh_* invocations in binary-arch. Be careful, however, because I already tried that and debdiff reports some minor differences in the "inform-docs" package: *********************************** [The following lists of changes regard files as different if they have different names, permissions or owners.] Files in first .deb but not in second ------------------------------------- -rw-r--r-- root/root /usr/share/doc/inform-docs/changelog.gz Control files: lines which differ (wdiff format) ------------------------------------------------ Installed-Size: [-5784-] {+5771+} *********************************** In tha above, "first" .deb is the one created by "dpkg-buildpackage" and "second" is the one created by "dpkg-buildpackage -A". My recommendation here would be to switch to "dh". Thanks.