From ff184c67804e8f9d6dc98b6a92330a11eeb5f78d Mon Sep 17 00:00:00 2001 From: Mattia Rizzolo Date: Tue, 23 Oct 2018 21:37:47 +0200 Subject: [PATCH] Add missing dependencies on sensible-utils (thanks lintian!). Signed-off-by: Mattia Rizzolo --- debian/control | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/control b/debian/control index 5dab14d..ded1055 100644 --- a/debian/control +++ b/debian/control @@ -129,7 +129,7 @@ Description: useful tools for Ubuntu developers Package: python-ubuntutools Architecture: all Section: python -Depends: ${misc:Depends}, ${python:Depends} +Depends: ${misc:Depends}, ${python:Depends}, sensible-utils Breaks: ubuntu-dev-tools (<< 0.154) Replaces: ubuntu-dev-tools (<< 0.154) Description: useful library of APIs for Ubuntu developer tools (Python 2) @@ -141,7 +141,7 @@ Description: useful library of APIs for Ubuntu developer tools (Python 2) Package: python3-ubuntutools Architecture: all Section: python -Depends: ${misc:Depends}, ${python3:Depends} +Depends: ${misc:Depends}, ${python3:Depends}, sensible-utils Description: useful library of APIs for Ubuntu developer tools This package ships a collection of APIs, helpers and wrappers used to develop useful utilities for Ubuntu developers.