debian/0000755000000000000000000000000012251623336007171 5ustar debian/control0000664000000000000000000000163512251623336010603 0ustar Source: pgfincore Section: database Priority: extra Maintainer: Cédric Villemain Uploaders: Dimitri Fontaine , Christoph Berg Build-Depends: debhelper (>= 8.9.0), postgresql-server-dev-all (>= 118) Standards-Version: 3.9.5 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 XS-Testsuite: autopkgtest Package: postgresql-9.3-pgfincore Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, postgresql-9.3 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. debian/tests/0000775000000000000000000000000012251612706010334 5ustar debian/tests/control0000664000000000000000000000014012251612706011732 0ustar Depends: @, postgresql-server-dev-all Tests: installcheck Restrictions: needs-root allow-stderr debian/tests/installcheck0000775000000000000000000000042512251612706012727 0ustar #!/bin/sh set -e for v in $(pg_buildext supported-versions); do if ! pg_virtualenv -v $v \ make installcheck PG_CONFIG=/usr/lib/postgresql/$v/bin/pg_config; then if [ -r regression.diffs ]; then echo "**** regression.diffs ****" cat regression.diffs fi fi done debian/changelog0000664000000000000000000000157112251623277011055 0ustar pgfincore (1.1.2-1) unstable; urgency=low * New upstream release with PostgreSQL 9.3 support. (Closes: #725570) * Add autopkgtest support. * Add watch file looking for releases on github. -- Christoph Berg Tue, 10 Dec 2013 15:35:40 +0100 pgfincore (1.1.1-1) unstable; urgency=low * New upstream release -- Cédric Villemain Fri, 02 Dec 2011 22:48:27 +0100 pgfincore (1.1-1) unstable; urgency=low * New upstream release * Clean packaging for 9.1 (Closes: #639460) -- Dimitri Fontaine Mon, 05 Sep 2011 12:56:05 +0200 pgfincore (1.0-1) unstable; urgency=low * New upstream release -- Dimitri Fontaine Wed, 27 Jul 2011 16:21:48 +0200 pgfincore (0.4-1) unstable; urgency=low * Initial packaging -- Dimitri Fontaine Tue, 30 Nov 2010 15:27:25 +0100 debian/copyright0000664000000000000000000000344712202137745011136 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: pgfincore Source: http://git.postgresql.org/gitweb/?p=pgfincore.git Files: * Copyright: 2009-2013 Cédric Villemain License: BSD-3-Clause Files: debian/* Copyright: 2013 Cédric Villemain License: BSD-3-Clause License: BSD-3-Clause Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. 3. Neither the name of the University nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. . THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. debian/compat0000664000000000000000000000000212202137745010371 0ustar 8 debian/pgversions0000664000000000000000000000003012251612706011305 0ustar 8.3 8.4 9.0 9.1 9.2 9.3 debian/control.in0000664000000000000000000000165012251623205011200 0ustar Source: pgfincore Section: database Priority: extra Maintainer: Cédric Villemain Uploaders: Dimitri Fontaine , Christoph Berg Build-Depends: debhelper (>= 8.9.0), postgresql-server-dev-all (>= 118) Standards-Version: 3.9.5 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 XS-Testsuite: autopkgtest Package: postgresql-PGVERSION-pgfincore Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, postgresql-PGVERSION 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. debian/source/0000755000000000000000000000000012251623205010464 5ustar debian/source/format0000664000000000000000000000001412251623205011674 0ustar 3.0 (quilt) debian/rules0000775000000000000000000000146312251621571010256 0ustar #!/usr/bin/make -f # -*- makefile -*- EXTNAME = $(shell dpkg-parsechangelog | awk -F '[:-]' '/^Source:/ { print substr($$2, 2) }') PKGVERS = $(shell dpkg-parsechangelog | awk -F '[:-]' '/^Version:/ { print substr($$2, 2) }') SRCDIR = $(CURDIR) TARGET = build-$(EXTNAME)-%v include /usr/share/postgresql-common/pgxs_debian_control.mk clean: debian/control .PHONY: debian/control override_dh_auto_clean: +pg_buildext clean $(SRCDIR) $(TARGET) $(MAKE) clean override_dh_auto_build: # build all supported version +pg_buildext build $(SRCDIR) $(TARGET) override_dh_auto_install: # then install each of them +pg_buildext install $(SRCDIR) $(TARGET) postgresql-%v-$(EXTNAME) orig: clean git archive --prefix=$(EXTNAME)-$(PKGVERS)/ -o ../$(EXTNAME)_$(PKGVERS).orig.tar.gz HEAD %: dh $@ .PHONY: debian/control debian/watch0000664000000000000000000000013512251616264010225 0ustar version=3 https://github.com/klando/pgfincore/releases /klando/pgfincore/archive/(.*).tar.gz