realpath 1.15build1 source package in Ubuntu Linaro Evaluation Build

Changelog

realpath (1.15build1) lucid; urgency=low

  * rebuild rest of main for armel armv7/thumb2 optimization;
    UbuntuSpec:mobile-lucid-arm-gcc-v7-thumb2
 -- Alexander Sack <email address hidden>   Sun, 07 Mar 2010 01:03:12 +0100

Upload details

Uploaded by:
Alexander Sack
Uploaded to:
Lucid
Original maintainer:
Robert Luberda
Architectures:
any
Section:
utils
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oneiric based series for Ubuntu LEB release universe utils

Builds

Lucid: [FULLYBUILT] armel

Downloads

File Size SHA-256 Checksum
realpath_1.15build1.tar.gz 17.2 KiB 5df998d2aef8adba81edf35e5380a0a000197ff0c4daa7da3b8b7db2c1d1f68a
realpath_1.15build1.dsc 1.3 KiB c0107b60d38ab6bb1b317b9168ad9c0e2e59d009c9725255dce411817d8a1e70

Available diffs

View changes file

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.