From d9dec3068217970ff58719420a9458e0c856b865 Mon Sep 17 00:00:00 2001 From: bradymiller Date: Tue, 26 Apr 2016 02:31:11 -0700 Subject: [PATCH] Added gettext dependency to ubunte/debian package for phpmyadmin --- contrib/util/ubuntu_package_scripts/development/control | 2 +- contrib/util/ubuntu_package_scripts/production/control | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/contrib/util/ubuntu_package_scripts/development/control b/contrib/util/ubuntu_package_scripts/development/control index 55fb3062e..279f03e49 100644 --- a/contrib/util/ubuntu_package_scripts/development/control +++ b/contrib/util/ubuntu_package_scripts/development/control @@ -7,7 +7,7 @@ Section: web Architecture: all Homepage: http://www.open-emr.org/ Pre-Depends: debconf -Depends: mysql-server, apache2, makepasswd, libapache2-mod-php5, libdate-calc-perl, libdbd-mysql-perl, libdbi-perl, libhtml-parser-perl, libtiff-tools, libwww-mechanize-perl, libxml-parser-perl, php5, php5-mysql, php5-cli, php5-gd, php5-xsl, php5-curl, php5-mcrypt, php-soap, php5-json, imagemagick, git-core +Depends: mysql-server, apache2, makepasswd, libapache2-mod-php5, libdate-calc-perl, libdbd-mysql-perl, libdbi-perl, libhtml-parser-perl, libtiff-tools, libwww-mechanize-perl, libxml-parser-perl, php5, php5-mysql, php5-cli, php5-gd, php5-xsl, php5-curl, php5-mcrypt, php-soap, php5-json, imagemagick, php-gettext, git-core Description: Comprehensive Medical Practice Management Application OpenEMR provides office scheduling, electronic medical records, prescriptions, insurance billing, accounting and access controls. diff --git a/contrib/util/ubuntu_package_scripts/production/control b/contrib/util/ubuntu_package_scripts/production/control index fe319be39..86a68f91c 100644 --- a/contrib/util/ubuntu_package_scripts/production/control +++ b/contrib/util/ubuntu_package_scripts/production/control @@ -8,7 +8,7 @@ Architecture: all Source: openemr Homepage: http://www.open-emr.org/ Pre-Depends: debconf -Depends: mysql-server, apache2, makepasswd, libapache2-mod-php5, libdate-calc-perl, libdbd-mysql-perl, libdbi-perl, libhtml-parser-perl, libtiff-tools, libwww-mechanize-perl, libxml-parser-perl, php5, php5-mysql, php5-cli, php5-gd, php5-xsl, php5-curl, php5-mcrypt, php-soap, php5-json, imagemagick +Depends: mysql-server, apache2, makepasswd, libapache2-mod-php5, libdate-calc-perl, libdbd-mysql-perl, libdbi-perl, libhtml-parser-perl, libtiff-tools, libwww-mechanize-perl, libxml-parser-perl, php5, php5-mysql, php5-cli, php5-gd, php5-xsl, php5-curl, php5-mcrypt, php-soap, php5-json, imagemagick, php-gettext Description: Comprehensive Medical Practice Management Application OpenEMR provides office scheduling, electronic medical records, prescriptions, insurance billing, accounting and access controls. -- 2.11.4.GIT