python_install_dir
authorKees Cook <kees@debian.org>
Thu, 18 Jul 2019 22:03:34 +0000 (23:03 +0100)
committerFelix Geyer <fgeyer@debian.org>
Thu, 18 Jul 2019 22:03:34 +0000 (23:03 +0100)
commit041f009a85ed20cd2b6b123bc5ab80109697dd87
tree8be470f67f6be00bb150c97bd9db4fa69d7a5757
parent639e3f0467ae36dff23f132b90c364095ecceed8
python_install_dir

From 830929096665eab2b910d676ccab1df90908cb02 Mon Sep 17 00:00:00 2001
From: Felix Geyer <debfx@fobos.de>
Date: Mon, 15 Jul 2019 21:12:05 +0200
Subject: [PATCH] Install the python extension to the root package dir

Commit 8ad3638ea9023c3948976dfadebd1554380a31c9 effectively added libseccomp/
to the install path of the python extension.
This changed the import module name from "seccomp" to "libseccomp.seccomp",
breaking existing users.

Revert the install path like it was before 2.4.0

Signed-off-by: Felix Geyer <debfx@fobos.de>
Gbp-Pq: Name python_install_dir.patch
src/python/Makefile.am