]> git.koha-community.org Git - koha.git/commit
Bug 8489: Revise Ubuntu install files
authorMark Tompsett <mtompset@hotmail.com>
Sat, 21 Jul 2012 14:04:23 +0000 (22:04 +0800)
committerJared Camins-Esakov <jcamins@cpbibliography.com>
Sat, 21 Jul 2012 17:41:10 +0000 (13:41 -0400)
commitbbbf3055747f24c25670cfb1de977f25424551ca
tree7760f5e50f91b6655f4ea69d129f74c5a145763f
parentdbd614c3559b009d099c59ca879f378cafa8e826
Bug 8489: Revise Ubuntu install files

1) Changed ubuntu-pkg-check.sh to use lsb_release to determine version
   of ubuntu.{version}.packages file. If a versioned file does not
   exist, the user is warned, and ubuntu.packages is used. Told the
   user which file is being used. Caught apt-cache policy errors nicely.
   NOTE: ubuntu.packages MUST BE A COPY OF THE
   LATEST ubuntu.{version}.packages FILE!
2) Moved: ubuntu.packages -> ubuntu.10.04.packages
          ubuntu_maverick.packages -> ubuntu.10.10.packages
          ubuntu.precise.packages -> ubuntu.12.04 packages
             (last file created new, but effectively supersedes bug 8488)
3) Tweaked ubuntu.12.04.packages:
   * changed yaz3 references to yaz4
   * dropped libmysqlclient16-dev
   * changed libmysqlclient16 to libmysqlclient18
4) Copied the ubuntu.12.04.packages file to ubuntu.packages

Signed-off-by: Jared Camins-Esakov <jcamins@cpbibliography.com>
install_misc/ubuntu-pkg-check.sh
install_misc/ubuntu.10.04.packages [new file with mode: 0644]
install_misc/ubuntu.10.10.packages [new file with mode: 0644]
install_misc/ubuntu.12.04.packages [new file with mode: 0644]
install_misc/ubuntu.packages
install_misc/ubuntu_maverick.packages [deleted file]