File: control.in

package info (click to toggle)
pgq-node 3.5-8
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 364 kB
  • sloc: sql: 1,412; python: 309; makefile: 14; sh: 1
file content (30 lines) | stat: -rw-r--r-- 949 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
Source: pgq-node
Section: database
Priority: optional
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Uploaders:
 Tomasz Rybak <serpent@debian.org>,
Build-Depends:
 debhelper-compat (= 13),
 postgresql-PGVERSIONS-pgq3,
 postgresql-all <!nocheck>,
 postgresql-server-dev-all,
 python3,
Standards-Version: 4.7.2
Vcs-Git: https://salsa.debian.org/postgresql/pgq-node.git
Vcs-Browser: https://salsa.debian.org/postgresql/pgq-node

Package: postgresql-PGVERSION-pgq-node
Architecture: all
Depends:
 ${misc:Depends},
 ${postgresql:Depends},
 ${postgresql:Depends}-pgq3,
Breaks:
 ${postgresql:Breaks},
Description: Cascaded queueing on top of 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 pgq_node PostgreSQL extension that provides queue
 node registration and coordination for cascaded queueing.