> > Package: dh-acc > Version: 1.99.9-2 > Severity: wishlist > abi-compliance-checker already supports untarred *.abi files as the > input to -d1. Please make dh_acc support this too. > This prevents having to put an entry in debian/source/include-binaries > The compression is not actually helpful.
Here's how i call a.c.c. from libv8 debian/rules: http://anonscm.debian.org/cgit/collab-maint/libv8.git/commit/?id=18329f3970bac5ec7cf3f9e6ca8d724a6d009a27 This addresses two problems with dh_acc: - no need to compress the *abi file (this bug) - do not silence a.c.c. output (#711497) Jérémy.