https://bugzilla.redhat.com/show_bug.cgi?id=1477363 --- Comment #4 from Ben Rosser <rosser.bjr@xxxxxxxxx> --- Thanks for taking the review! > Most packages can create debuginfo. Make sure that -g is passed to > every invocation of ocamlc, ocamlopt, ocamlmklib (and maybe others). So cmdliner uses ocamlbuild (when it's not built via topkg). According to the ocamlbuild documentation it should be possible to set the 'debug' tag in order to generate debug information, so I attempted to modify the _tags file accordingly: <src> : include, debug (https://github.com/dbuenzli/cmdliner/blob/master/_tags) However even after doing this no debuginfo information seems to get generated. Is there something else I need to do? > Yes, I'm aware that the OCaml packaging guidelines are some distance > behind actual practice. If you want to volunteer to update them ... I suspected this might be the case, but wasn't sure. :) If I have the time (once I finish the actual packaging), perhaps I'll take a look at doing that. Anyway, I'll reupload the spec with the other fixes pending your response about debuginfo generation. -- You are receiving this mail because: You are on the CC list for the bug. You are always notified about changes to this product and component _______________________________________________ package-review mailing list -- package-review@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to package-review-leave@xxxxxxxxxxxxxxxxxxxxxxx