Source: node-postgres
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Xavier Guimard <yadd@debian.org>
Section: javascript
Testsuite: autopkgtest-pkg-nodejs
Priority: optional
Build-Depends: debhelper-compat (= 13),
               mocha <!nocheck>,
               node-async <!nocheck>,
               node-generic-pool <!nocheck>,
               node-semver (>= 4.3.2) <!nocheck>,
               node-split <!nocheck>,
               node-xtend (>= 4.0.1-2) <!nocheck>,
               node-tape <!nocheck>,
               node-tap <!nocheck>,
               dh-sequence-nodejs
Standards-Version: 4.5.1
Vcs-Browser: https://salsa.debian.org/js-team/node-postgres
Vcs-Git: https://salsa.debian.org/js-team/node-postgres.git
Homepage: https://github.com/brianc/node-postgres
Rules-Requires-Root: no

Package: node-pg
Architecture: all
Depends: ${misc:Depends},
         ${shlibs:Depends},
         node-async,
         node-semver (>= 4.3.2),
         node-split,
         node-xtend
Suggests: postgresql
Provides: ${nodejs:Provides}
Description: PostgreSQL client library for Node
 Node is an event-based server-side JavaScript engine.
 .
 node-postgres is a non-blocking (async) pure JavaScript PostgreSQL
 client library for Node.
