Package: pbbam Version: 0.19.0+dfsg-1 Severity: serious Tags: patch Justification: autopkgtest failures block migration User: [email protected] Usertags: origin-ubuntu disco ubuntu-patch
Dear Afif, Since the upload of 0.18.0+dfsg-1, pbbam's autopkgtests have been consistently failing because the following code in debian/rules finds no files in the tree: synthetic_movie_all_path=`find $$PWD -name synthetic_movie_all.subreadset.xml` ; \ The file synthetic_movie_all.subreadset.xml is generated at build time, but depended on by the autopkgtests, which are run against an unbuilt source tree. The simplest way to fix this is to change the autopkgtest to use the 'build-needed' restriction, which causes the package to be built from source during the autopkgtest. There may be more efficient ways to just rebuild only this data file used by the tests, but I'm not familiar with the meson build system used by this package so I don't know the right way to do that. Since regressed autopkgtests are now blockers for testing migration, I've marked this bug as serious. Please consider including the attached patch in Debian. Thanks, -- Steve Langasek Give me a lever long enough and a Free OS Debian Developer to set it on, and I can move the world. Ubuntu Developer https://www.debian.org/ [email protected] [email protected]
diff -Nru pbbam-0.19.0+dfsg/debian/control pbbam-0.19.0+dfsg/debian/control --- pbbam-0.19.0+dfsg/debian/control 2019-01-31 17:13:14.000000000 -0800 +++ pbbam-0.19.0+dfsg/debian/control 2019-02-01 12:15:46.000000000 -0800 @@ -1,6 +1,5 @@ Source: pbbam -Maintainer: Ubuntu Developers <[email protected]> -XSBC-Original-Maintainer: Debian Med Packaging Team <[email protected]> +Maintainer: Debian Med Packaging Team <[email protected]> Uploaders: Afif Elghraoui <[email protected]> Section: science Priority: optional diff -Nru pbbam-0.19.0+dfsg/debian/tests/control pbbam-0.19.0+dfsg/debian/tests/control --- pbbam-0.19.0+dfsg/debian/tests/control 2019-01-31 23:33:01.000000000 -0800 +++ pbbam-0.19.0+dfsg/debian/tests/control 2019-02-01 12:15:46.000000000 -0800 @@ -8,3 +8,4 @@ Restrictions: rw-build-tree, allow-stderr, + build-needed,

