Skip to content

Commit

Permalink
Debian changes
Browse files Browse the repository at this point in the history
  • Loading branch information
jfinzel committed Aug 23, 2022
1 parent 90dd92f commit 14d62cf
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 13 deletions.
6 changes: 6 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
pg-fact-loader (1.7.0-1) unstable; urgency=medium

* Add pre-execute hook

-- Jeremy Finzel <[email protected]> Tue, 23 Aug 2022 15:21:07 -0500

pg-fact-loader (1.6.0-2) UNRELEASED; urgency=medium

* Trim trailing whitespace.
Expand Down
30 changes: 18 additions & 12 deletions debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,6 @@ Standards-Version: 4.1.3
Homepage: https://github.com/enova/pg_fact_loader
Vcs-Git: https://github.com/enova/pg_fact_loader.git

Package: postgresql-9.5-pg-fact-loader
Architecture: any
Depends: postgresql-9.5, ${shlibs:Depends}, ${misc:Depends}
Description: Build fact tables asynchronously with Postgres
Use queue tables to build fact tables asynchronously for PostgreSQL 9.5.

Package: postgresql-9.6-pg-fact-loader
Architecture: any
Depends: postgresql-9.6, ${shlibs:Depends}, ${misc:Depends}
Description: Build fact tables asynchronously with Postgres
Use queue tables to build fact tables asynchronously for PostgreSQL 9.6.

Package: postgresql-10-pg-fact-loader
Architecture: any
Depends: postgresql-10, ${shlibs:Depends}, ${misc:Depends}
Expand All @@ -30,3 +18,21 @@ Architecture: any
Depends: postgresql-11, ${shlibs:Depends}, ${misc:Depends}
Description: Build fact tables asynchronously with Postgres
Use queue tables to build fact tables asynchronously for PostgreSQL 11.

Package: postgresql-12-pg-fact-loader
Architecture: any
Depends: postgresql-12, ${shlibs:Depends}, ${misc:Depends}
Description: Build fact tables asynchronously with Postgres
Use queue tables to build fact tables asynchronously for PostgreSQL 12.

Package: postgresql-13-pg-fact-loader
Architecture: any
Depends: postgresql-13, ${shlibs:Depends}, ${misc:Depends}
Description: Build fact tables asynchronously with Postgres
Use queue tables to build fact tables asynchronously for PostgreSQL 13.

Package: postgresql-14-pg-fact-loader
Architecture: any
Depends: postgresql-14, ${shlibs:Depends}, ${misc:Depends}
Description: Build fact tables asynchronously with Postgres
Use queue tables to build fact tables asynchronously for PostgreSQL 14.
2 changes: 1 addition & 1 deletion debian/pgversions
Original file line number Diff line number Diff line change
@@ -1 +1 @@
9.5+
10+

0 comments on commit 14d62cf

Please sign in to comment.