1
0
Fork 0

Workarounding changes for wrong python prefix.

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-02-16 10:08:02 +01:00
parent 6289d6e246
commit e20f7a8321
Signed by: daniel
GPG key ID: FBB4F0E80A80222F

4
debian/rules vendored
View file

@ -9,6 +9,10 @@ override_dh_auto_configure:
dh_auto_configure -- -Ddocs=man -Ddocs-build=true -Dpython=enabled -Dopenssl=enabled --default-library=both
execute_after_dh_auto_install:
# correcting python location
mv debian/tmp/usr/local/lib/python* debian/tmp/usr/lib
rm -rf debian/tmp/usr/local
# remove empty manpages
find debian/tmp/usr/share/man -type f -empty -exec rm -f {} +