libfile-lchown-perl 0.02-3build2 source package in Ubuntu

Changelog

libfile-lchown-perl (0.02-3build2) noble; urgency=medium

  * No-change rebuild for the perl update.

 -- Matthias Klose <email address hidden>  Wed, 10 Jan 2024 13:41:59 +0100

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Noble
Original maintainer:
Debian Perl Group
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
libfile-lchown-perl_0.02.orig.tar.gz 11.5 KiB a02fbf285406a8a4d9399284f032f2d55c56975154c2e1674bd109837b8096ec
libfile-lchown-perl_0.02-3build2.debian.tar.xz 2.0 KiB 663f8b11a8e9535ab97b6cea1d8915c515b3af9cb72ed09c5f005c0988e3d5b6
libfile-lchown-perl_0.02-3build2.dsc 2.2 KiB db09d29c53ddd87baa8dc5823b957ece85fbf3153d67701dc3bb63bd26a693ca

Available diffs

View changes file

Binary packages built by this source

libfile-lchown-perl: module to modify attributes of symlinks without dereferencing them

 The regular chown system call will dereference a symlink and apply ownership
 changes to the file at which it points. Some OSes provide system calls that
 do not dereference a symlink but instead apply their changes directly to the
 named path, even if that path is a symlink (in much the same way that lstat
 will return attributes of a symlink rather than the file at which it points).
 .
 File::lchown provides a wrapper around those system calls.

libfile-lchown-perl-dbgsym: debug symbols for libfile-lchown-perl