mirror of
https://github.com/dimitri/pgloader.git
synced 2026-05-05 02:46:10 +02:00
Debian: run wrap-and-sort -ast
This commit is contained in:
parent
90dea2ad4e
commit
350bcc09d1
11
debian/control
vendored
11
debian/control
vendored
@ -2,7 +2,8 @@ Source: pgloader
|
||||
Section: database
|
||||
Priority: optional
|
||||
Maintainer: Dimitri Fontaine <dim@tapoueh.org>
|
||||
Uploaders: Christoph Berg <myon@debian.org>
|
||||
Uploaders:
|
||||
Christoph Berg <myon@debian.org>,
|
||||
Build-Depends:
|
||||
buildapp (>= 1.5),
|
||||
cl-abnf,
|
||||
@ -50,8 +51,8 @@ Build-Depends:
|
||||
gawk,
|
||||
help2man,
|
||||
postgresql-14-ip4r <!nocheck> | postgresql-ip4r <!nocheck>,
|
||||
python3-sphinx-rtd-theme,
|
||||
python3-sphinx,
|
||||
python3-sphinx-rtd-theme,
|
||||
sbcl (>= 1.1.13),
|
||||
tzdata,
|
||||
Standards-Version: 4.5.0
|
||||
@ -61,7 +62,11 @@ Vcs-Browser: https://github.com/dimitri/pgloader
|
||||
|
||||
Package: pgloader
|
||||
Architecture: any
|
||||
Depends: freetds-dev, ${misc:Depends}, ${shlibs:Depends}, ${ssl:Depends}
|
||||
Depends:
|
||||
freetds-dev,
|
||||
${misc:Depends},
|
||||
${shlibs:Depends},
|
||||
${ssl:Depends},
|
||||
Description: extract, transform and load data into PostgreSQL
|
||||
pgloader imports data from different kind of sources and COPY it into
|
||||
PostgreSQL.
|
||||
|
||||
10
debian/tests/control
vendored
10
debian/tests/control
vendored
@ -1,7 +1,13 @@
|
||||
Depends: pgloader, ca-certificates, cl-postmodern, postgresql
|
||||
Depends:
|
||||
ca-certificates,
|
||||
cl-postmodern,
|
||||
pgloader,
|
||||
postgresql,
|
||||
Tests: ssl
|
||||
Restrictions: allow-stderr, needs-root
|
||||
|
||||
Depends: pgloader, postgresql-14-ip4r | postgresql-ip4r
|
||||
Depends:
|
||||
pgloader,
|
||||
postgresql-14-ip4r | postgresql-ip4r,
|
||||
Tests: testsuite
|
||||
Restrictions: allow-stderr
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user