Debian Patches
Status for lablgtk3/3.1.5-4
| Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
|---|---|---|---|---|---|---|
| 0001-Fix-path-handling-from-dune-variable.patch | Fix path handling from dune variable Dune `deps` variables are expanded to paths. The representation of this has changed with https://github.com/ocaml/dune/pull/15156, causing propcc to fail on the pending dune 3.24: a `%{dep:gtkAction.props}` referencing a file in the rule's own directory now expands to "./gtkAction.props", and propcc derived its secondary output filename by naively string-prepending "o" to the input, yielding "o./gtkActionProps.ml", which is an invalid path that crashes `open_out`. To fix, we take the basename of the input as the stable seed for the derived output filenames. |
Shon Feder <shon.feder@gmail.com> | no | debian | https://github.com/garrigue/lablgtk/pull/195 | 2026-06-24 |
