[Freedombox-pkg-team] Bug#877955: freedombox-setup: Cleanup dependencies that are also plinth dependencies
James Valleroy
jvalleroy at mailbox.org
Sat Oct 7 22:01:01 UTC 2017
Package: freedombox-setup
Severity: wishlist
Tags: patch
These dependencies are all dependencies of plinth (>= 0.15.2), so they
are redundant here, and can be removed. (Note that they are still
transitive dependencies of freedombox-setup.)
I tested by building a freedom-maker image with this change, and
observed in the build log that all of these packages are still being
installed.
-------------- next part --------------
>From ca76ead2497541ed1b0f4182fe97af6b881758d2 Mon Sep 17 00:00:00 2001
From: James Valleroy <jvalleroy at mailbox.org>
Date: Sat, 7 Oct 2017 17:25:36 -0400
Subject: [PATCH] Remove depends that are also plinth depends
---
debian/control | 7 -------
1 file changed, 7 deletions(-)
diff --git a/debian/control b/debian/control
index 71678b0..ab9f830 100644
--- a/debian/control
+++ b/debian/control
@@ -20,8 +20,6 @@ Package: freedombox-setup
Architecture: all
Depends: ${misc:Depends}
, ${python3:Depends}
- , apache2
- , augeas-tools
, bridge-utils
, curl
, devio
@@ -36,8 +34,6 @@ Depends: ${misc:Depends}
, iptables
, iputils-ping
, iw
- , libapache2-mod-gnutls (>= 0.7.4-1)
- , libapache2-mod-php
, libnss-gw-name
, libnss-mdns
, libnss-myhostname
@@ -47,14 +43,11 @@ Depends: ${misc:Depends}
, locales-all
, lsof
, netcat-openbsd
- , network-manager
- , openssh-server
, parted
, plinth (>> 0.15.2)
, psmisc
, resolvconf
, ssl-cert
- , sudo
, tcpdump
, vim-tiny
, wget
--
2.11.0
More information about the Freedombox-pkg-team
mailing list