1
0
Fork 0

Removing python location workaround, now not needed anymore.

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-02-16 10:16:50 +01:00
parent 476f38f2bb
commit d2b191f25e
Signed by: daniel
GPG key ID: FBB4F0E80A80222F

7
debian/rules vendored
View file

@ -9,13 +9,6 @@ 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
if [ -e debian/tmp/usr/local/lib ]; \
then \
mv debian/tmp/usr/local/lib/python* debian/tmp/usr/lib; \
rm -rf debian/tmp/usr/local; \
fi
# remove empty manpages
find debian/tmp/usr/share/man -type f -empty -exec rm -f {} +