Skip to content

Commit

Permalink
Override dh_strip to exclude orjson
Browse files Browse the repository at this point in the history
Ignore orjson because the *.so file included its Python 3.10 wheel
contains an 8-byte build ID which debugedit does not support.
  • Loading branch information
replaceafill committed Jun 14, 2024
1 parent e60da3f commit db013aa
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions debs/jammy/archivematica/debian-archivematica/rules
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,8 @@ export DH_VIRTUALENV_INSTALL_ROOT=/usr/share/archivematica/virtualenvs

override_dh_virtualenv:
dh_virtualenv --python=python3 --requirements=requirements.txt --skip-install

# Ignore orjson because the *.so file included its Python 3.10 wheel contains
# an 8-byte build ID which debugedit does not support.
override_dh_strip:
dh_strip --exclude=orjson

0 comments on commit db013aa

Please sign in to comment.