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:
Sunil Mohan Adapa 2018-01-15 13:15:12 +05:30 committed by James Valleroy
parent 8dcf570c76
commit c957427a59
No known key found for this signature in database
GPG Key ID: 77C0C75E7B650808
3 changed files with 10 additions and 0 deletions

View File

@ -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
View File

@ -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
View File

@ -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