Skip to content

Commit

Permalink
fix debian
Browse files Browse the repository at this point in the history
  • Loading branch information
submarcos committed Nov 18, 2024
1 parent c18a90c commit 4b2549a
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions debian/rules
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,10 @@ override_dh_virtualenv:
dh_virtualenv \
--python /usr/bin/python3 \
--extra-pip-arg --no-cache-dir \
--builtin-venv
--preinstall wheel
--upgrade-pip \
--preinstall wheel \
--preinstall setuptools \
--builtin-venv \
mkdir -p debian/convertit/usr/bin
mkdir -p debian/convertit/opt/convertit
cp production.ini debian/convertit/opt/convertit/convertit.ini
Expand All @@ -21,5 +23,4 @@ override_dh_strip:
dh_strip --no-automatic-dbgsym

override_dh_shlibdeps:
dh_shlibdeps \
-X site-packages/Pillow.libs
dh_shlibdeps --exclude=/site-packages/

0 comments on commit 4b2549a

Please sign in to comment.