File: control

package info (click to toggle)
trac-httpauth 1.2-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 80 kB
  • sloc: python: 84; makefile: 2
file content (23 lines) | stat: -rw-r--r-- 936 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
Source: trac-httpauth
Section: web
Priority: optional
Build-Depends: python-all (>= 2.6.6-3~),
	python-setuptools,
	debhelper (>= 11~),
	dh-python
Maintainer: Python Applications Packaging Team <python-apps-team@lists.alioth.debian.org>
Uploaders: W. Martin Borgert <debacle@debian.org>
Standards-Version: 3.9.8
Rules-Requires-Root: no
Vcs-Git: https://salsa.debian.org/python-team/applications/trac-httpauth.git
Vcs-Browser: https://salsa.debian.org/python-team/applications/trac-httpauth
Homepage: http://trac-hacks.org/wiki/HttpAuthPlugin

Package: trac-httpauth
Architecture: all
Depends: ${python:Depends}, ${misc:Depends}, trac
Description: Force HTTP authentication from within Trac
 Allows you to protect certain paths with HTTP authentication,
 while the AccountManagerPlugin is used to check passwords.
 Primarily this is meant to be used with the XmlRpcPlugin so
 it will work while using AccountManager's form-based logins.