summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorIan Jackson <ijackson@chiark.greenend.org.uk>2019-09-13 16:33:46 +0100
committerIan Jackson <ijackson@chiark.greenend.org.uk>2019-09-13 16:47:10 +0100
commit384eea2b2c16fce4639b345a7266143f1239d2bd (patch)
tree3a1ffecee46555d4c2df1c9c81c5e2f9ed10118f /debian
parent33d74266cd1d03b3afe1b6626331deac6c762fb3 (diff)
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 <ijackson@chiark.greenend.org.uk>
Diffstat (limited to 'debian')
-rw-r--r--debian/control2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control
index 1bf399b..210c5b7 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