From 384eea2b2c16fce4639b345a7266143f1239d2bd Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Fri, 13 Sep 2019 16:33:46 +0100 Subject: [PATCH] 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 --- debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.30.2