Source: pglistener
Section: misc
Priority: optional
Maintainer: Paulo Henrique de Lima Santana (phls) <phls@debian.org>
Build-Depends: debhelper-compat (= 13),
               dh-python,
               python3,
               python3-setuptools
Standards-Version: 4.6.2
Rules-Requires-Root: no
Vcs-Git: https://salsa.debian.org/debian/pglistener.git
Vcs-Browser: https://salsa.debian.org/debian/pglistener
Homepage: https://gitlab.collabora.com/sysadmin/pglistener/pglistener

Package: pglistener
Pre-Depends: ${misc:Pre-Depends},
Depends: ${misc:Depends},
         ${perl:Depends},
         ${python3:Depends},
         adduser,
         libnss-db,
         libnss-myhostname,
         libterm-readline-gnu-perl,
         python3-sdnotify,
         python3-bsddb3,
         python3-psycopg2
Suggests: libdbix-class-perl
Architecture: all
Description: Postgres listener
 pglistener is a daemon that generates files from Postgres database.
 .
 It is a tool that listens for notifies from a Postgres database
 and then calls out to a number of hooks which do everything from updating
 the password database to updating accounts in RT.
