[open-ils-commits] r15918 - branches/rel_1_6/Open-ILS/src/extras (dbs)

svn at svn.open-ils.org svn at svn.open-ils.org
Fri Mar 19 11:36:15 EDT 2010


Author: dbs
Date: 2010-03-19 11:36:13 -0400 (Fri, 19 Mar 2010)
New Revision: 15918

Modified:
   branches/rel_1_6/Open-ILS/src/extras/Makefile.install
Log:
Forward-port r15917 - add ubuntu-karmic as a target for prereqs


Modified: branches/rel_1_6/Open-ILS/src/extras/Makefile.install
===================================================================
--- branches/rel_1_6/Open-ILS/src/extras/Makefile.install	2010-03-19 15:32:54 UTC (rev 15917)
+++ branches/rel_1_6/Open-ILS/src/extras/Makefile.install	2010-03-19 15:36:13 UTC (rev 15918)
@@ -16,6 +16,8 @@
 # 	- or -
 # 	make -f Makefile.install ubuntu-intrepid
 # 	- or -
+# 	make -f Makefile.install ubuntu-karmic
+# 	- or -
 # 	make -f Makefile.install centos
 # 	- or -
 # 	make -f Makefile.install rhel
@@ -175,6 +177,15 @@
 	postgresql-plperl-8.3 \
 	postgresql-server-dev-8.3
 
+PGSQL_CLIENT_DEBS_84 = \
+	postgresql-client
+
+PGSQL_SERVER_DEBS_84 = \
+	postgresql \
+	postgresql-contrib-8.4 \
+	postgresql-plperl-8.4 \
+	postgresql-server-dev-8.4
+
 GENTOOS = \
     yaz\
     aspell-en\
@@ -239,8 +250,10 @@
 
 ubuntu-hardy: hardy generic_ubuntu
 ubuntu-intrepid: intrepid generic_ubuntu
+ubuntu-karmic: karmic generic_ubuntu
 hardy: install_pgsql_client_debs_82 install_yaz install_cpan_marc install_extra_encode
 intrepid: install_pgsql_client_debs_83 install_extra_debs
+karmic: install_pgsql_client_debs_84 install_extra_debs
 generic_ubuntu: install_debs install debian_sys_config
 
 # - COMMON TARGETS ---------------------------------------------------------



More information about the open-ils-commits mailing list