attr 1:2.5.2-3 source package in Ubuntu

Changelog

attr (1:2.5.2-3) unstable; urgency=medium

  * Update upstream Dutch translation. Closes: #1065512
    Thanks to Frans Spiesschaert <email address hidden>.
  * Switch to Standards-Version 4.7.1 (no changes needed).
  * Improve markup and editorial changes for setfattr(1).
    Thanks to Bjarni Ingi Gislason <email address hidden>. Closes: #1092503
  * Improve font selection markup in man pages.
  * Reorganize patches to clearly separate upstream from local ones.

 -- Guillem Jover <email address hidden>  Fri, 21 Feb 2025 11:29:11 +0100

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
Questing release main utils
Plucky release main utils

Downloads

File Size SHA-256 Checksum
attr_2.5.2-3.dsc 2.5 KiB c2ae3e15db059029030ddf4fdac179d8f90d423f2310a6ef8c745ba28ac18b0a
attr_2.5.2.orig.tar.xz 326.3 KiB f2e97b0ab7ce293681ab701915766190d607a1dba7fae8a718138150b700a70b
attr_2.5.2.orig.tar.xz.asc 833 bytes eeac729088d3c6379e91b7596cb3582e46b047c47f0fa3c5c77f9c9e84dc3a4c
attr_2.5.2-3.debian.tar.xz 31.5 KiB 153f98c87575277ea021e24dae36293b7738699174438a2060b47e8312b771e3

Available diffs

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).