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

Changelog

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

  [ Salvatore Bonaccorso ]
  * debian/control: Use HTTPS transport protocol for Vcs-Git URI

  [ gregor herrmann ]
  * debian/copyright: change Copyright-Format 1.0 URL to HTTPS.

  [ Salvatore Bonaccorso ]
  * Update Vcs-* headers for switch to salsa.debian.org

  [ gregor herrmann ]
  * debian/control: update Build-Depends for cross builds.
  * debian/watch: use uscan version 4.

  [ Debian Janitor ]
  * Bump debhelper from old 9 to 12.
  * Set debhelper-compat version in Build-Depends.
  * Set upstream metadata fields: Repository.

 -- Jelmer Vernooij <email address hidden>  Mon, 13 Jun 2022 22:19:48 +0100

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
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-3.dsc 2.1 KiB 83362d6b9456349793c28cd51eed13c44e5836130ec318cea3910f0488f90dd5
libfile-lchown-perl_0.02.orig.tar.gz 11.5 KiB a02fbf285406a8a4d9399284f032f2d55c56975154c2e1674bd109837b8096ec
libfile-lchown-perl_0.02-3.debian.tar.xz 1.9 KiB d105583e51253ba774707eecd310d9090955a3ae342f01585faa71b0aa4d20ee

No changes file available.

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