File: control

package info (click to toggle)
pgqd 3.5-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 792 kB
  • sloc: ansic: 5,676; sh: 3,892; makefile: 893
file content (27 lines) | stat: -rw-r--r-- 847 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
Source: pgqd
Section: database
Priority: optional
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Uploaders: Tomasz Rybak <serpent@debian.org>
Standards-Version: 4.7.0
Build-Depends:
 debhelper-compat (= 13),
 automake,
 libevent-dev (>= 2.0),
 libpq-dev,
 libtool,
 pkgconf,
 python3-docutils,
Homepage: https://github.com/pgq/pgqd
Vcs-Browser: https://salsa.debian.org/postgresql/pgqd
Vcs-Git: https://salsa.debian.org/postgresql/pgqd.git

Package: pgqd
Architecture: any
Pre-Depends: ${misc:Pre-Depends}
Depends: postgresql-common, ${misc:Depends}, ${shlibs:Depends}
Description: Queue maintenance daemon for PgQ
 PgQ provides generic queues for PostgreSQL. It allows multiple queues in one
 database, each queue can be consumed by multiple consumers.
 .
 This package contains the queue maintenance daemon pgdq.