File: control

package info (click to toggle)
pglistener 5.2-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 332 kB
  • sloc: python: 784; perl: 368; sh: 126; sql: 89; makefile: 2
file content (33 lines) | stat: -rw-r--r-- 1,097 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
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.7.3
Vcs-Git: https://salsa.debian.org/debian/pglistener.git
Vcs-Browser: https://salsa.debian.org/debian/pglistener
Homepage: https://gitlab.collabora.com/sysadmin/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.