Skip to content
Snippets Groups Projects

Build a non-stripped rust-coreutils binary for dh_setup_copyright

Merged Dylan Aïssi requested to merge proposed-updates/daissi/dbgsymbols into apertis/v2024pre
All threads resolved!

Rust binaries stripped at linking time are smaller than binaries stripped with dh_strip. Since we want the smaller binary possible for rust-coreutils, we strip debug symbols at linking time, but that means dh_setup_copyright is then not able to extract required data. As a workaround we build here a non-stripped binary only for dh_setup_copyright. See infrastructure/apertis-issues#431 (closed)

This is only a workaround until we can get an equally small binary with dh_strip.

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
  • Dylan Aïssi added 2 commits

    added 2 commits

    • 4c99a0d1 - Build a non-stripped rust-coreutils binary for dh_setup_copyright
    • 89281620 - Release rust-coreutils version 0.0.17-2+apertis9

    Compare with previous version

  • Walter Lozano approved this merge request

    approved this merge request

  • Walter Lozano resolved all threads

    resolved all threads

  • merged

  • Dylan Aïssi mentioned in merge request !34 (closed)

    mentioned in merge request !34 (closed)

  • Dylan Aïssi mentioned in merge request !35 (closed)

    mentioned in merge request !35 (closed)

  • Please register or sign in to reply
    Loading