Source: newsbeuter Version: 2.9-5 User: [email protected] Usertags: ncursesw5-config
The ncurses development packages are going to see a change after the Stretch release, ncursesw5-config will be replaced by ncursesw6-config. Your package FTBFS if ncursesw5-config is not present on the build system. From my pbuilder log: ,---- | Checking for package ncursesw5 using ncursesw5-config... not found | | You need package ncursesw in order to compile this program. | Please make sure it is installed. | | You can download ncursesw from here: | | One or more dependencies couldn't be found. Please install | these packages and retry compilation. | Makefile:211: recipe for target 'config.mk' failed | make[2]: *** [config.mk] Error 1 | make[2]: Leaving directory '/build/newsbeuter-2.9' | dh_auto_build: make -j1 prefix=/usr all returned exit code 2 | debian/rules:18: recipe for target 'override_dh_auto_build' failed `---- It seems upstream has already fixed that by using a pkg-config test in favor of ncursesw5-config , I will dig it out as soon as I have the bug number.

