From 5536bd52ecea4d13c82c1bd5a4eb86a83c78f34d Mon Sep 17 00:00:00 2001 From: Dan Scott Date: Mon, 21 Nov 2011 12:38:56 -0500 Subject: [PATCH] Add install_yaz dependency to debian and ubuntu Makefile.install To build SimpleServer 1.15 we need a version of yaz 4.2+, so add install_yaz as a dependency for debian and ubuntu. This should have been added in LP 872284 but was overlooked due to local testing and didn't get any further testing before being committed. Signed-off-by: Dan Scott --- Open-ILS/src/extras/Makefile.install | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Open-ILS/src/extras/Makefile.install b/Open-ILS/src/extras/Makefile.install index 879cf00586..3fd22f5a1b 100644 --- a/Open-ILS/src/extras/Makefile.install +++ b/Open-ILS/src/extras/Makefile.install @@ -297,11 +297,11 @@ fedora16: install_fedora_rpms install_cpan install_cpan_fedora install_cpan_marc debian-squeeze: squeeze generic_debian squeeze: install_pgsql_client_debs_90 install_extra_debs_squeeze -generic_debian: install_debs test_for_libdbi_pkg install debian_sys_config install_cpan_force +generic_debian: install_debs install_yaz test_for_libdbi_pkg install debian_sys_config install_cpan_force ubuntu-lucid: lucid generic_ubuntu lucid: install_pgsql_client_debs_90 install_extra_debs install_cpan_marc_record install_yaz install_cpan_lucid -generic_ubuntu: install_debs test_for_libdbi_pkg install debian_sys_config install_cpan_more install_cpan_safe install_cpan_force +generic_ubuntu: install_debs install_yaz test_for_libdbi_pkg install debian_sys_config install_cpan_more install_cpan_safe install_cpan_force # - COMMON TARGETS --------------------------------------------------------- -- 2.11.0