Source: realpath
Section: utils
Priority: optional
Maintainer: Robert Luberda <robert@debian.org>
Build-Depends: debhelper (>= 9), po4a (>= 0.35)
Standards-Version: 3.9.4
Vcs-Git: git://anonscm.debian.org/users/robert/realpath.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=users/robert/realpath.git

Package: realpath
Architecture: any
Multi-Arch: foreign
Depends: ${misc:Depends}, ${shlibs:Depends}
Replaces: dwww (<= 1.6.10)
Description: Return the canonicalized absolute pathname
 The package contains a small utility realpath, which converts each
 pathname argument to an absolute pathname, which has no components
 that are symbolic links or the special .  or ..  directory entries.
 .
 This utility provides mostly the same functionality as `/bin/readlink -f'
 in the coreutils package.
