--- postgresql-prioritize-1.0.4.orig/debian/copyright +++ postgresql-prioritize-1.0.4/debian/copyright @@ -0,0 +1,44 @@ +Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: postgresql-prioritize +Source: https://github.com/schmiddy/pg_prioritize + +Files: * +Copyright: Josh Kupershmidt +License: PostgreSQL License + This module is free software; you can redistribute it and/or modify it under + the [PostgreSQL License](http://www.opensource.org/licenses/postgresql). + . + Permission to use, copy, modify, and distribute this software and its + documentation for any purpose, without fee, and without a written agreement is + hereby granted, provided that the above copyright notice and this paragraph and + the following two paragraphs appear in all copies. + . + In no event shall Josh Kupershmidt be liable to any party for direct, indirect, + special, incidental, or consequential damages, including lost profits, arising + out of the use of this software and its documentation, even if Josh Kupershmidt + has been advised of the possibility of such damage. + . + Josh Kupershmidt specifically disclaims any warranties, including, but not + limited to, the implied warranties of merchantability and fitness for a + particular purpose. The software provided hereunder is on an "as is" basis, and + Josh Kupershmidt has no obligations to provide maintenance, support, updates, + enhancements, or modifications. + +Files: debian/* +Copyright: 2013 Cyril Bouthors +License: GPL-2+ + This package is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + . + This package is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see + . + On Debian systems, the complete text of the GNU General + Public License version 2 can be found in "/usr/share/common-licenses/GPL-2". --- postgresql-prioritize-1.0.4.orig/debian/rules +++ postgresql-prioritize-1.0.4/debian/rules @@ -0,0 +1,5 @@ +#!/usr/bin/make -f +# -*- makefile -*- + +%: + dh $@ --- postgresql-prioritize-1.0.4.orig/debian/compat +++ postgresql-prioritize-1.0.4/debian/compat @@ -0,0 +1 @@ +8 --- postgresql-prioritize-1.0.4.orig/debian/control +++ postgresql-prioritize-1.0.4/debian/control @@ -0,0 +1,16 @@ +Source: postgresql-prioritize +Section: database +Priority: optional +Maintainer: Cyril Bouthors +Uploaders: Cyril Bouthors +Build-Depends: debhelper (>= 8.0.0), postgresql-server-dev-all +Standards-Version: 3.9.3 +Homepage: http://pgxn.org/dist/prioritize/ + +Package: postgresql-prioritize +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: Get and set the nice priorities of PostgreSQL backends + This module implements an interface to getpriority() and setpriority() for + PostgreSQL backends, callable from SQL functions. Essentially, this module + allows users to `renice' their backends. --- postgresql-prioritize-1.0.4.orig/debian/changelog +++ postgresql-prioritize-1.0.4/debian/changelog @@ -0,0 +1,5 @@ +postgresql-prioritize (1.0.4-1) unstable; urgency=low + + * New upstream release (Closes: #706560). + + -- Cyril Bouthors Wed, 01 May 2013 17:19:06 +0200 --- postgresql-prioritize-1.0.4.orig/debian/pgversions +++ postgresql-prioritize-1.0.4/debian/pgversions @@ -0,0 +1,4 @@ +8.4 +9.0 +9.1 +9.2