Source: android-platform-build Version: 1:6.0.1+r16-3 Severity: serious Justification: fails to build from source (but built successfully in the past)
Builds of android-platform-build in minimal environments geared for building only its architecture-dependent binary package have been failing: debian/rules override_dh_auto_build make[1]: Entering directory '/«BUILDDIR»/android-platform-build-6.0.1+r16' pandoc -s -o debian/java-event-log-tags.1 debian/java-event-log-tags.1.md make[1]: pandoc: Command not found debian/rules:22: recipe for target 'debian/java-event-log-tags.1' failed make[1]: *** [debian/java-event-log-tags.1] Error 127 make[1]: Leaving directory '/«BUILDDIR»/android-platform-build-6.0.1+r16' debian/rules:28: recipe for target 'build-arch' failed make: *** [build-arch] Error 2 It looks like splitting override_dh_auto_build into -arch and -indep variants should work nicely. Could you please take care of the problem one way or another? Thanks!