[open-ils-commits] r14188 - trunk/Open-ILS/src/extras (dbs)

svn at svn.open-ils.org svn at svn.open-ils.org
Mon Sep 28 23:53:17 EDT 2009


Author: dbs
Date: 2009-09-28 23:53:14 -0400 (Mon, 28 Sep 2009)
New Revision: 14188

Modified:
   trunk/Open-ILS/src/extras/Makefile.install
Log:
Add Ubuntu Karmic support to prerequisite installer

Modified: trunk/Open-ILS/src/extras/Makefile.install
===================================================================
--- trunk/Open-ILS/src/extras/Makefile.install	2009-09-29 03:49:59 UTC (rev 14187)
+++ trunk/Open-ILS/src/extras/Makefile.install	2009-09-29 03:53:14 UTC (rev 14188)
@@ -3,7 +3,7 @@
 #
 # Makefile to install prerequisites for OpenSRF and Evergreen
 #
-# Currently supports Debian (etch/lenny), Ubuntu (gutsy/hardy/intrepid), and Gentoo.
+# Currently supports Debian (etch/lenny), Ubuntu (gutsy/hardy/intrepid/karmic), and Gentoo.
 # Working towards support of CentOS 5 / RHEL 5.
 # Installs Perl prereqs, libjs with Perl wrapper, libdbi, libdbi-drivers, and libyaz
 #
@@ -18,6 +18,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
@@ -179,6 +181,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\
@@ -213,7 +224,7 @@
 CPAN_MODULES = \
     Business::CreditCard::Object \
     Net::Z3950::Simple2ZOOM \
-	UUID::Tiny \
+    UUID::Tiny \
     SRU \
     Safe
 
@@ -246,8 +257,10 @@
 ubuntu-gutsy: hardy generic_ubuntu 
 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
 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 ---------------------------------------------------------
@@ -314,6 +327,12 @@
 install_debs:
 	$(APT_TOOL) install $(DEBS)
 
+install_pgsql_client_debs_84:
+	$(APT_TOOL) install $(PGSQL_CLIENT_DEBS_84)
+
+install_pgsql_server_debs_84:
+	$(APT_TOOL) install $(PGSQL_SERVER_DEBS_84)
+
 install_pgsql_client_debs_83:
 	$(APT_TOOL) install $(PGSQL_CLIENT_DEBS_83)
 



More information about the open-ils-commits mailing list