From 7fcdc620e03319f71e8516c6f4ab5f322c69c82b Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sun, 25 Aug 2013 16:34:06 +0100 Subject: [PATCH] Add missing dependency on realpath. --- debian/changelog | 1 + debian/control | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index f3bce715..e67bfe8c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -18,6 +18,7 @@ dgit (0.11) unstable; urgency=low * Fix a badly open-coded copy of check_not_dirty. Closes: #720524. * Fix some bugs in building (eg build-source would fail to do the quilt fixup; the --clean check in build was wrong). + * Add missing dependency on realpath. -- diff --git a/debian/control b/debian/control index 258cc237..7a389aaa 100644 --- a/debian/control +++ b/debian/control @@ -7,7 +7,7 @@ Build-Depends: debhelper (>= 9) Package: dgit Depends: perl, libwww-perl, libdpkg-perl, git-core, devscripts, dpkg-dev, - ${misc:Depends} + ${misc:Depends}, realpath Recommends: ssh-client Suggests: sbuild Architecture: all -- 2.30.2