diff --git a/debian/changelog b/debian/changelog index 56a5265..9829050 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +python-unshare (0.2-2) UNRELEASED; urgency=medium + + * Apply multi-arch hints. + + python-unshare: Add Multi-Arch: same. + + -- Debian Janitor Sun, 11 Jul 2021 01:19:29 -0000 + python-unshare (0.2-1) unstable; urgency=medium * New upstream release. diff --git a/debian/control b/debian/control index d08020c..54f3f61 100644 --- a/debian/control +++ b/debian/control @@ -13,6 +13,7 @@ Depends: ${misc:Depends}, ${python:Depends}, ${shlibs:Depends} XB-Python-Version: ${python:Versions} Provides: ${python:Provides} +Multi-Arch: same Description: Python bindings for the Linux unshare() syscall This simple extension provides bindings to the Linux unshare() syscall, added in kernel version 2.6.16.