From f35eb1785437d9f7b1fd3c66edeb83868dc26418 Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Tue, 26 Mar 2019 18:49:32 +0100 Subject: [PATCH 1/2] Mark YunoHost as essential to avoid removing it inadvertenly --- debian/control | 1 + 1 file changed, 1 insertion(+) diff --git a/debian/control b/debian/control index 685c194ba..a6fd95154 100644 --- a/debian/control +++ b/debian/control @@ -1,6 +1,7 @@ Source: yunohost Section: utils Priority: extra +Essential: yes Maintainer: YunoHost Contributors Build-Depends: debhelper (>=9), dh-systemd, dh-python, python-all (>= 2.7) Standards-Version: 3.9.6 From efc848fe7d5f6e7ccba601cb8e3dfd6bd7bde70a Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Fri, 19 Apr 2019 02:06:56 +0200 Subject: [PATCH 2/2] Essential thing should be in the second block --- debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/control b/debian/control index a6fd95154..bb697d074 100644 --- a/debian/control +++ b/debian/control @@ -1,7 +1,6 @@ Source: yunohost Section: utils Priority: extra -Essential: yes Maintainer: YunoHost Contributors Build-Depends: debhelper (>=9), dh-systemd, dh-python, python-all (>= 2.7) Standards-Version: 3.9.6 @@ -9,6 +8,7 @@ X-Python-Version: >= 2.7 Homepage: https://yunohost.org/ Package: yunohost +Essential: yes Architecture: all Depends: ${python:Depends}, ${misc:Depends} , moulinette (>= 2.7.1), ssowat (>= 2.7.1)