File: control

package info (click to toggle)
trac-accountmanager 0.6.0-1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 2,536 kB
  • sloc: python: 6,728; javascript: 175; makefile: 4
file content (29 lines) | stat: -rw-r--r-- 1,002 bytes parent folder | download | duplicates (3)
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
Source: trac-accountmanager
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Leo Costela <costela@debian.org>,
	Martin <debacle@debian.org>
Build-Depends: debhelper-compat (= 13),
	dh-python,
	python3,
	python3-aiosmtpd,
	python3-setuptools,
	trac (>= 1.6)
Homepage: http://trac-hacks.org/wiki/AccountManagerPlugin
Vcs-Git: https://salsa.debian.org/python-team/packages/trac-accountmanager.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/trac-accountmanager
Standards-Version: 4.1.4
Rules-Requires-Root: no

Package: trac-accountmanager
Architecture: all
Depends: ${python3:Depends},
	python3-aiosmtpd,
	${misc:Depends},
	trac (>= 1.6)
Description: account management plugin for Trac
 Offers several features for managing user accounts on Trac:
  - allow users to register new accounts
  - login via an HTML form instead of using HTTP authentication
  - allow existing users to change their passwords or delete their accounts