File: control

package info (click to toggle)
pgqd 3.3-5
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 2,260 kB
  • sloc: ansic: 29,685; makefile: 1,158; sh: 705; python: 206; sed: 22
file content (37 lines) | stat: -rw-r--r-- 1,236 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
34
35
36
37
Source: pgqd
Section: database
Priority: optional
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Uploaders: Christoph Berg <myon@debian.org>
Standards-Version: 4.5.0
Build-Depends:
 automake,
 debhelper-compat (= 13),
 libevent-dev (>= 2.0),
 libpq-dev,
 libtool,
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
Depends: lsb-base, postgresql-common, ${misc:Depends}, ${shlibs:Depends}
Conflicts: skytools3-ticker (<< 3.3)
Replaces: skytools3-ticker
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.

Package: skytools3-ticker
Section: oldlibs
Architecture: all
Depends: pgqd, ${misc:Depends}
Description: Transitional package to pull in pgqd
 PgQ provides generic queues for PostgreSQL. It allows multiple queues in one
 database, each queue can be consumed by multiple consumers.
 .
 This transitional package pulls in the pgqd package on upgrades. It can safely
 be removed.