Package: dpkg-dev Version: 1.18.18 Severity: normal Some recent changes in dpkg-dev are causing a regression building a deb package. The error I get is as follows:
dpkg-deb: building package 'xxxxx' in '../xxxxx.deb'. dpkg-genbuildinfo --build=binary Can't use an undefined value as an ARRAY reference at /usr/bin/dpkg-genbuildinfo line 212. dpkg-buildpackage: error: dpkg-genbuildinfo --build=binary gave error exit status 255 The package builds fine on wheezy and jessie, only stretch is affected. I see that dpkg-genbuildinfo is new code which was not available before.