debian/0000755000000000000000000000000012207457245007176 5ustar debian/libpasswd-unix-perl.docs0000644000000000000000000000000712207457245013756 0ustar README debian/watch0000644000000000000000000000017012207457245010225 0ustar version=3 https://metacpan.org/release/Passwd-Unix/ \ .*/Passwd-Unix-(\d\S*)\.(?:tar\.xz|txz|tar\.bz2|tbz2|tar\.gz|tgz) debian/changelog0000644000000000000000000000254512207457245011056 0ustar libpasswd-unix-perl (0.700-1) unstable; urgency=low * New Upstream Version * moved from cpan to metacpan in URLs * bumped standards/compat version * d/copyright: update to new format 1.0 -- Jonas Genannt Wed, 28 Aug 2013 22:23:21 +0200 libpasswd-unix-perl (0.621-1) unstable; urgency=low * new upstream version * d/rules: reduced rules * d/copyright: changed upstream mail address * d/control: Added DM-Upload * d/control: libio-compress-bzip2-perl changed to libio-compress-bzip2-perl | perl -- Jonas Genannt Sat, 26 Nov 2011 14:11:39 +0100 libpasswd-unix-perl (0.62-1) unstable; urgency=low * new upstream version 0.62. (Closes: #626708) * changed source format to 3.0 (quilt) * added patch for manpage to fix missing whatis name * bumped standards version * bumped debhelper compat -- Jonas Genannt Fri, 16 Jun 2011 18:16:00 +0200 libpasswd-unix-perl (0.51-1) unstable; urgency=low * New Upstream version * Fixed long description (Closes: #527574) Upstream has also fixed the typo -- Jonas Genannt Sat, 09 May 2009 00:22:12 +0200 libpasswd-unix-perl (0.47-1) unstable; urgency=low * Initial Release. (Closes: #525340) -- Jonas Genannt Thu, 23 Apr 2009 20:51:27 +0000 debian/rules0000755000000000000000000000003612207457245010255 0ustar #!/usr/bin/make -f %: dh $@ debian/compat0000644000000000000000000000000212207457245010374 0ustar 9 debian/copyright0000644000000000000000000000125012207457245011127 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: Passwd-Unix Source: https://metacpan.org/release/Passwd-Unix/ Upstream-Contact: Strzelecki Lukasz Files: * Copyright: Strzelecki Lukasz License: Artistic Files: debian/* Copyright: 2009 Jonas Genannt License: Artistic 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 GNU/Linux systems, the complete text of the Artistic License can be found in `/usr/share/common-licenses/Artistic' debian/source/0000755000000000000000000000000012207457245010476 5ustar debian/source/format0000644000000000000000000000001412207457245011704 0ustar 3.0 (quilt) debian/patches/0000755000000000000000000000000012207457245010625 5ustar debian/patches/series0000644000000000000000000000002112207457245012033 0ustar 01_manpage.patch debian/patches/01_manpage.patch0000644000000000000000000000254112207457245013560 0ustar Author: Jonas Genannt Description: Fixes missing whatis entry in manpage diff --git a/README b/README index 1b35d60..a5358d0 100644 --- a/README +++ b/README @@ -34,7 +34,7 @@ SYNOPSIS ABSTRACT Passwd::Unix provides an abstract object-oriented and function interface to standard Unix files, such as /etc/passwd, /etc/shadow, /etc/group. - Additionaly this module provides environment to testing new software, + Additionally this module provides environment to testing new software, without using system critical files in /etc/dir. DESCRIPTION diff --git a/lib/Passwd/Unix.pm b/lib/Passwd/Unix.pm index 915964e..6574d70 100644 --- a/lib/Passwd/Unix.pm +++ b/lib/Passwd/Unix.pm @@ -1028,9 +1028,11 @@ sub groups_from_gshadow { #====================================================================== 1; +=encoding utf8 + =head1 NAME -Passwd::Unix +Passwd::Unix - access to standard unix files =head1 SYNOPSIS @@ -1066,7 +1068,7 @@ Passwd::Unix =head1 ABSTRACT Passwd::Unix provides an abstract object-oriented and function interface to -standard Unix files, such as /etc/passwd, /etc/shadow, /etc/group. Additionaly +standard Unix files, such as /etc/passwd, /etc/shadow, /etc/group. Additionally this module provides environment to testing new software, without using system critical files in /etc/dir. debian/control0000644000000000000000000000145112207457245010602 0ustar Source: libpasswd-unix-perl Section: perl Priority: optional Build-Depends: debhelper (>= 9) Build-Depends-Indep: libcrypt-passwdmd5-perl, libstruct-compare-perl, perl Maintainer: Jonas Genannt Standards-Version: 3.9.4 Homepage: https://metacpan.org/release/Passwd-Unix Package: libpasswd-unix-perl Architecture: all Depends: libcrypt-passwdmd5-perl, libstruct-compare-perl, ${misc:Depends}, ${perl:Depends} Description: object-oriented and function interface to standard Unix files The Passwd::Unix module provides an abstract interface to /etc/passwd, /etc/shadow and /etc/group format files. It is inspired by Unix::PasswdFile module (that one does not handle /etc/shadow file, what is necessary in modern systems like Sun Solaris 10 or Linux).