[Opensrf-commits] r1974 - trunk/src/extras (dbs)
svn at svn.open-ils.org
svn at svn.open-ils.org
Wed Jun 30 22:56:31 EDT 2010
Author: dbs
Date: 2010-06-30 22:56:28 -0400 (Wed, 30 Jun 2010)
New Revision: 1974
Modified:
trunk/src/extras/Makefile.install
Log:
Move on up to Lucid; drop Karmic along the way
Modified: trunk/src/extras/Makefile.install
===================================================================
--- trunk/src/extras/Makefile.install 2010-07-01 02:29:57 UTC (rev 1973)
+++ trunk/src/extras/Makefile.install 2010-07-01 02:56:28 UTC (rev 1974)
@@ -3,7 +3,7 @@
#
# Makefile to install prerequisites for OpenSRF
#
-# Currently supports Debian (etch/lenny), Ubuntu (hardy/karmic), and Gentoo.
+# Currently supports Debian (etch/lenny), Ubuntu (hardy/lucid), and Gentoo.
# Working towards support of CentOS 5 / RHEL 5 and Fedora.
# Installs Perl prereqs, libjs with Perl wrapper
#
@@ -14,7 +14,7 @@
# - or -
# make -f Makefile.install ubuntu-hardy
# - or -
-# make -f Makefile.install ubuntu-karmic
+# make -f Makefile.install ubuntu-lucid
# - or -
# make -f Makefile.install centos
# - or -
@@ -289,7 +289,7 @@
libjson-xs-perl \
libnet-server-perl
-EXTRA_DEBS_UBUNTU_KARMIC = \
+EXTRA_DEBS_UBUNTU_LUCID = \
libmemcached-dev\
libxml-libxml-perl \
libxml-libxslt-perl
@@ -336,9 +336,9 @@
rhel: centos
ubuntu-hardy: generic_ubuntu install_cpan_xml hardy
-ubuntu-karmic: generic_ubuntu karmic
+ubuntu-lucid: generic_ubuntu lucid
hardy: install_cpan install_libmemcached
-karmic: install_extra_debs install_extra_debs_karmic
+lucid: install_extra_debs install_extra_debs_lucid
generic_ubuntu: install_debs install_cpan_force debian_sys_config
# - COMMON TARGETS ---------------------------------------------------------
@@ -452,8 +452,8 @@
$(APT_TOOL) install $(EXTRA_DEBS)
# Install even more packaged dependencies on modern distros
-install_extra_debs_karmic:
- $(APT_TOOL) install $(EXTRA_DEBS_UBUNTU_KARMIC)
+install_extra_debs_lucid:
+ $(APT_TOOL) install $(EXTRA_DEBS_UBUNTU_LUCID)
# ------------------------------------------------------------------
# - GENTOO ---------------------------------------------------------
More information about the opensrf-commits
mailing list