Source: xsd Version: 4.0.0-1 Severity: wishlist Tags: patch Hi,
currently, building xsd gives just lines with the file being compiled, linked or generated, and this could cause issues if you want to troubleshoot a failed build on a Debian buildd. For this reason, it should be better to enable the verbose mode by default, which will print also any command being run. Thanks, -- Pino
--- a/debian/rules +++ b/debian/rules @@ -18,6 +18,10 @@ DPKG_EXPORT_BUILDFLAGS = 1 include /usr/share/dpkg/buildflags.mk +# build options +export verbose=1 + + %: dh $@ --with autotools-dev

