Skip to content

Commit 350bcc0

Browse files
committed
Debian: run wrap-and-sort -ast
1 parent 90dea2a commit 350bcc0

File tree

2 files changed

+16
-5
lines changed

2 files changed

+16
-5
lines changed

debian/control

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@ Source: pgloader
22
Section: database
33
Priority: optional
44
Maintainer: Dimitri Fontaine <[email protected]>
5-
Uploaders: Christoph Berg <[email protected]>
5+
Uploaders:
6+
Christoph Berg <[email protected]>,
67
Build-Depends:
78
buildapp (>= 1.5),
89
cl-abnf,
@@ -50,8 +51,8 @@ Build-Depends:
5051
gawk,
5152
help2man,
5253
postgresql-14-ip4r <!nocheck> | postgresql-ip4r <!nocheck>,
53-
python3-sphinx-rtd-theme,
5454
python3-sphinx,
55+
python3-sphinx-rtd-theme,
5556
sbcl (>= 1.1.13),
5657
tzdata,
5758
Standards-Version: 4.5.0
@@ -61,7 +62,11 @@ Vcs-Browser: https://github.com/dimitri/pgloader
6162

6263
Package: pgloader
6364
Architecture: any
64-
Depends: freetds-dev, ${misc:Depends}, ${shlibs:Depends}, ${ssl:Depends}
65+
Depends:
66+
freetds-dev,
67+
${misc:Depends},
68+
${shlibs:Depends},
69+
${ssl:Depends},
6570
Description: extract, transform and load data into PostgreSQL
6671
pgloader imports data from different kind of sources and COPY it into
6772
PostgreSQL.

debian/tests/control

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,13 @@
1-
Depends: pgloader, ca-certificates, cl-postmodern, postgresql
1+
Depends:
2+
ca-certificates,
3+
cl-postmodern,
4+
pgloader,
5+
postgresql,
26
Tests: ssl
37
Restrictions: allow-stderr, needs-root
48

5-
Depends: pgloader, postgresql-14-ip4r | postgresql-ip4r
9+
Depends:
10+
pgloader,
11+
postgresql-14-ip4r | postgresql-ip4r,
612
Tests: testsuite
713
Restrictions: allow-stderr

0 commit comments

Comments
 (0)