chiark / gitweb /
Add missing dependency on realpath.
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Sun, 25 Aug 2013 15:34:06 +0000 (16:34 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Sun, 25 Aug 2013 15:34:06 +0000 (16:34 +0100)
debian/changelog
debian/control

index f3bce71582fdfe25263fdaae65b502cbfba086c0..e67bfe8c928e0bc1e5ed21924f48a1894064294f 100644 (file)
@@ -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).
   * 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.
 
  --
 
 
  --
 
index 258cc2375aee92a01cddd6e2aa958bb7f8812003..7a389aaa25e487e30859c48a674f55020df00569 100644 (file)
@@ -7,7 +7,7 @@ Build-Depends: debhelper (>= 9)
 
 Package: dgit
 Depends: perl, libwww-perl, libdpkg-perl, git-core, devscripts, dpkg-dev,
 
 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
 Recommends: ssh-client
 Suggests: sbuild
 Architecture: all