mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-04-22 10:01:45 +00:00
debian: Add e2fsprogs as explicit dependency
- To Build-Depends list as tests depend on it. - To Depends list as storage action needs it. Signed-off-by: Sunil Mohan Adapa <sunil@medhas.org> Reviewed-by: James Valleroy <jvalleroy@mailbox.org>
This commit is contained in:
parent
8dcf570c76
commit
c957427a59
@ -9,6 +9,7 @@
|
||||
augeas-tools \
|
||||
dblatex \
|
||||
docbook-utils \
|
||||
e2fsprogs \
|
||||
gettext \
|
||||
gir1.2-glib-2.0 \
|
||||
gir1.2-nm-1.0 \
|
||||
|
||||
7
debian/changelog
vendored
7
debian/changelog
vendored
@ -1,3 +1,10 @@
|
||||
plinth (0.21.0) UNRELEASED; urgency=medium
|
||||
|
||||
[ Sunil Mohan Adapa ]
|
||||
* Add explicit dependency on e2fsprogs (Closes: #887223).
|
||||
|
||||
-- Sunil Mohan Adapa <sunil@medhas.org> Mon, 15 Jan 2018 13:22:08 +0530
|
||||
|
||||
plinth (0.20.0) unstable; urgency=high
|
||||
|
||||
[ James Valleroy ]
|
||||
|
||||
2
debian/control
vendored
2
debian/control
vendored
@ -15,6 +15,7 @@ Build-Depends: debhelper (>= 10~)
|
||||
, dblatex
|
||||
, dh-python
|
||||
, docbook-utils
|
||||
, e2fsprogs
|
||||
, gir1.2-nm-1.0
|
||||
, libjs-bootstrap
|
||||
, python3-all
|
||||
@ -49,6 +50,7 @@ Depends: ${python3:Depends}
|
||||
, ${plinth:Depends}
|
||||
, adduser
|
||||
, augeas-tools
|
||||
, e2fsprogs
|
||||
, gettext
|
||||
, gir1.2-glib-2.0
|
||||
, gir1.2-nm-1.0
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user