On Fri, 06 Dec 2013 10:09:16 +0100, Martin Pitt wrote: > Indeed, as for Wheezy we support PostgreSQL 9.3, and want to drop > postgresql-9.1. Can you please build a -9.3 extension (only)? > > Thanks to Gregor for the debdiff! Please note that you forgot to > install the .control file, so that CREATE EXTENSION fails. Please add > this to debian/postgresql-9.3-pgfincore.install: > > pgfincore.control usr/share/postgresql/9.3/extension
Thanks, I had indeed missed this file (since it wasn't installed for the older versions). New debdiff attached. I'm a bit wary to NMU a package that would have to go through NEW ... Dimitri, are you around? (If no I guess I'll upload it in some days.) Cheers, gregor -- .''`. Homepage: http://info.comodo.priv.at/ - OpenPGP key 0xBB3A68018649AA06 : :' : Debian GNU/Linux user, admin, and developer - http://www.debian.org/ `. `' Member of VIBE!AT & SPI, fellow of the Free Software Foundation Europe `- NP: The Eagles: Doolin-dalton
diff -Nru pgfincore-1.1/debian/changelog pgfincore-1.1/debian/changelog --- pgfincore-1.1/debian/changelog 2011-09-08 10:21:38.000000000 +0200 +++ pgfincore-1.1/debian/changelog 2013-12-06 16:32:03.000000000 +0100 @@ -1,3 +1,13 @@ +pgfincore (1.1-1.1) UNRELEASED; urgency=low + + * Non-maintainer upload. + * Fix "build postgresql-9.3 extension only": + update for PostgreSQL 9.3. + Thanks to Martin Pitt for noticing a missing file. + (Closes: #725570) + + -- gregor herrmann <gre...@debian.org> Sat, 26 Oct 2013 18:08:58 +0200 + pgfincore (1.1-1) unstable; urgency=low * New upstream release diff -Nru pgfincore-1.1/debian/control pgfincore-1.1/debian/control --- pgfincore-1.1/debian/control 2011-09-13 09:57:01.000000000 +0200 +++ pgfincore-1.1/debian/control 2013-12-06 16:32:34.000000000 +0100 @@ -8,9 +8,9 @@ Vcs-browser: http://git.postgresql.org/gitweb/?p=pgfincore.git Homepage: http://villemain.org/projects/pgfincore -Package: postgresql-9.1-pgfincore +Package: postgresql-9.3-pgfincore Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends}, postgresql-9.1 +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 diff -Nru pgfincore-1.1/debian/pgversions pgfincore-1.1/debian/pgversions --- pgfincore-1.1/debian/pgversions 2011-07-29 17:39:35.000000000 +0200 +++ pgfincore-1.1/debian/pgversions 2013-10-26 18:08:44.000000000 +0200 @@ -1,3 +1,4 @@ 8.4 9.0 9.1 +9.3 diff -Nru pgfincore-1.1/debian/postgresql-9.3-pgfincore.dirs pgfincore-1.1/debian/postgresql-9.3-pgfincore.dirs --- pgfincore-1.1/debian/postgresql-9.3-pgfincore.dirs 1970-01-01 01:00:00.000000000 +0100 +++ pgfincore-1.1/debian/postgresql-9.3-pgfincore.dirs 2013-10-26 18:10:44.000000000 +0200 @@ -0,0 +1,2 @@ +usr/lib/postgresql/9.3/lib +usr/share/postgresql/9.3/extension diff -Nru pgfincore-1.1/debian/postgresql-9.3-pgfincore.docs pgfincore-1.1/debian/postgresql-9.3-pgfincore.docs --- pgfincore-1.1/debian/postgresql-9.3-pgfincore.docs 1970-01-01 01:00:00.000000000 +0100 +++ pgfincore-1.1/debian/postgresql-9.3-pgfincore.docs 2011-07-29 17:39:35.000000000 +0200 @@ -0,0 +1 @@ +README.rst diff -Nru pgfincore-1.1/debian/postgresql-9.3-pgfincore.install pgfincore-1.1/debian/postgresql-9.3-pgfincore.install --- pgfincore-1.1/debian/postgresql-9.3-pgfincore.install 1970-01-01 01:00:00.000000000 +0100 +++ pgfincore-1.1/debian/postgresql-9.3-pgfincore.install 2013-12-06 16:28:07.000000000 +0100 @@ -0,0 +1,4 @@ +debian/pgfincore-9.3/pgfincore.so usr/lib/postgresql/9.3/lib +debian/pgfincore-9.3/pgfincore*.sql usr/share/postgresql/9.3/extension +pgfincore--unpackaged--1.1.sql usr/share/postgresql/9.3/extension +pgfincore.control usr/share/postgresql/9.3/extension
signature.asc
Description: Digital signature