From: Christoph Berg Date: Thu, 21 Sep 2023 15:53:37 +0000 (+0200) Subject: Debian: Upload for PostgreSQL 16. X-Git-Tag: debian/1.3.1-1^0 X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=dd964ee2b25ce86bfc2ac17f5cf683033d41d9b5;p=pgfincore.git Debian: Upload for PostgreSQL 16. * New upstream version. * Use ${postgresql:Depends}. --- diff --git a/debian/changelog b/debian/changelog index 225296f..a6ebf06 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +pgfincore (1.3.1-1) unstable; urgency=medium + + * New upstream version. + * Upload for PostgreSQL 16. + * Use ${postgresql:Depends}. + + -- Christoph Berg Thu, 21 Sep 2023 17:51:54 +0200 + pgfincore (1.2.4-2) unstable; urgency=medium * Upload for PostgreSQL 15. diff --git a/debian/control b/debian/control index c41df5f..ef2c337 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.6.1 +Standards-Version: 4.6.2 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-15-pgfincore +Package: postgresql-16-pgfincore Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends}, postgresql-15 +Depends: ${shlibs:Depends}, ${misc:Depends}, ${postgresql:Depends} 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 57ebd1e..6ccef9d 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.6.1 +Standards-Version: 4.6.2 Rules-Requires-Root: no Vcs-Git: git://git.postgresql.org/git/pgfincore.git Vcs-Browser: http://git.postgresql.org/gitweb/?p=pgfincore.git @@ -12,7 +12,7 @@ Homepage: http://villemain.org/projects/pgfincore Package: postgresql-PGVERSION-pgfincore Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends}, postgresql-PGVERSION +Depends: ${shlibs:Depends}, ${misc:Depends}, ${postgresql:Depends} 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