Package: cdbs Version: 0.4.142 Severity: serious Justification: causes other package to fail to build from source
The uwsgi package has this line [1] in its debian/rules: clean:: $(cdbs_curpythonindepbinary) $(UWSGI_BUILDER) --clean The result is this, as seen in a successful build log [2]: dh_clean python uwsgiconfig.py -v --clean Sometime after June 8, according to Debian's reproducible builder [3] [4], that line stopped working. dh_clean uwsgiconfig.py -v --clean make: uwsgiconfig.py: Command not found debian/rules:335: recipe for target 'clean' failed make: *** [clean] Error 127 [1] https://anonscm.debian.org/cgit/pkg-uwsgi/uwsgi.git/tree/debian/rules#n333 [2] https://buildd.debian.org/status/fetch.php?pkg=uwsgi&arch=i386&ver=2.0.12-7&stamp=1462704762 [3] https://tests.reproducible-builds.org/debian/rbuild/testing/amd64/uwsgi_2.0.12-7.rbuild.log [4] Check test history at https://tests.reproducible-builds.org/debian/rb-pkg/testing/amd64/uwsgi.html Thanks, Jeremy Bicha