Control: reassign -1 src:slixmpp

while looking at this, I think the autopkg test is just meaningless:

 - it installs the *build deps* of the source package
 - it then runs the tests without building the package
 - it does *not* install any of the built packages.
 - are the segfaults triggered by testing an unbuilt package?

that's not something an autopkg test should do. You are supposed to install the built packages, and test these packages.

You should run the the tests twice, one time with python3-slixmpp installed, and then with python3-slixmpp and python3-slixmpp-lib installed to test the package with the installed optimizations.

Please make sure that you test the installed packages, not the files from the source package.

Reply via email to