Source: notion Version: 3+2015061300-1 Severity: serious Justification: fails to build from source
Hi, the recent dh conversion causes notion to FTBFS in arch-only builds: https://buildd.debian.org/status/package.php?p=notion&suite=unstable debian/rules override_dh_install make[1]: Entering directory '/«BUILDDIR»/notion-3+2015061300' dh_install # install headers find . \( -name debian -o -name .pc -o -name config.h -o -name snprintf.h \) \ -prune -o -name '*.h' -exec install -m644 -D {} \ debian/notion-dev/usr/include/notion/{} \; # this needs to be executable chmod a+x debian/notion-dev/usr/lib/notion/libextl/libextl-mkexports chmod: cannot access 'debian/notion-dev/usr/lib/notion/libextl/libextl-mkexports': No such file or directory debian/rules:30: recipe for target 'override_dh_install' failed notion-dev is an arch:all package that in not built during a binary-arch build. Andreas