Description: adjust Makefile to build Python bindings correctly Include Python make fules and add build options. --- This patch header follows DEP-3: http://dep.debian.net/deps/dep3/ Index: brltty-6.2+dfsg/Bindings/Python/Makefile.in =================================================================== --- brltty-6.2+dfsg.orig/Bindings/Python/Makefile.in +++ brltty-6.2+dfsg/Bindings/Python/Makefile.in @@ -62,10 +62,12 @@ doc: $(PYTHON_API) INSTALLED_FILES = installed-files +-include /usr/share/python3/python.mk install: all set -- $(V_setup) install --skip-build --record "$(INSTALLED_FILES)"; \ [ -z "$(PYTHON_DESTDIR)" ] || set -- "$${@}" --root "$(PYTHON_DESTDIR)"; \ [ -z "$(PYTHON_PREFIX)" ] || set -- "$${@}" --prefix "$(PYTHON_PREFIX)"; \ + set -- "$${@}" $(py_setup_install_args); \ "$(PYTHON)" ./setup.py "$${@}" uninstall: