File: control

package info (click to toggle)
libapache-htpasswd-perl 1.9-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster
  • size: 120 kB
  • ctags: 39
  • sloc: perl: 798; makefile: 2
file content (27 lines) | stat: -rw-r--r-- 1,161 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
Source: libapache-htpasswd-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: gregor herrmann <gregoa@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper (>= 9)
Build-Depends-Indep: libcrypt-passwdmd5-perl,
                     perl
Standards-Version: 4.1.0
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libapache-htpasswd-perl.git
Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libapache-htpasswd-perl.git
Homepage: https://metacpan.org/release/Apache-Htpasswd

Package: libapache-htpasswd-perl
Architecture: all
Depends: ${perl:Depends},
         ${misc:Depends},
         libcrypt-passwdmd5-perl
Description: module to manage Unix crypt-style password file
 The Apache::Htpasswd module comes with a set of methods to use with htaccess
 password files. These files (and htaccess) are used to do Basic
 Authentication on a web server.
 .
 The passwords file is a flat-file with login name and their associated
 crypted password. You can use this for non-Apache files if you wish, but
 it was written specifically for .htaccess style files.