File: control

package info (click to toggle)
pgq 3.5-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 788 kB
  • sloc: sql: 3,442; ansic: 2,007; python: 309; makefile: 84; sh: 1
file content (23 lines) | stat: -rw-r--r-- 763 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
Source: pgq
Section: database
Priority: optional
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Uploaders: Christoph Berg <myon@debian.org>
Build-Depends: debhelper-compat (= 13),
 naturaldocs,
 python3,
 postgresql-all (>= 217~),
Standards-Version: 4.5.0
Rules-Requires-Root: no
Homepage: https://github.com/pgq/pgq
Vcs-Browser: https://salsa.debian.org/postgresql/pgq
Vcs-Git: https://salsa.debian.org/postgresql/pgq.git

Package: postgresql-15-pgq3
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, postgresql-15, pgqd
Description: Generic queue for PostgreSQL
 This extension provides generic queues for PostgreSQL.
 .
 It allows multiple queues in one database, each queue can
 be consumed by multiple consumers.