@@ -6,7 +6,7 @@ Build-Depends:
66 architecture-is-64-bit <!pkg.postgresql.32-bit>,
77 debhelper-compat (= 13),
88 libpq-dev,
9- postgresql-16 -pglogical,
9+ postgresql-11-pglogical, postgresql-12-pglogical, postgresql-13-pglogical, postgresql-14-pglogical, postgresql-15-pglogical, postgresql-16-pglogical, postgresql-17-pglogical, postgresql-18 -pglogical,
1010 postgresql-all <!nocheck>,
1111 postgresql-server-dev-all
1212Standards-Version: 4.7.0
@@ -15,6 +15,51 @@ Homepage: https://github.com/instructure/pgl_ddl_deploy
1515Vcs-Browser: https://github.com/instructure/pgl_ddl_deploy
1616Vcs-Git: https://github.com/instructure/pgl_ddl_deploy.git
1717
18+ Package: postgresql-11-pgl-ddl-deploy
19+ Architecture: any
20+ Depends:
21+ postgresql-11,
22+ ${shlibs:Depends},
23+ ${misc:Depends}
24+ Description: Transparent DDL replication for PostgreSQL
25+ Automated DDL deployment using PgLogical for PostgreSQL 11.
26+
27+ Package: postgresql-12-pgl-ddl-deploy
28+ Architecture: any
29+ Depends:
30+ postgresql-12,
31+ ${shlibs:Depends},
32+ ${misc:Depends}
33+ Description: Transparent DDL replication for PostgreSQL
34+ Automated DDL deployment using PgLogical for PostgreSQL 12.
35+
36+ Package: postgresql-13-pgl-ddl-deploy
37+ Architecture: any
38+ Depends:
39+ postgresql-13,
40+ ${shlibs:Depends},
41+ ${misc:Depends}
42+ Description: Transparent DDL replication for PostgreSQL
43+ Automated DDL deployment using PgLogical for PostgreSQL 13.
44+
45+ Package: postgresql-14-pgl-ddl-deploy
46+ Architecture: any
47+ Depends:
48+ postgresql-14,
49+ ${shlibs:Depends},
50+ ${misc:Depends}
51+ Description: Transparent DDL replication for PostgreSQL
52+ Automated DDL deployment using PgLogical for PostgreSQL 14.
53+
54+ Package: postgresql-15-pgl-ddl-deploy
55+ Architecture: any
56+ Depends:
57+ postgresql-15,
58+ ${shlibs:Depends},
59+ ${misc:Depends}
60+ Description: Transparent DDL replication for PostgreSQL
61+ Automated DDL deployment using PgLogical for PostgreSQL 15.
62+
1863Package: postgresql-16-pgl-ddl-deploy
1964Architecture: any
2065Depends:
@@ -23,3 +68,21 @@ Depends:
2368 ${misc:Depends}
2469Description: Transparent DDL replication for PostgreSQL
2570 Automated DDL deployment using PgLogical for PostgreSQL 16.
71+
72+ Package: postgresql-17-pgl-ddl-deploy
73+ Architecture: any
74+ Depends:
75+ postgresql-17,
76+ ${shlibs:Depends},
77+ ${misc:Depends}
78+ Description: Transparent DDL replication for PostgreSQL
79+ Automated DDL deployment using PgLogical for PostgreSQL 17.
80+
81+ Package: postgresql-18-pgl-ddl-deploy
82+ Architecture: any
83+ Depends:
84+ postgresql-18,
85+ ${shlibs:Depends},
86+ ${misc:Depends}
87+ Description: Transparent DDL replication for PostgreSQL
88+ Automated DDL deployment using PgLogical for PostgreSQL 18.
0 commit comments