From 95cb1c3a7f71a0dfd9f38652ff5fc0313c07862b Mon Sep 17 00:00:00 2001 From: Ricardo Dias Marques Date: Wed, 11 Aug 2010 17:31:53 +0000 Subject: [PATCH] =?utf8?q?Fix=20for=20Bug=205116=20=E2=80=93=20Duplicate?= =?utf8?q?=20and=20missing=20entries=20in=20"apt-get-debian-lenny.sh"?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit 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 --- install_misc/apt-get-debian-lenny.sh | 16 ++-------------- 1 file changed, 2 insertions(+), 14 deletions(-) diff --git a/install_misc/apt-get-debian-lenny.sh b/install_misc/apt-get-debian-lenny.sh index 8b90a85288..4e48f59569 100755 --- a/install_misc/apt-get-debian-lenny.sh +++ b/install_misc/apt-get-debian-lenny.sh @@ -19,8 +19,6 @@ libclass-accessor-perl \ libclass-factory-util-perl \ libdata-ical-perl \ libdate-calc-perl \ -libdate-calc-perl \ -libdate-ical-perl \ libdate-ical-perl \ libdate-manip-perl \ libdatetime-format-mail-perl \ @@ -30,20 +28,16 @@ libdatetime-locale-perl \ libdatetime-perl \ libdatetime-timezone-perl \ libdbd-mysql-perl \ -libdbd-mysql-perl \ libdbd-sqlite2-perl \ libdbi-perl \ libdigest-sha-perl \ libemail-date-perl \ -libemail-date-perl \ libgcrypt11-dev \ libgcrypt11 \ libgd2-xpm-dev \ libgd-barcode-perl \ -libgd-barcode-perl \ libgd-gd2-perl \ libhtml-scrubber-perl \ -libhtml-scrubber-perl \ libhtml-template-pro-perl \ libidzebra-2.0-dev \ libidzebra-2.0 \ @@ -58,30 +52,24 @@ libjson-perl \ libjson-xs-perl \ liblingua-ispell-perl \ liblingua-stem-perl \ -liblingua-stem-perl \ liblist-moreutils-perl \ liblocale-gettext-perl \ liblocale-po-perl \ libmail-sendmail-perl \ -libmail-sendmail-perl \ -libmail-sendmail-perl \ libmarc-charset-perl \ libmarc-crosswalk-dublincore-perl \ libmarc-record-perl \ libmarc-xml-perl \ libmime-lite-perl \ -libmime-lite-perl \ -libmime-lite-perl \ libmysqlclient15-dev \ libnet-ldap-perl \ -libnet-ldap-perl \ libnet-z3950-zoom-perl \ +libnet-server-perl \ libnumber-format-perl \ libpdf-api2-perl \ -libpdf-api2-perl \ libpdf-reuse-barcode-perl \ libpdf-reuse-perl \ -libpoe-perl \ +libpdf-table-perl \ libpoe-perl \ libschedule-at-perl \ libtext-charwidth-perl \ -- 2.39.2