Add missing dependencies on sensible-utils (thanks lintian!).

Signed-off-by: Mattia Rizzolo <mattia@debian.org>
This commit is contained in:
Mattia Rizzolo 2018-10-23 21:37:47 +02:00
parent 0886e02435
commit ff184c6780
No known key found for this signature in database
GPG Key ID: 0816B9E18C762BAD

4
debian/control vendored
View File

@ -129,7 +129,7 @@ Description: useful tools for Ubuntu developers
Package: python-ubuntutools Package: python-ubuntutools
Architecture: all Architecture: all
Section: python Section: python
Depends: ${misc:Depends}, ${python:Depends} Depends: ${misc:Depends}, ${python:Depends}, sensible-utils
Breaks: ubuntu-dev-tools (<< 0.154) Breaks: ubuntu-dev-tools (<< 0.154)
Replaces: ubuntu-dev-tools (<< 0.154) Replaces: ubuntu-dev-tools (<< 0.154)
Description: useful library of APIs for Ubuntu developer tools (Python 2) 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 Package: python3-ubuntutools
Architecture: all Architecture: all
Section: python Section: python
Depends: ${misc:Depends}, ${python3:Depends} Depends: ${misc:Depends}, ${python3:Depends}, sensible-utils
Description: useful library of APIs for Ubuntu developer tools Description: useful library of APIs for Ubuntu developer tools
This package ships a collection of APIs, helpers and wrappers used to This package ships a collection of APIs, helpers and wrappers used to
develop useful utilities for Ubuntu developers. develop useful utilities for Ubuntu developers.