From: Ian Jackson Date: Sun, 25 Aug 2013 15:34:06 +0000 (+0100) Subject: Add missing dependency on realpath. X-Git-Tag: debian/0.11~2 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=dgit.git;a=commitdiff_plain;h=7fcdc620e03319f71e8516c6f4ab5f322c69c82b;hp=3759f1f708f46004df69810a4c7e07714bf00ecc Add missing dependency on realpath. --- 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