Use a few more packages on Lenny and Intrepid
authordbs <dbs@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Sun, 30 Nov 2008 04:36:14 +0000 (04:36 +0000)
committerdbs <dbs@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Sun, 30 Nov 2008 04:36:14 +0000 (04:36 +0000)
git-svn-id: svn://svn.open-ils.org/ILS/trunk@11367 dcc99617-32d9-48b4-a31d-7c20da2025e4

Open-ILS/src/extras/Makefile.install

index 268c91a..f805934 100644 (file)
@@ -3,7 +3,7 @@
 #
 # Makefile to install prerequisites for OpenSRF and Evergreen
 #
-# Currently supports Debian (etch/lenny), Ubuntu (gutsy/hardy/ibex), and Gentoo.
+# Currently supports Debian (etch/lenny), Ubuntu (gutsy/hardy/intrepid), and Gentoo.
 # Working towards support of CentOS 5 / RHEL 5.
 # Installs Perl prereqs, libjs with Perl wrapper, libdbi, libdbi-drivers, and libyaz
 #
@@ -16,7 +16,7 @@
 #      - or -
 #      make -f Makefile.install ubuntu-hardy
 #      - or -
-#      make -f Makefile.install ubuntu-ibex
+#      make -f Makefile.install ubuntu-intrepid
 #      - or -
 #      make -f Makefile.install centos
 #      - or -
@@ -96,6 +96,9 @@ DEBS =  \
 
 # Debian Lenny and Ubuntu Intrepid bundle recent versions of yaz
 EXTRA_DEBS = \
+       libmarc-charset-perl \
+       libmarc-xml-perl \
+       libnet-z3950-zoom-perl \
        libyaz-dev \
        yaz
 
@@ -227,9 +230,9 @@ rhel: centos
 
 ubuntu-gutsy: hardy generic_ubuntu 
 ubuntu-hardy: hardy generic_ubuntu
-ubuntu-ibex: ibex generic_ubuntu
+ubuntu-intrepid: intrepid generic_ubuntu
 hardy: install_pgsql_client_debs_82 install_yaz install_cpan_marc
-ibex: install_pgsql_client_debs_83 install_extra_debs
+intrepid: install_pgsql_client_debs_83 install_extra_debs
 generic_ubuntu: install_debs install debian_sys_config
 
 # - COMMON TARGETS ---------------------------------------------------------