From 33933467a3998ee4cfcf3d041c89516623907584 Mon Sep 17 00:00:00 2001 From: jo Date: Tue, 5 Oct 2021 15:00:06 +0200 Subject: [PATCH] Move legacy packages.ini to airtime_mvc --- airtime_mvc/packages.ini | 25 +++++++++++++++++++++++++ install | 1 + packages.ini | 25 ------------------------- 3 files changed, 26 insertions(+), 25 deletions(-) create mode 100644 airtime_mvc/packages.ini diff --git a/airtime_mvc/packages.ini b/airtime_mvc/packages.ini new file mode 100644 index 000000000..4793d7f8d --- /dev/null +++ b/airtime_mvc/packages.ini @@ -0,0 +1,25 @@ +# This file contains a list of package dependencies. +[common] +apache2 = buster, bionic +php-apcu = buster, bionic +php-pear = buster, bionic +# Bionic +libapache2-mod-php7.2 = bionic +php-bcmath = bionic +php-mbstring = bionic +php7.2 = bionic +php7.2-curl = bionic +php7.2-gd = bionic +php7.2-pgsql = bionic +php7.2-xml = bionic +# Buster +libapache2-mod-php7.3 = buster +php-amqplib = buster +php7.3 = buster +php7.3-bcmath = buster +php7.3-curl = buster +php7.3-dev = buster +php7.3-gd = buster +php7.3-mbstring = buster +php7.3-pgsql = buster +php7.3-xml = buster diff --git a/install b/install index 7a69bba60..f01065b41 100755 --- a/install +++ b/install @@ -757,6 +757,7 @@ if [ "$ignore_dependencies" = "f" ]; then packages_files=( "${SCRIPT_DIR}/" + "${SCRIPT_DIR}/airtime_mvc" "${SCRIPT_DIR}/api" "${SCRIPT_DIR}/python_apps/airtime_analyzer" "${SCRIPT_DIR}/python_apps/pypo" diff --git a/packages.ini b/packages.ini index 1e17f4615..8ceed0c85 100644 --- a/packages.ini +++ b/packages.ini @@ -11,31 +11,6 @@ curl = buster, bionic unzip = buster, bionic zip = buster, bionic -[legacy] -apache2 = buster, bionic -php-apcu = buster, bionic -php-pear = buster, bionic -# Bionic -libapache2-mod-php7.2 = bionic -php-bcmath = bionic -php-mbstring = bionic -php7.2 = bionic -php7.2-curl = bionic -php7.2-gd = bionic -php7.2-pgsql = bionic -php7.2-xml = bionic -# Buster -libapache2-mod-php7.3 = buster -php-amqplib = buster -php7.3 = buster -php7.3-bcmath = buster -php7.3-curl = buster -php7.3-dev = buster -php7.3-gd = buster -php7.3-mbstring = buster -php7.3-pgsql = buster -php7.3-xml = buster - [installer] lsb-release = buster, bionic xmlstarlet = buster, bionic