summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorIan Jackson <ijackson@chiark.greenend.org.uk>2015-07-04 15:10:10 +0100
committerIan Jackson <ijackson@chiark.greenend.org.uk>2015-07-04 19:24:46 +0100
commit509a3e2079137b842228b6085b7bb31bbeedd631 (patch)
tree056d0ab5335a705773bd1b0f674a10319ad1be51 /debian
parent8f44221e6953fab5c23c10687dde34e414126173 (diff)
Change realpath dependency to `coreutils (>= 8.23-1~) | realpath' (Closes:#786955.)
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