File: control

package info (click to toggle)
securepass-tools 0.4.6-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 264 kB
  • ctags: 471
  • sloc: python: 1,786; sh: 19; makefile: 17
file content (29 lines) | stat: -rw-r--r-- 873 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
29
Source: securepass-tools
Section: python
Priority: optional
Maintainer: Debian SecurePass <pkg-securepass-devel@lists.alioth.debian.org>
Uploaders:
 Alessio Treglia <alessio@debian.org>
Build-Depends:
 debhelper (>= 9~),
 dh-exec,
 dh-python,
 python-all,
 python-setuptools
Standards-Version: 3.9.8
X-Python-Version: >= 2.6
Homepage: https://github.com/garlsecurity/securepass-tools
Vcs-Git: git://anonscm.debian.org/pkg-securepass/securepass-tools.git
Vcs-Browser: http://anonscm.debian.org/cgit/pkg-securepass/securepass-tools.git

Package: python-securepass
Architecture: all
Depends:
 python-pycurl,
 ${misc:Depends},
 ${python:Depends}
Description: Python module to access SecurePass
 SecurePass provides web single sign-on through the CAS protocol
 .
 This package provides various command line utilities and Django
 backend to access the SecurePass's RESTful APIs.