File: control

package info (click to toggle)
libauthen-htpasswd-perl 0.171-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 168 kB
  • ctags: 43
  • sloc: perl: 330; makefile: 2
file content (31 lines) | stat: -rw-r--r-- 1,165 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
Source: libauthen-htpasswd-perl
Section: perl
Priority: optional
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Christopher Hoskin <christopher.hoskin@gmail.com>
Build-Depends: debhelper (>= 9)
Build-Depends-Indep: libclass-accessor-perl,
 libcrypt-passwdmd5-perl,
 libio-lockedfile-perl,
 perl
Standards-Version: 3.9.6
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libauthen-htpasswd-perl.git
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libauthen-htpasswd-perl.git
Homepage: https://metacpan.org/release/Authen-Htpasswd
Testsuite: autopkgtest-pkg-perl

Package: libauthen-htpasswd-perl
Architecture: all
Depends: ${misc:Depends}, ${perl:Depends},
 libclass-accessor-perl,
 libcrypt-passwdmd5-perl,
 libio-lockedfile-perl
Description: Perl module to read and modify Apache .htpasswd files
 Authen::Htpasswd provides a convenient, object-oriented interface to
 Apache-style .htpasswd files.
 .
 It supports passwords encrypted via MD5, SHA-1, and crypt, as well as plain
 (cleartext) passwords.
 .
 Additional fields after username and password, if present, are accessible via
 the extra_info array.