File: control

package info (click to toggle)
libapache2-mod-auth-plain 2.0.53
  • links: PTS
  • area: main
  • in suites: bookworm
  • size: 116 kB
  • sloc: ansic: 252; sh: 45; makefile: 25
file content (21 lines) | stat: -rw-r--r-- 573 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
Source: libapache2-mod-auth-plain
Maintainer: Debian QA Group <packages@qa.debian.org>
Section: web
Priority: optional
Standards-Version: 4.6.1
Build-Depends:
 dh-apache2,
 apache2-dev (>= 2.4),
 debhelper-compat (= 13),
 quilt

Package: libapache2-mod-auth-plain
Architecture: any
Depends:
 ${shlibs:Depends},
 ${misc:Depends}
Description: Module for Apache2 which provides plaintext authentication
 mod_auth_plain implements authentication routines using plain text
 files for Apache's authentication protocol.
 .
 This package provides the module for Apache 2.0 server.