From: Michael Tremer Date: Thu, 4 Jun 2020 10:31:31 +0000 (+0000) Subject: debian: Correctly define runtime dependencies for all packages X-Git-Tag: 0.9.2~23 X-Git-Url: http://git.ipfire.org/?p=people%2Fms%2Flibloc.git;a=commitdiff_plain;h=666be30242d0527c1dd6a90f6db1189632e108b9 debian: Correctly define runtime dependencies for all packages Signed-off-by: Michael Tremer --- diff --git a/debian/control b/debian/control index eff0b99..3c0889f 100644 --- a/debian/control +++ b/debian/control @@ -26,10 +26,8 @@ Architecture: any Pre-Depends: ${misc:Pre-Depends} Depends: - perl, ${shlibs:Depends}, - ${misc:Depends}, - ${python3:Depends}, + ${misc:Depends} Recommends: location (= ${binary:Version}) Description: Location library @@ -54,7 +52,8 @@ Pre-Depends: ${misc:Pre-Depends} Depends: location-python (= ${binary:Version}), - ${misc:Depends} + ${misc:Depends}, + ${python3:Depends} Multi-Arch: same Description: CLI utilities for libloc Commands to determine someone's location on the Internet @@ -65,8 +64,9 @@ Section: python Pre-Depends: ${misc:Pre-Depends} Depends: + ${misc:Depends}, + ${python3:Depends}, ${shlibs:Depends}, - ${misc:Depends} Description: Python modules for libloc This package contains Python bindings for libloc