summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog2
-rw-r--r--debian/control4
2 files changed, 5 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 853e3ea..333ad3d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -88,6 +88,8 @@ dgit (0.23~) unstable; urgency=low
* Manpages: Break out dgit(7) from dgit(1).
* Manpages: Other clarifications and improvements.
+ * Change realpath dependency to `coreutils (>= 8.23-1~) | realpath'
+ (Closes:#786955.)
--
diff --git a/debian/control b/debian/control
index d37f5f7..6556e67 100644
--- a/debian/control
+++ b/debian/control
@@ -10,7 +10,9 @@ Vcs-Browser: http://anonscm.debian.org/gitweb/?p=dgit-repos/repos/dgit.git
Package: dgit
Depends: perl, libwww-perl, libdpkg-perl, git-core, devscripts, dpkg-dev,
- ${misc:Depends}, realpath, libdigest-sha-perl, dput, curl,
+ ${misc:Depends},
+ coreutils (>= 8.23-1~) | realpath,
+ libdigest-sha-perl, dput, curl,
libjson-perl, ca-certificates
Recommends: ssh-client
Suggests: sbuild