Bug#806082: Not fixed yet

Santiago Vila sanvila at debian.org
Sun Dec 27 10:59:20 UTC 2015


reopen 806082
found 806082 0.5.0+git1.656f8865-2
thanks

Hi.

This is unfortunately not fixed yet.

When building with "dpkg-buildpackage -A", the build process ends in this way:

[...]
 dpkg-genchanges -A >../multipath-tools_0.5.0+git1.656f8865-2_all.changes
dpkg-genchanges: error: binary build with no binary artifacts found; cannot distribute
dpkg-buildpackage: error: dpkg-genchanges gave error exit status 2

This is because debian/rules has an almost empty binary-indep target:


# Build architecture-independent files here.
binary-indep: build install
# We have nothing to do by default.


This is where the "Arch: all" packages should be created, but that can't happen
because there are no dh_* calls at all.

I recommend that you actually try "dpkg-buildpackage -A".

Thanks.



More information about the pkg-lvm-maintainers mailing list