pax 1:20151013-1 source package in Ubuntu

Changelog

pax (1:20151013-1) unstable; urgency=low

  * QA upload.
  * New upstream version
    - document more known issues
    - make list output line-buffered
  * Use more current debhelper compat and techniques
  * No longer try link-time optimisation as it’s constantly broken
  * Unbreak x32 build
  * Update lintian overrides

 -- Thorsten Glaser <email address hidden>  Tue, 13 Oct 2015 23:12:39 +0200

Upload details

Uploaded by:
Debian QA Group
Uploaded to:
Sid
Original maintainer:
Debian QA Group
Architectures:
any
Section:
utils
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Xenial release main utils

Downloads

File Size SHA-256 Checksum
pax_20151013-1.dsc 1.7 KiB 59f21dab57df79b7c8c2f77d629e94be9982622f182f5ae284bb8a0aa08094ba
pax_20151013.orig.tar.xz 105.6 KiB fdbaf2028eeb0c6a7da51c377cc5bb062ffba3c0500e8800bb9069ea9e5b0456
pax_20151013-1.debian.tar.xz 6.2 KiB 9e84ef8e5af5f342ae41e84242a37fb9548ab2cbf9aadaf37cab7e53d110ef20

Available diffs

No changes file available.

Binary packages built by this source

pax: No summary available for pax in ubuntu yakkety.

No description available for pax in ubuntu yakkety.

pax-dbgsym: debug symbols for package pax

 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.
 .
 Note that ACLs and Extended Attributes are not supported.
 Also, on Debian GNU/Hurd and Debian GNU/Linux (but not
 Debian GNU/kFreeBSD), size of archive members is limited
 to the width of the "long" type, that is, 2 GiB on platforms
 that do not have a 64-bit "long" type, due to a bug in the
 GNU C library (Debian #317466).