From: Ian Jackson Date: Fri, 13 Sep 2019 15:33:46 +0000 (+0100) Subject: debian/control: Add missing dependency on liburl-perl X-Git-Tag: archive/debian/9.9~8 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=dgit.git;a=commitdiff_plain;h=384eea2b2c16fce4639b345a7266143f1239d2bd debian/control: Add missing dependency on liburl-perl dgit uses URI::Escape for archive_query_aptget. This is a Recommends, because if you never use the aptget method you don't need it. (But few installations can do without the aptget method entirely.) Signed-off-by: Ian Jackson --- diff --git a/debian/control b/debian/control index 1bf399b2..210c5b73 100644 --- a/debian/control +++ b/debian/control @@ -17,7 +17,7 @@ Depends: perl, libdpkg-perl, git-core, devscripts, dpkg-dev, libjson-perl, ca-certificates, libtext-iconv-perl, libtext-glob-perl, libwww-curl-perl, libtext-csv-perl -Recommends: ssh-client, distro-info-data +Recommends: ssh-client, distro-info-data, liburi-perl Suggests: sbuild | pbuilder | cowbuilder Architecture: all Description: git interoperability with the Debian archive