Source: pyinotify
Section: python
Priority: optional
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
XSBC-Original-Maintainer: Mikhail Gusarov <dottedmag@debian.org>
Uploaders: Debian Python Team <team+python@tracker.debian.org>
Build-Depends: debhelper-compat (= 12), python3-all, dh-python, python3-pyasyncore
Standards-Version: 3.9.3
Homepage: https://github.com/seb-m/pyinotify
Vcs-Git: https://salsa.debian.org/python-team/packages/pyinotify.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/pyinotify

Package: python3-pyinotify
Architecture: all
Depends: ${python3:Depends}, ${misc:Depends}, python3-pyasyncore
Provides: ${python3:Provides}
Suggests: python-pyinotify-doc
Description: simple Linux inotify Python bindings
 pyinotify is a simple wrapper for the Linux inotify mechanism.
 .
 inotify is a Linux Kernel feature available since 2.6.13. inotify makes
 it possible for applications to easily be notified of filesystem changes.
 .
 This is the Python 3 version of the package.

Package: python-pyinotify-doc
Architecture: all
Section: doc
Depends: ${misc:Depends}
Recommends: python3-pyinotify
Multi-Arch: foreign
Description: simple Linux inotify Python bindings -- documentation
 pyinotify is a simple wrapper for the Linux inotify mechanism.
 .
 inotify is a Linux Kernel feature available since 2.6.13. inotify makes
 it possible for applications to easily be notified of filesystem changes.
 .
 This package contains examples.
