Hello. So, my latest and greatest release comes with a "make check" target. The thing is, under Debian it requires an extra parameter. make SHA256_CMD=sha256sum check would be the correct one. My question is... How do I put this into the debian package? So far, the only solution I had was to patch the Makefile. Thomas