realpath 1.16 source package in Ubuntu
Changelog
realpath (1.16) unstable; urgency=low * Fix build failure with -O0 (closes: #644533). * Document that realpath fails when path components is missing (closes: #528997). * Switch to format 3.0 (native) and use tiny rules file. * debian/control: + Standards-Version: 3.9.2 (no changes). + add VCS fields. -- Ubuntu Archive Auto-Sync <email address hidden> Thu, 27 Oct 2011 09:19:32 +0000
Upload details
- Uploaded by:
- Ubuntu Archive Auto-Sync
- Uploaded to:
- Precise
- Original maintainer:
- Robert Luberda
- Architectures:
- any
- Section:
- utils
- Urgency:
- Low Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Precise | release | main | utils |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
realpath_1.16.tar.gz | 17.0 KiB | b42b4c17a29d1cca933f42c463771d4162f35a731e801dae1312b65fc4d702d8 |
realpath_1.16.dsc | 899 bytes | ff587712bb1ce11d886d0dd657c80d49dfa5140b9a63c85d4f4d394a3801e960 |
Available diffs
- diff from 1.15build1 to 1.16 (11.3 KiB)
Binary packages built by this source
- realpath: 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.