On 09-12-15 16:31, Dominic Hargreaves wrote: > The last upload, fixing #807423, unfortunately started creating empty > binary packages on most (but not all) architectures. See for example > > https://packages.debian.org/sid/amd64/altree/filelist > https://packages.debian.org/sid/armel/altree/filelist > https://packages.debian.org/sid/armhf/altree/filelist > https://packages.debian.org/sid/i386/altree/filelist > > I can't see from a quick glance what is going on here; CC-ing > debian-perl in case anyone can help.
This change seems to be the cause: -override_dh_auto_install: - $(MAKE) PREFIX=debian/altree/usr install - Because there is no install file, the files in debian/tmp are not installed in any package, only the documentation gets installed via the docs files. Adding an altree.install file to install the files in debian/tmp/usr is probably sufficient. Kind Regards, Bas -- GPG Key ID: 4096R/6750F10AE88D4AF1 Fingerprint: 8182 DE41 7056 408D 6146 50D1 6750 F10A E88D 4AF1