Add a target for Postgres 9.2 client debs and use it for precise.
authorJason Stephenson <jason@sigio.com>
Thu, 7 Mar 2013 00:09:19 +0000 (19:09 -0500)
committerJason Stephenson <jason@sigio.com>
Thu, 7 Mar 2013 00:09:19 +0000 (19:09 -0500)
This is my own customization, don't pick this into master, m'kay?

Open-ILS/src/extras/Makefile.install

index 7ab4838..6ea1d3d 100644 (file)
@@ -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