Hi, I'm adding a lintian check to my gbp postbuild:
$ grep lintian ~/.gbp.conf # Run lintian to check package after build postbuild = lintian $GBP_CHANGES_FILE However, I'll get this error at the end: ------ gbp:info: Running Postbuild hook warning: "/sysvol/dg/shc/build-area/shc_3.9.6-1_all.changes" cannot be processed. warning: It is not a valid lab query and it is not an existing file. gbp:error: Postbuild-hook 'lintian $GBP_CHANGES_FILE' failed: it exited with 2 ------ What's wrong? Is it my lintian check in my gbp postbuild? I think it is exactly the same as https://honk.sigxcpu.org/piki/projects/git-buildpackage/gbp.conf

