Removing python location workaround, now not needed anymore.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
476f38f2bb
commit
d2b191f25e
1 changed files with 0 additions and 7 deletions
7
debian/rules
vendored
7
debian/rules
vendored
|
@ -9,13 +9,6 @@ override_dh_auto_configure:
|
||||||
dh_auto_configure -- -Ddocs=man -Ddocs-build=true -Dpython=enabled -Dopenssl=enabled --default-library=both
|
dh_auto_configure -- -Ddocs=man -Ddocs-build=true -Dpython=enabled -Dopenssl=enabled --default-library=both
|
||||||
|
|
||||||
execute_after_dh_auto_install:
|
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
|
# remove empty manpages
|
||||||
find debian/tmp/usr/share/man -type f -empty -exec rm -f {} +
|
find debian/tmp/usr/share/man -type f -empty -exec rm -f {} +
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue