Fix for Bug 5116 – Duplicate and missing entries in "apt-get-debian-lenny.sh"
authorRicardo Dias Marques <koha@ricmarques.net>
Wed, 11 Aug 2010 17:31:53 +0000 (17:31 +0000)
committerGalen Charlton <gmcharlt@gmail.com>
Wed, 6 Oct 2010 12:12:13 +0000 (08:12 -0400)
commit95cb1c3a7f71a0dfd9f38652ff5fc0313c07862b
tree0666bf6107c1f42e47b001b6f0df8ff40c34da90
parenta89793131373dcf3d74798f97ab85f71ef113952
Fix for Bug 5116 – Duplicate and missing entries in "apt-get-debian-lenny.sh"

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

In the Debian installer shell script for Debian Lenny -
"apt-get-debian-lenny.sh"  - there were 2 missing lines for packages
that exist for Debian Lenny and that have versions that satisfy the
requirements of the Koha Installer, listed in the "PerlDependencies.pm"
file - located at "C4/Installer/PerlDependencies.pm".

The two missing lines are for "libnet-server-perl" (for the
"Net::Server" module) and "libpdf-table-perl" (for the "PDF::Table"
module).

I also noticed, in that same "apt-get-debian-lenny.sh" script, that
there were some duplicate (repeated) entries / lines for other modules,
namely: libdate-calc-perl, libdbd-mysql-perl, libemail-date-perl,
libgd-barcode-perl, libhtml-scrubber-perl, liblingua-stem-perl,
libmail-sendmail-perl, libmime-lite-perl, libnet-ldap-perl
and libpoe-perl.

So I'm adding, in this patch, the 2 missing lines
and removing the duplicate lines / entries.

Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
install_misc/apt-get-debian-lenny.sh