From 092f34ca9ca681e25325e4b0118dc529b12314bf Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 24 Dec 2023 08:53:34 +0100 Subject: Removing python location workaround, now not needed anymore. Signed-off-by: Daniel Baumann --- debian/rules | 7 ------- 1 file changed, 7 deletions(-) diff --git a/debian/rules b/debian/rules index b28f7fa..4cb8910 100755 --- a/debian/rules +++ b/debian/rules @@ -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 {} + -- cgit v1.2.3