From 6a223fad1260e059495e606c785221a0513f6edc Mon Sep 17 00:00:00 2001 From: bradymiller Date: Tue, 29 Mar 2016 17:44:12 -0700 Subject: [PATCH] Fixed ubuntu package to work with new versions of Ubuntu --- contrib/util/ubuntu_package_scripts/production/README.Debian | 4 ++-- contrib/util/ubuntu_package_scripts/production/changelog.Debian | 6 ++++++ contrib/util/ubuntu_package_scripts/production/control | 4 ++-- contrib/util/ubuntu_package_scripts/production/copyright | 2 +- 4 files changed, 11 insertions(+), 5 deletions(-) diff --git a/contrib/util/ubuntu_package_scripts/production/README.Debian b/contrib/util/ubuntu_package_scripts/production/README.Debian index ad91942b0..4101a14fd 100644 --- a/contrib/util/ubuntu_package_scripts/production/README.Debian +++ b/contrib/util/ubuntu_package_scripts/production/README.Debian @@ -46,5 +46,5 @@ just installed it is very helpful. Authors of debianized OpenEMR: ------------------------------ --- Brady Miller Tue, 19 Jan 2016 00:28:15 -0800 --- Amalu Obinna Tue, 19 Jan 2016 00:28:15 -0800 +-- Brady Miller Tue, 29 Mar 2016 17:38:51 -0700 +-- Amalu Obinna Tue, 29 Mar 2016 17:38:51 -0700 diff --git a/contrib/util/ubuntu_package_scripts/production/changelog.Debian b/contrib/util/ubuntu_package_scripts/production/changelog.Debian index 17923fe03..88102cd0f 100644 --- a/contrib/util/ubuntu_package_scripts/production/changelog.Debian +++ b/contrib/util/ubuntu_package_scripts/production/changelog.Debian @@ -1,3 +1,9 @@ +openemr (4.2.1-2) stable; urgency=low + + * Fix to work with new versions of Ubuntu (15.10+). + + -- Brady Miller Tue, 29 Mar 2016 17:38:51 -0700 + openemr (4.2.1-1) stable; urgency=low * New upstream version diff --git a/contrib/util/ubuntu_package_scripts/production/control b/contrib/util/ubuntu_package_scripts/production/control index 9f3924abe..fe319be39 100644 --- a/contrib/util/ubuntu_package_scripts/production/control +++ b/contrib/util/ubuntu_package_scripts/production/control @@ -1,5 +1,5 @@ Package: openemr -Version: 4.2.1-1 +Version: 4.2.1-2 Maintainer: Brady Miller Installed-Size: 127000 Priority: optional @@ -8,7 +8,7 @@ Architecture: all Source: openemr Homepage: http://www.open-emr.org/ Pre-Depends: debconf -Depends: mysql-server, apache2-mpm-prefork, 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 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/copyright b/contrib/util/ubuntu_package_scripts/production/copyright index 68c9799ae..7c264097f 100644 --- a/contrib/util/ubuntu_package_scripts/production/copyright +++ b/contrib/util/ubuntu_package_scripts/production/copyright @@ -1,5 +1,5 @@ This package was debianized by Brady Miller on -Tue, 19 Jan 2016 00:28:15 -0800. +Tue, 29 Mar 2016 17:38:51 -0700. It was downloaded from sourceforge. -- 2.11.4.GIT