Add install_yaz dependency to debian and ubuntu Makefile.install
authorDan Scott <dscott@laurentian.ca>
Mon, 21 Nov 2011 17:38:56 +0000 (12:38 -0500)
committerDan Scott <dscott@laurentian.ca>
Mon, 21 Nov 2011 17:38:56 +0000 (12:38 -0500)
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 <dscott@laurentian.ca>
Open-ILS/src/extras/Makefile.install

index 879cf00..3fd22f5 100644 (file)
@@ -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 ---------------------------------------------------------