pgear/debian/control

17 lines
582 B
Plaintext

Source: pgear
Section: misc
Priority: extra
Maintainer: Nick <barnold@tilde.club>
Build-Depends: debhelper (>= 10.2.5), autotools-dev
Standards-Version: 3.9.8
Package: pgear
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Listen for and respond to Postgres notification events.
pgear is intended to simplify the use of PostgreSQL notification
events. It listens for an event and responds to each occurrence of
the event by performing an action. The action consists of running a
command with the function system(3) or of running SQL, at your
option.