Source: devscripts Source-Version: 2.24.1 Severity: normal Hi!
This package includes the dpkg/vendor.mk fragment file from the scripts/Makefile, which does not reside in the source package root directory, which is not supported by the dpkg fragment files. This is now generating errors such as: ,--- make[2]: Leaving directory '/<<PKGBUILDDIR>>/doc' dpkg-buildapi: error: cannot read debian/control: No such file or directory /bin/sh: 1: test: Illegal number: rm -f devscripts/__init__.py `--- I guess to solve this, the header could be either included from the top level Makefile, and the variable exported, or perhaps easier to simply call dpkg-vendor directly and avoid the dpkg fragment file entirely? Thanks, Guillem