libfile-lchown-perl 0.02-2build7 source package in Ubuntu

Changelog

libfile-lchown-perl (0.02-2build7) jammy; urgency=medium

  * No-change rebuild for the perl update.

 -- Matthias Klose <email address hidden>  Sun, 06 Feb 2022 13:43:38 +0100

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Jammy release universe misc

Downloads

File Size SHA-256 Checksum
libfile-lchown-perl_0.02.orig.tar.gz 11.5 KiB a02fbf285406a8a4d9399284f032f2d55c56975154c2e1674bd109837b8096ec
libfile-lchown-perl_0.02-2build7.debian.tar.xz 1.9 KiB 44a41fb1f48992640bc8cae246e173d57e9af513316044ffa3b0e9e210b8b1d3
libfile-lchown-perl_0.02-2build7.dsc 2.2 KiB 3cf65a36b5b16c18665c20503ce77aa2881ec04addea8a5dc612d3b7b5d45734

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