File: control

package info (click to toggle)
libapache-htpasswd-perl 1.9-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 120 kB
  • sloc: perl: 798; makefile: 2
file content (28 lines) | stat: -rw-r--r-- 1,189 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
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-compat (= 13)
Build-Depends-Indep: libcrypt-passwdmd5-perl,
                     perl
Standards-Version: 4.1.3
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libapache-htpasswd-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/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
Multi-Arch: foreign
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.