From: bradymiller Date: Sun, 28 Jul 2013 19:17:44 +0000 (-0700) Subject: Prepping ubuntu package for 4.1.2 release X-Git-Tag: whats-been-changed~244 X-Git-Url: https://repo.or.cz/w/openemr.git/commitdiff_plain/9da5f99ab838575d155a74e783a38013303e825b Prepping ubuntu package for 4.1.2 release --- diff --git a/contrib/util/ubuntu_package_scripts/production/README.Debian b/contrib/util/ubuntu_package_scripts/production/README.Debian index 63535c6cb..56024564e 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 Wed, 29 Aug 2012 19:34:26 -0700 --- Amalu Obinna Wed, 29 Aug 2012 19:34:26 -0700 +-- Brady Miller Sun, 04 Aug 2013 13:29:45 -0700 +-- Amalu Obinna Sun, 04 Aug 2013 13:29:45 -0700 diff --git a/contrib/util/ubuntu_package_scripts/production/changelog.Debian b/contrib/util/ubuntu_package_scripts/production/changelog.Debian index da84ab969..a2b140026 100644 --- a/contrib/util/ubuntu_package_scripts/production/changelog.Debian +++ b/contrib/util/ubuntu_package_scripts/production/changelog.Debian @@ -1,3 +1,10 @@ +openemr (4.1.2-1) stable; urgency=low + + * New upstream version + * Added support with the max_input_vars php setting + + -- Brady Miller Sun, 04 Aug 2013 13:29:45 -0700 + openemr (4.1.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 2fbc3a929..416f24bb8 100644 --- a/contrib/util/ubuntu_package_scripts/production/control +++ b/contrib/util/ubuntu_package_scripts/production/control @@ -1,7 +1,7 @@ Package: openemr -Version: 4.1.1-1 +Version: 4.1.2-1 Maintainer: Brady Miller -Installed-Size: 107000 +Installed-Size: 127000 Priority: optional Section: web Architecture: all diff --git a/contrib/util/ubuntu_package_scripts/production/copyright b/contrib/util/ubuntu_package_scripts/production/copyright index e10af0137..24acfe007 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 -Wed, 29 Aug 2012 19:34:26 -0700. +Sun, 04 Aug 2013 13:29:45 -0700. It was downloaded from sourceforge. @@ -7,10 +7,10 @@ Upstream Author: http://www.open-emr.org Copyright: - Copyright (C) 2012 http://www.oemr.org + Copyright (C) 2013 http://www.oemr.org License: GPL -The Debian packaging is (C) 2012, Brady Miller and +The Debian packaging is (C) 2013, Brady Miller and is licensed under the GPL, see `/usr/share/common-licenses/GPL'. diff --git a/contrib/util/ubuntu_package_scripts/production/preinst b/contrib/util/ubuntu_package_scripts/production/preinst index be8c63b48..9d8bf922e 100644 --- a/contrib/util/ubuntu_package_scripts/production/preinst +++ b/contrib/util/ubuntu_package_scripts/production/preinst @@ -5,7 +5,7 @@ #the Free Software Foundation; either version 2 of the License, or #(at your option) any later version. # -# Copyright 2012 +# Copyright 2013 # authors: Amalu Obinna # Brady Miller # @@ -213,15 +213,17 @@ upgrade_function () { OLD_VERSION="4.0.0-1" elif [ "$OLD_VERSION" == "4.1.0" ]; then OLD_VERSION="4.1.0-1" + elif [ "$OLD_VERSION" == "4.1.1" ]; then + OLD_VERSION="4.1.1-1" else prompt_input openemr/upgrade_not_supported critical ret_result unable_exit "Unable to upgrade from $OLD_VERSION version package with $UPGRADETYPE method, so can not upgrade the OpenEMR Package." fi fi # - # ONLY acceptable package and converted raw is 3.0.1-1 or 3.1.0-1 or 3.2.0-1 or 4.0.0-1 or 4.1.0-1 + # ONLY acceptable package and converted raw is 3.0.1-1 or 3.1.0-1 or 3.2.0-1 or 4.0.0-1 or 4.1.0-1 or 4.1.1-1 # - if [ "$OLD_VERSION" != "3.0.1-1" ] && [ "$OLD_VERSION" != "3.1.0-1" ] && [ "$OLD_VERSION" != "3.2.0-1" ]&& [ "$OLD_VERSION" != "4.0.0-1" ] && [ "$OLD_VERSION" != "4.1.0-1" ]; then + if [ "$OLD_VERSION" != "3.0.1-1" ] && [ "$OLD_VERSION" != "3.1.0-1" ] && [ "$OLD_VERSION" != "3.2.0-1" ] && [ "$OLD_VERSION" != "4.0.0-1" ] && [ "$OLD_VERSION" != "4.1.0-1" ] && [ "$OLD_VERSION" != "4.1.1-1" ]; then prompt_input openemr/upgrade_not_supported critical ret_result unable_exit "Unable to upgrade from $OLD_VERSION version package with $UPGRADETYPE method, so can not upgrade the OpenEMR Package." fi