Skip to content

Commit

Permalink
Override dh_strip to exclude orjson
Browse files Browse the repository at this point in the history
  • Loading branch information
replaceafill committed Jun 10, 2024
1 parent 064bd20 commit 8b6e0e3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions debs/jammy/archivematica/debian-archivematica/rules
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,6 @@ export DH_VIRTUALENV_INSTALL_ROOT=/usr/share/archivematica/virtualenvs

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

override_dh_strip:
dh_strip --exclude=orjson

0 comments on commit 8b6e0e3

Please sign in to comment.