diff --git a/debian/changelog b/debian/changelog index aeaf510..be7864c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +postgresql-periods (1.2.2-1) unstable; urgency=medium + + * Upload for PostgreSQL 15. + + -- Christoph Berg Mon, 24 Oct 2022 16:03:45 +0200 + postgresql-periods (1.2.1-1) unstable; urgency=medium * New version with PG 15 support. diff --git a/debian/control b/debian/control index 97c9248..e9865e1 100644 --- a/debian/control +++ b/debian/control @@ -4,15 +4,15 @@ Priority: optional Maintainer: Debian PostgreSQL Maintainers Uploaders: Christoph Berg , Build-Depends: debhelper-compat (= 13), postgresql-all (>= 217~) -Standards-Version: 4.5.0 +Standards-Version: 4.6.1 Rules-Requires-Root: no Vcs-Browser: https://github.com/xocolatl/periods Vcs-Git: https://github.com/xocolatl/periods.git Homepage: https://github.com/xocolatl/periods -Package: postgresql-14-periods +Package: postgresql-15-periods Architecture: any -Depends: postgresql-14, postgresql-contrib-14, ${misc:Depends}, ${shlibs:Depends} +Depends: postgresql-15, postgresql-contrib-15, ${misc:Depends}, ${shlibs:Depends} Description: PERIODs and SYSTEM VERSIONING for PostgreSQL This extension attempts to recreate the behavior defined in SQL:2016 (originally SQL:2011) around periods and tables with SYSTEM VERSIONING. The diff --git a/debian/control.in b/debian/control.in index 9fc09ef..b384a35 100644 --- a/debian/control.in +++ b/debian/control.in @@ -4,7 +4,7 @@ Priority: optional Maintainer: Debian PostgreSQL Maintainers Uploaders: Christoph Berg , Build-Depends: debhelper-compat (= 13), postgresql-all (>= 217~) -Standards-Version: 4.5.0 +Standards-Version: 4.6.1 Rules-Requires-Root: no Vcs-Browser: https://github.com/xocolatl/periods Vcs-Git: https://github.com/xocolatl/periods.git