Package: libestr0 Version: 0.1.10-1 Severity: normal Hi
I recently had some issues when rebuilding your libestr0 packages on PPC64/sid. The file aclocal.m4 has been included in the source archive, and contains hardcoded version of aclocal. IIt seems to me that this file should not have been included, but generated locally with autoreconf. Otherwise, since it does exeists, it is not regenerated, nor the configure and Makefile files. Which leads to a debuild failure. A simple solution would be to run autoreconf during build, using dh features in debian/rules: dh $@ --with autoreconf Thanks for fixing it. Kind regards, William