tags 536973 + patch tags 559596 + patch thanks Dear maintainer,
I've prepared an NMU for postgresql-plproxy (versioned as 2.0.8-1.1) and uploaded it to DELAYED/2. Please feel free to tell me if I should delay it longer. It will have to go thru NEW, so it might be longer than 2 days. Regards.
diff -u postgresql-plproxy-2.0.8/debian/install postgresql-plproxy-2.0.8/debian/install --- postgresql-plproxy-2.0.8/debian/install +++ postgresql-plproxy-2.0.8/debian/install @@ -1 +1 @@ -plproxy.sql usr/share/postgresql-8.3-plproxy +plproxy.sql usr/share/postgresql-8.4-plproxy diff -u postgresql-plproxy-2.0.8/debian/control postgresql-plproxy-2.0.8/debian/control --- postgresql-plproxy-2.0.8/debian/control +++ postgresql-plproxy-2.0.8/debian/control @@ -2,15 +2,15 @@ Section: misc Priority: optional Maintainer: Fernando Ike de Oliveira <f...@midstorm.org> -Build-Depends: debhelper (>= 7), postgresql-server-dev-8.3, flex, bison, dpatch +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.3-plproxy +Package: postgresql-8.4-plproxy Architecture: any -Depends: postgresql-8.3, ${misc:Depends}, ${shlibs:Depends} +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. diff -u postgresql-plproxy-2.0.8/debian/changelog postgresql-plproxy-2.0.8/debian/changelog --- postgresql-plproxy-2.0.8/debian/changelog +++ postgresql-plproxy-2.0.8/debian/changelog @@ -1,3 +1,14 @@ +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 <mo...@debian.org> Thu, 11 Feb 2010 13:51:21 +0100 + postgresql-plproxy (2.0.8-1) unstable; urgency=low * New Upstream Release