Skip to content
Snippets Groups Projects
Commit 84b9edd2 authored by Bas Couwenberg's avatar Bas Couwenberg
Browse files

Fix installation of python scripts.

parent 9e215bf9
No related branches found
No related tags found
No related merge requests found
gdal (3.3.3~rc1+dfsg-1~exp2) UNRELEASED; urgency=medium
* Fix installation of python scripts.
-- Bas Couwenberg <sebastic@debian.org> Thu, 28 Oct 2021 12:39:46 +0200
gdal (3.3.3~rc1+dfsg-1~exp1) experimental; urgency=medium
* New upstream release candidate.
......
......@@ -193,7 +193,7 @@ override_dh_auto_install:
# install python stuff previuosly built and pre-installed
cp -a $(CURDIR)/debian/python-tmp/usr/lib/* $(CURDIR)/debian/tmp/usr/lib/.
install -o root -g root -d $(CURDIR)/debian/tmp/usr/bin
install -o root -g root -m 755 $(CURDIR)/swig/python/gdal-utils/*.py $(CURDIR)/debian/tmp/usr/bin/.
install -o root -g root -m 755 $(CURDIR)/swig/python/gdal-utils/scripts/*.py $(CURDIR)/debian/tmp/usr/bin/.
# removing useless autogenerated man pages
rm -f $(CURDIR)/debian/tmp/usr/share/man/man1/_*_apps_.1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment