Reorganize Debian packaging
authorMarko Kreen <markokr@gmail.com>
Thu, 8 Mar 2012 22:37:21 +0000 (00:37 +0200)
committerMarko Kreen <markokr@gmail.com>
Fri, 9 Mar 2012 19:03:20 +0000 (21:03 +0200)
commitd92603b1d696c5087f9a198fca51c623b4a21251
tree6895b8dfbbc7655c8c6ec401713a4bd9a56a9b90
parent89b97dac410d340edeb8c076a04cd0de758bd4ae
Reorganize Debian packaging

Drop yada based packaging, instead use the new pg_buildext
packaging, except include pg_buildext under debian/ so the
package builds on lenny too.

It finds any postgresql-server-dev packages and builds
against them.

Also import Peter Eisentraut's Makefile fixes from official
Debian packaging to support multi-package builds.

Now package is built for all installed server-dev versions.
23 files changed:
META.json
Makefile
debian/changelog
debian/compat [new file with mode: 0644]
debian/control [new file with mode: 0644]
debian/control.in [new file with mode: 0644]
debian/copyright [new file with mode: 0644]
debian/packages.in [deleted file]
debian/pg_buildext [new file with mode: 0755]
debian/pgversions [new file with mode: 0644]
debian/postgresql-plproxy-8.3.docs [new file with mode: 0644]
debian/postgresql-plproxy-8.3.install [new file with mode: 0644]
debian/postgresql-plproxy-8.4.docs [new file with mode: 0644]
debian/postgresql-plproxy-8.4.install [new file with mode: 0644]
debian/postgresql-plproxy-9.0.docs [new file with mode: 0644]
debian/postgresql-plproxy-9.0.install [new file with mode: 0644]
debian/postgresql-plproxy-9.1.docs [new file with mode: 0644]
debian/postgresql-plproxy-9.1.install [new file with mode: 0644]
debian/postgresql-plproxy-9.2.docs [new file with mode: 0644]
debian/postgresql-plproxy-9.2.install [new file with mode: 0644]
debian/rules [new file with mode: 0755]
debian/source/format [new file with mode: 0644]
debian/source/options [new file with mode: 0644]