summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorIan Jackson <ijackson@chiark.greenend.org.uk>2013-08-25 16:34:06 +0100
committerIan Jackson <ijackson@chiark.greenend.org.uk>2013-08-25 16:34:06 +0100
commit7fcdc620e03319f71e8516c6f4ab5f322c69c82b (patch)
treea8a9eebdc8346715b5059554d3af8f6f47b4f130 /debian
parent3759f1f708f46004df69810a4c7e07714bf00ecc (diff)
Add missing dependency on realpath.
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog1
-rw-r--r--debian/control2
2 files changed, 2 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index f3bce71..e67bfe8 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 258cc23..7a389aa 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