debian/0000755000000000000000000000000012253150175007167 5ustar debian/rules0000755000000000000000000000003612253150175010246 0ustar #!/usr/bin/make -f %: dh $@ debian/control0000644000000000000000000000235612253150175010600 0ustar Source: libfile-lchown-perl Section: perl Priority: optional Maintainer: Debian Perl Group Uploaders: gregor herrmann Build-Depends: debhelper (>= 9.20120312), libextutils-cchecker-perl, libtest-pod-perl, perl, perl (>= 5.11.3) | libmodule-build-perl Standards-Version: 3.9.5 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libfile-lchown-perl.git Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libfile-lchown-perl.git Homepage: https://metacpan.org/release/File-lchown Package: libfile-lchown-perl Architecture: any Depends: ${misc:Depends}, ${perl:Depends}, ${shlibs:Depends} Description: 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. debian/source/0000755000000000000000000000000012253150175010467 5ustar debian/source/format0000644000000000000000000000001412253150175011675 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000000024512253150175011042 0ustar libfile-lchown-perl (0.02-1) unstable; urgency=low * Initial release (closes: #732161). -- gregor herrmann Sat, 14 Dec 2013 22:41:12 +0100 debian/compat0000644000000000000000000000000212253150175010365 0ustar 9 debian/copyright0000644000000000000000000000204212253150175011120 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Source: https://metacpan.org/release/File-lchown Upstream-Contact: Paul Evans Upstream-Name: File-lchown Files: * Copyright: 2010, Paul Evans License: Artistic or GPL-1+ Files: debian/* Copyright: 2013, gregor herrmann License: Artistic or GPL-1+ License: Artistic This program is free software; you can redistribute it and/or modify it under the terms of the Artistic License, which comes with Perl. . On Debian systems, the complete text of the Artistic License can be found in `/usr/share/common-licenses/Artistic'. License: GPL-1+ This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 1, or (at your option) any later version. . On Debian systems, the complete text of version 1 of the GNU General Public License can be found in `/usr/share/common-licenses/GPL-1'. debian/watch0000644000000000000000000000016312253150175010220 0ustar version=3 https://metacpan.org/release/File-lchown .*/File-lchown-v?(\d[\d.-]*)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$