Package: papers / 48.5-1

Metadata

Package Version Patches format
papers 48.5-1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
meson.build fix build for Debian.patch | (download)

meson_options.txt | 2 2 + 0 - 0 !
shell/src/meson.build | 3 1 + 2 - 0 !
2 files changed, 3 insertions(+), 2 deletions(-)

 meson.build: fix build for debian

We don't call `cargo` directly, but use a wrapper script instead, which
breaks some of the expectations. Make the needed changes to ensure the
package still builds.

We also need to override CARGO_HOME, so don't set this env var in
meson.build.

shell rs build re generate bindings before building exe.patch | (download)

rust/meson.build | 3 2 + 1 - 0 !
rust/update-bindings.sh | 33 20 + 13 - 0 !
shell/src/meson.build | 2 1 + 1 - 0 !
3 files changed, 23 insertions(+), 15 deletions(-)

 shell-rs: build: re-generate bindings before building exe

The build system provides a target named `update-rust-bindings` which
can be called manually to regenerate all Rust bindings. As we want to
ensure those are re-generated on Debian infra, make it a dependency of
the `cargo-build` target so bindings are always re-generated at build
time.

relax deps.patch | (download)

shell/Cargo.toml | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 relax rust dependencies