From: Jason Stephenson Date: Thu, 7 Mar 2013 00:09:19 +0000 (-0500) Subject: Add a target for Postgres 9.2 client debs and use it for precise. X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=7e632b7c3343df0da8637ca2844f943b9786abd9;p=working%2FEvergreen.git Add a target for Postgres 9.2 client debs and use it for precise. This is my own customization, don't pick this into master, m'kay? --- diff --git a/Open-ILS/src/extras/Makefile.install b/Open-ILS/src/extras/Makefile.install index 7ab4838d03..6ea1d3d6c4 100644 --- a/Open-ILS/src/extras/Makefile.install +++ b/Open-ILS/src/extras/Makefile.install @@ -191,6 +191,11 @@ PGSQL_CLIENT_DEBS_91 = \ libpq-dev \ postgresql-client-9.1 +PGSQL_CLIENT_DEBS_92 = \ + libpq5 \ + libpq-dev \ + postgresql-client-9.2 + PGSQL_SERVER_DEBS_90 = \ postgresql-9.0 \ postgresql-contrib-9.0 \ @@ -282,7 +287,7 @@ lucid: install_pgsql_client_debs_90 install_extra_debs \ # Needs for Ubuntu Precise Pangolin (12.04 LTS): ubuntu-precise: precise generic_ubuntu -precise: install_pgsql_client_debs_91 install_extra_debs_precise \ +precise: install_pgsql_client_debs_92 install_extra_debs_precise \ install_cpan_precise install_js_sm install_cpan_force # We don't do the "install" target on generic_ubuntu because newer