chiark / gitweb /
debian/control: Add missing dependency on liburl-perl
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Fri, 13 Sep 2019 15:33:46 +0000 (16:33 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Fri, 13 Sep 2019 15:47:10 +0000 (16:47 +0100)
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>
debian/control

index 1bf399b25ba3b48529c75b4b982a6281445e69f3..210c5b73e3e97cf6b4aa0389990cde449c92eaaa 100644 (file)
@@ -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