--- postgresql-plproxy-2.0.8.orig/debian/compat +++ postgresql-plproxy-2.0.8/debian/compat @@ -0,0 +1 @@ +7 --- postgresql-plproxy-2.0.8.orig/debian/rules +++ postgresql-plproxy-2.0.8/debian/rules @@ -0,0 +1,61 @@ +#!/usr/bin/make -f + +PACKAGE := $(shell dh_listpackages) +PGVERSION = $(patsubst postgresql-%-plproxy,%,$(PACKAGE)) + +include /usr/share/dpatch/dpatch.make + +build: patch build-stamp +build-stamp: + dh_testdir + $(MAKE) + touch build-stamp + +patch: patch-stamp +patch-stamp: + dpatch apply-all + +clean: clean1 unpatch + +clean1: + dh_testdir + dh_testroot + rm -f mkmf.log + rm -f build-stamp + $(MAKE) distclean + dh_clean $(DH_CLEAN_EXCLUDE) + +unpatch: + dpatch deapply-all + rm -rf patch-stamp debian/patched + +install: build + dh_testdir + dh_testroot + dh_clean -k $(DH_CLEAN_EXCLUDE) + dh_installdirs + $(MAKE) install DESTDIR=$(CURDIR)/debian/postgresql-$(PGVERSION)-plproxy sitearchdir='$$(DESTDIR)/usr/lib/postgresql/$(PGVERSION)/lib' + rm -rf debian/postgresql-$(PGVERSION)-plproxy/usr/share/postgresql + + +binary-arch: install + dh_testdir + dh_testroot + dh_installchangelogs + dh_installdocs -a NEWS README AUTHORS + dh_install -a + dh_link -a + dh_strip -a + dh_compress -a + dh_fixperms -a + dh_installdeb -a + dh_shlibdeps -a + dh_gencontrol -a + dh_md5sums -a + dh_builddeb -a + + +binary: binary-arch binary-indep + + +.PHONY: build clean binary-indep binary-arch binary --- postgresql-plproxy-2.0.8.orig/debian/changelog +++ postgresql-plproxy-2.0.8/debian/changelog @@ -0,0 +1,45 @@ +postgresql-plproxy (2.0.8-1.1) unstable; urgency=low + + * Non-maintainer upload. + * debian/control + - support PostrgeSQL 8.4, changing build-depends, depends and binary package + name; Closes: #536973, #559596 + * debian/install + - install into 8.4 directory + + -- Sandro Tosi Thu, 11 Feb 2010 13:51:21 +0100 + +postgresql-plproxy (2.0.8-1) unstable; urgency=low + + * New Upstream Release + * Added README.source + + -- Fernando Ike de Oliveira Thu, 05 Mar 2009 16:54:09 -0300 + +postgresql-plproxy (2.0.5-2) unstable; urgency=low + + * Fix directory /usr/share/postgresql-8.2-plproxy to 8.3. + * Update to debhelper 7. + + -- Fernando Ike de Oliveira Tue, 08 Jul 2008 11:22:55 -0300 + +postgresql-plproxy (2.0.5-1) unstable; urgency=low + + * New upstream release + * Update policy version to 3.8.0. + * Added Vcs-* control fields. + * Added Homepage control field. + + -- Fernando Ike de Oliveira Mon, 09 Jun 2008 13:47:37 -0300 + +postgresql-plproxy (2.0.4-1) unstable; urgency=low + + * New upstream release. + + -- Fernando Ike de Oliveira Tue, 05 Feb 2008 12:09:02 -0200 + +postgresql-plproxy (2.0.2-1) unstable; urgency=low + + * Initial release. (Closes: #427293) + + -- Fernando Ike de Oliveira Tue, 05 Jun 2007 23:19:56 -0300 --- postgresql-plproxy-2.0.8.orig/debian/README.source +++ postgresql-plproxy-2.0.8/debian/README.source @@ -0,0 +1,14 @@ +plproxy source for Debian +--------------------------------- + + * On Debian, dpatch is being used to manage patches at build time. + Please install the dpatch package and read + /usr/share/doc/dpatch/README.source.gz + if you'd like to know how to use it. + + * Originally, source code had debian directory that were removed. + The debian directory was used to build packaging pgbouncer with + yada. + + -- Fernando Ike de Oliveira Thu, 05 Mar 2009 + 16:54:09 -0300 --- postgresql-plproxy-2.0.8.orig/debian/install +++ postgresql-plproxy-2.0.8/debian/install @@ -0,0 +1 @@ +plproxy.sql usr/share/postgresql-8.4-plproxy --- postgresql-plproxy-2.0.8.orig/debian/copyright +++ postgresql-plproxy-2.0.8/debian/copyright @@ -0,0 +1,22 @@ +This package was debianized by Fernando Ike de Oliveira + on Tue, 05 Jun 2007 23:19:56 -0300. + +It was downloaded from . + +Upstream Authors: Sven Suursoho , + Marko Kreen + +Copyright: 2006 - Sven Suursoho , + Marko Kreen + + This package is free software; you can redistribute it and/or modify + it under the terms of the BSD License as published by Univesity + California. + + 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 + BSD License for more details. + +On Debian systems, the complete text of the BSD License can be +found in '/usr/share/common-licenses/BSD'. --- postgresql-plproxy-2.0.8.orig/debian/watch +++ postgresql-plproxy-2.0.8/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://pgfoundry.org/frs/?group_id=1000207 /frs/download.php/[0-9]+/plproxy-([0-9.]+).tar.gz debian uupdate --- postgresql-plproxy-2.0.8.orig/debian/control +++ postgresql-plproxy-2.0.8/debian/control @@ -0,0 +1,20 @@ +Source: postgresql-plproxy +Section: misc +Priority: optional +Maintainer: Fernando Ike de Oliveira +Build-Depends: debhelper (>= 7), postgresql-server-dev-8.4, flex, bison, dpatch +Standards-Version: 3.8.0 +Homepage: http://pgfoundry.org/projects/plproxy/ +Vcs-Svn: svn://svn.debian.org/pkg-postgresql/trunk/plproxy/ +Vcs-Browser: http://svn.debian.org/wsvn/pkg-postgresql/trunk/plproxy/ + +Package: postgresql-8.4-plproxy +Architecture: any +Depends: postgresql-8.4, ${misc:Depends}, ${shlibs:Depends} +Description: PL/Proxy is a proxy language used for remote database + PL/Proxy is a proxy language used for remote database procedure calls + and data partitioning between databases based on hashing field values. + . + It's will be to create with same signature as remote function to be + called, so only destination info needs to be specify inside proxy + function body. --- postgresql-plproxy-2.0.8.orig/debian/patches/00list +++ postgresql-plproxy-2.0.8/debian/patches/00list @@ -0,0 +1 @@ +#01_makefile