diff options
-rw-r--r-- | debian/changelog | 8 | ||||
-rw-r--r-- | debian/control | 20 | ||||
-rw-r--r-- | debian/control.in | 18 |
3 files changed, 37 insertions, 9 deletions
diff --git a/debian/changelog b/debian/changelog index a6ebf06..b6f147f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +pgfincore (1.3.1-2) unstable; urgency=medium + + * Upload for PostgreSQL 17. + * Restrict to 64-bit architectures. + * Mark postgresql-all as <!nocheck>. + + -- Christoph Berg <myon@debian.org> Sat, 14 Sep 2024 19:17:06 +0200 + pgfincore (1.3.1-1) unstable; urgency=medium * New upstream version. diff --git a/debian/control b/debian/control index ef2c337..abc1327 100644 --- a/debian/control +++ b/debian/control @@ -2,17 +2,27 @@ Source: pgfincore Section: database Priority: optional Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org> -Uploaders: Cédric Villemain <cedric@villemain.org>, Dimitri Fontaine <dim@tapoueh.org>, Christoph Berg <myon@debian.org> -Build-Depends: debhelper-compat (= 13), postgresql-all (>= 217~) -Standards-Version: 4.6.2 +Uploaders: + Cédric Villemain <cedric@villemain.org>, + Dimitri Fontaine <dim@tapoueh.org>, + Christoph Berg <myon@debian.org>, +Build-Depends: + architecture-is-64-bit <!pkg.postgresql.32-bit>, + debhelper-compat (= 13), + postgresql-all <!nocheck>, + postgresql-server-dev-all, +Standards-Version: 4.7.0 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-16-pgfincore +Package: postgresql-17-pgfincore Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends}, ${postgresql:Depends} +Depends: + ${misc:Depends}, + ${postgresql:Depends}, + ${shlibs: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 6ccef9d..2a84dd1 100644 --- a/debian/control.in +++ b/debian/control.in @@ -2,9 +2,16 @@ Source: pgfincore Section: database Priority: optional Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org> -Uploaders: Cédric Villemain <cedric@villemain.org>, Dimitri Fontaine <dim@tapoueh.org>, Christoph Berg <myon@debian.org> -Build-Depends: debhelper-compat (= 13), postgresql-all (>= 217~) -Standards-Version: 4.6.2 +Uploaders: + Cédric Villemain <cedric@villemain.org>, + Dimitri Fontaine <dim@tapoueh.org>, + Christoph Berg <myon@debian.org>, +Build-Depends: + architecture-is-64-bit <!pkg.postgresql.32-bit>, + debhelper-compat (= 13), + postgresql-all <!nocheck>, + postgresql-server-dev-all, +Standards-Version: 4.7.0 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 +19,10 @@ Homepage: http://villemain.org/projects/pgfincore Package: postgresql-PGVERSION-pgfincore Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends}, ${postgresql:Depends} +Depends: + ${misc:Depends}, + ${postgresql:Depends}, + ${shlibs: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 |