From: Christoph Berg Date: Fri, 21 Oct 2022 10:00:28 +0000 (+0200) Subject: Debian: Upload for PostgreSQL 15. X-Git-Tag: debian/1.2.4-2^0 X-Git-Url: http://git.postgresql.org/gitweb/?a=commitdiff_plain;h=bab3701ba98042786884f60b1d4d58f1630d9cc4;p=pgfincore.git Debian: Upload for PostgreSQL 15. --- diff --git a/debian/changelog b/debian/changelog index 8bcc546..225296f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +pgfincore (1.2.4-2) unstable; urgency=medium + + * Upload for PostgreSQL 15. + + -- Christoph Berg Fri, 21 Oct 2022 11:59:48 +0200 + pgfincore (1.2.4-1) unstable; urgency=medium * New version with PG 15 support. diff --git a/debian/control b/debian/control index 53e6d8c..c41df5f 100644 --- a/debian/control +++ b/debian/control @@ -4,15 +4,15 @@ Priority: optional Maintainer: Debian PostgreSQL Maintainers Uploaders: Cédric Villemain , Dimitri Fontaine , 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-Git: git://git.postgresql.org/git/pgfincore.git Vcs-Browser: http://git.postgresql.org/gitweb/?p=pgfincore.git Homepage: http://villemain.org/projects/pgfincore -Package: postgresql-14-pgfincore +Package: postgresql-15-pgfincore Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends}, postgresql-14 +Depends: ${shlibs:Depends}, ${misc:Depends}, postgresql-15 Description: set of PostgreSQL functions to manage blocks in memory Those functions let you know which and how many disk block from a relation are in the page cache of the operating system, and eventually write the diff --git a/debian/control.in b/debian/control.in index bf585d7..57ebd1e 100644 --- a/debian/control.in +++ b/debian/control.in @@ -4,7 +4,7 @@ Priority: optional Maintainer: Debian PostgreSQL Maintainers Uploaders: Cédric Villemain , Dimitri Fontaine , 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-Git: git://git.postgresql.org/git/pgfincore.git Vcs-Browser: http://git.postgresql.org/gitweb/?p=pgfincore.git