attr 1:2.5.1-1 source package in Ubuntu

Changelog

attr (1:2.5.1-1) unstable; urgency=medium

  * New upstream release.
    - Remove upstream patches included in this release.
    - Refresh remaining patches.
    - Update upstream signing key.
  * Add support for the noudeb build profile.

 -- Guillem Jover <email address hidden>  Sun, 29 Aug 2021 13:04:05 +0200

Upload details

Uploaded by:
Guillem Jover
Uploaded to:
Sid
Original maintainer:
Guillem Jover
Architectures:
any
Section:
utils
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
attr_2.5.1-1.dsc 2.4 KiB c0bd0dcb0309cdcbd286b31bd97b2c93552ebb7f7634964f351098cd9191e132
attr_2.5.1.orig.tar.xz 310.7 KiB db448a626f9313a1a970d636767316a8da32aede70518b8050fa0de7947adc32
attr_2.5.1.orig.tar.xz.asc 833 bytes 67bc632e754efbadba846d0b40138b3fc3e306c3b909a9ba868c6dba1e2689d0
attr_2.5.1-1.debian.tar.xz 27.3 KiB 7eb32437dca67cd24667432150dcb07d8c7d0526e1d3284ecef6833b35214cdf

No changes file available.

Binary packages built by this source

attr: utilities for manipulating filesystem extended attributes

 A set of tools for manipulating extended attributes on filesystem
 objects, in particular getfattr(1) and setfattr(1).
 An attr(1) command is also provided which is largely compatible
 with the SGI IRIX tool of the same name.

attr-dbgsym: debug symbols for attr
libattr1: extended attribute handling - shared library

 Contains the runtime environment required by programs that make use
 of extended attributes.

libattr1-dbgsym: debug symbols for libattr1
libattr1-dev: extended attributes handling - static libraries and headers

 This package contains the libraries and header files needed to develop
 programs which make use of extended attributes. For Linux programs,
 the documented system call API is the recommended interface, but an
 SGI IRIX compatibility interface is also provided.
 .
 Currently most filesystems support extended attributes.
 The SGI IRIX compatibility API built above the Linux system calls is
 used by programs such as xfsdump(8), xfsrestore(8) and xfs_fsr(8).