[Koha-bugs] [Bug 8489] Revised ubuntu-pkg-check.sh, renamed ubuntu package files, tweaked 12.04 package file, copied 12.04 package file to ubuntu.packages

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Sat Jul 21 16:29:22 CEST 2012


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8489

--- Comment #1 from M. Tompsett <mtompset at hotmail.com> ---
Created attachment 11063
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=11063&action=edit
Restructured ubuntu .packages files to include versioning and to have the
ubuntu-pkg-check.sh script use the versioning

It should be noted the the patches for the ubuntu.packages file represent the
changes that I made from the old ubuntu.packages file while creating the
ubuntu.12.04.packages file.

It should also be noted that this requires versions of ubuntu .packages files
on a forward basis. When LTS support is dropped, old versioned files can be
dropped as well.

The ubuntu.packages file should be identical to the more recent copy of the
ubuntu.{version}.packages file.

ubuntu.packages -> ubuntu.10.04.packages
ubuntu_maverick.packages -> ubuntu.10.10.packages
ubuntu.packages -> ubuntu.12.04.packages
ubuntu.12.04.packages tweaked
ubuntu.12.04.packages -> ubuntu.packages

Added version login using lsb_release into ubuntu-pkg-check.sh
    ./install_misc/ubuntu-pkg-check.sh | grep none
should produce empty output if everything (including optional modules) are
installed.

./install_misc/ubuntu-pkg-check.sh | wc
should generate a higher line count than the total modules required figure on
./koha_perl_deps.pl -a
And if the there is empty output produced by
    ./install_misc/ubuntu-pkg-check.sh | grep none
then there should be nothing missing for
    ./koha_perl_deps.pl -m -u
optional or required.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list