File: control

package info (click to toggle)
pg-crash 0.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 88 kB
  • sloc: ansic: 143; makefile: 12; sh: 9
file content (28 lines) | stat: -rw-r--r-- 1,018 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
Source: pg-crash
Section: database
Priority: optional
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Uploaders:
 Christoph Berg <myon@debian.org>,
Build-Depends:
 architecture-is-64-bit <!pkg.postgresql.32-bit>,
 debhelper-compat (= 13),
 postgresql-all <!nocheck>,
 postgresql-server-dev-all (>= 217~),
Standards-Version: 4.7.2
Rules-Requires-Root: no
Homepage: https://github.com/cybertec-postgresql/pg_crash
Vcs-Browser: https://salsa.debian.org/postgresql/pg-crash
Vcs-Git: https://salsa.debian.org/postgresql/pg-crash.git

Package: postgresql-17-pg-crash
Architecture: any
Depends:
 ${misc:Depends},
 ${postgresql:Depends},
 ${shlibs:Depends},
Description: Periodically crash your PostgreSQL database
 If your database is too reliable - pg_crash can kill it for you. pg_crash is
 an extension to PostgreSQL that periodically crashes your database
 infrastructure by sending kill (or other) signals to your DB processes and
 make them fail. It is ideal for HA and failover testing.