Add debian/control to git debian/1.2.2-2
authorChristoph Berg <christoph.berg@credativ.de>
Mon, 19 Oct 2020 10:42:35 +0000 (12:42 +0200)
committerChristoph Berg <christoph.berg@credativ.de>
Mon, 19 Oct 2020 10:42:35 +0000 (12:42 +0200)
.gitignore
debian/control [new file with mode: 0644]

index 071054a96df1e65bbc9e31f0700faef325ec826c..88964e2364ad08f820e611039d9eb84d4a5d08b4 100644 (file)
@@ -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 (file)
index 0000000..33addcc
--- /dev/null
@@ -0,0 +1,20 @@
+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.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.