pax 1:20090728-2 source package in Ubuntu

Changelog

pax (1:20090728-2) unstable; urgency=low

  * update CFLAGS to prevent pax displaying file sizes 4*2^30 too large,
    closes: #595482
  * fix for tar.c to always add devmajor and devminor, closes: #609825
  * add Vcs entries to the control file
 -- Ubuntu Archive Auto-Sync <email address hidden>   Sat,  30 Apr 2011 13:30:09 +0000

Upload details

Uploaded by:
Ubuntu Archive Auto-Sync
Uploaded to:
Oneiric
Original maintainer:
Bdale Garbee
Architectures:
any
Section:
utils
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
pax_20090728.orig.tar.gz 116.7 KiB f697dbf93f16ae9b9efc5c2ada3af9cb91c096e8638ce769cca23d820bff5afa
pax_20090728-2.diff.gz 15.4 KiB 0cc9fd946bdb3f06801ec7a959f91534666823ba0be6289d39261f644eccc317
pax_20090728-2.dsc 1.6 KiB b557e1229ada551acf04e8e2e4e1c99fd45c8913bd850bc246aecf623f6ad145

View changes file

Binary packages built by this source

pax: Portable Archive Interchange (cpio, pax, tar)

 paxtar is an implementation of an archiving utility that reads
 and writes several formats - traditional ones, the extended
 formats specified in IEEE 1003.1, and the ar(5) format used
 by deb(5) packages (MirBSD specific paxtar extension). The
 pax interface was designed by IEEE 1003.2 as a compromise in
 the chronic controversy over which of tar or cpio is best, but
 this implementation offers paxcpio and paxtar for easy calling.
 .
 This is the MirBSD paxtar implementation supporting the formats
 ar, bcpio, cpio, SVR4 cpio with and without CRC, old tar, and
 ustar, but not the format known as pax yet. It has extensions
 for removing non-numerical user and group IDs from the archive,
 storing hardlinked files only once, setting ownership to the
 superuser, anonymising inode and device information, changing
 the mtime to zero, and producing GNU tar compatible trailing
 slashes on ustar directory nodes. Its "ar" format is suitable
 for operating on *.deb files, unlike that of GNU binutils.