summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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