From: Christoph Berg Date: Mon, 19 Oct 2020 10:42:35 +0000 (+0200) Subject: Add debian/control to git X-Git-Tag: debian/1.2.2-2^0 X-Git-Url: http://git.postgresql.org/gitweb/?a=commitdiff_plain;h=bb70e183ce16b22fff916c31ab8d3f5a5cc1268b;p=pgfincore.git Add debian/control to git --- diff --git a/.gitignore b/.gitignore index 071054a..88964e2 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,4 @@ .pc -debian/control debian/files build-pgfincore-* debian/postgresql-* diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..33addcc --- /dev/null +++ b/debian/control @@ -0,0 +1,20 @@ +Source: pgfincore +Section: database +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 +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-13-pgfincore +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends}, postgresql-13 +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 + result to a file. Then using this file, it is possible to restore the page + cache state for each block of the relation.