Package: plinth Severity: wishlist Tags: patch This patch adds as dependencies, packages that are required by essential Plinth modules. This is so that when freedombox-setup runs "plinth --setup", it doesn't need to install any packages at that time. This is to support running setup automatically (see #834260).
-- System Information: Debian Release: stretch/sid APT prefers testing APT policy: (500, 'testing') Architecture: amd64 (x86_64) Foreign Architectures: i386 Kernel: Linux 4.6.0-1-amd64 (SMP w/8 CPU cores) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Init: systemd (via /run/systemd/system)
>From 7f3df2f40306ed41c30716c10f7959a27946d9f7 Mon Sep 17 00:00:00 2001 From: James Valleroy <jvalle...@mailbox.org> Date: Tue, 30 Aug 2016 20:18:16 -0400 Subject: [PATCH] Add essential packages as dependencies These are packages required by essential Plinth modules. --- debian/control | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/debian/control b/debian/control index c47569e..19c8d2e 100644 --- a/debian/control +++ b/debian/control @@ -49,10 +49,15 @@ Depends: ${python3:Depends} , gir1.2-networkmanager-1.0 , javascript-common , ldapscripts + , ldap-utils + , letsencrypt , libjs-bootstrap , libjs-jquery , libjs-modernizr + , libnss-ldapd + , libpam-ldapd , network-manager + , nslcd , ppp , pppoe , python3-augeas @@ -64,6 +69,7 @@ Depends: ${python3:Depends} , python3-psutil , python3-requests , python3-yaml + , slapd , sudo Description: web front end for administering every aspect of a FreedomBox The FreedomBox is a net appliance conceived by Eben Moglen. It -- 2.9.3