From 221867ca37f420347c582d2407b6eb57e5306d30 Mon Sep 17 00:00:00 2001 From: Dimitri John Ledkov Date: Tue, 23 Dec 2014 16:15:40 +0000 Subject: [PATCH] Add misc depends. --- debian/control | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/control b/debian/control index 7e210e0..7d626c0 100644 --- a/debian/control +++ b/debian/control @@ -127,7 +127,7 @@ Description: useful tools for Ubuntu developers Package: python-ubuntutools Architecture: all -Depends: ${python:Depends} +Depends: ${python:Depends}, ${misc:Depends} Breaks: ubuntu-dev-tools (<< 0.154) Replaces: ubuntu-dev-tools (<< 0.154) Description: useful library of APIs for Ubuntu developer tools (Python 2) @@ -138,7 +138,7 @@ Description: useful library of APIs for Ubuntu developer tools (Python 2) Package: python3-ubuntutools Architecture: all -Depends: ${python3:Depends} +Depends: ${python3:Depends}, ${misc:Depends} Description: useful library of APIs for Ubuntu developer tools This package ships a collection of APIs, helpers and wrappers used to develop useful utiliteis for Ubuntu developers.