File: control

package info (click to toggle)
python-yubico 1.3.2-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 392 kB
  • ctags: 550
  • sloc: python: 2,367; ansic: 128; sh: 5; makefile: 4
file content (44 lines) | stat: -rw-r--r-- 1,585 bytes parent folder | download | duplicates (2)
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
Source: python-yubico
Maintainer: Debian Authentication Maintainers <pkg-auth-maintainers@lists.alioth.debian.org>
Uploaders: Simon Josefsson <simon@josefsson.org>, Klas Lindfors <klas@yubico.com>, Dain Nilsson <dain@yubico.com>
Section: python
Priority: optional
Build-Depends: debhelper (>= 9),
	       dh-python,
	       python-all (>= 2.6.6-3),
	       python-nose (>= 0.10.0b1),
	       python-setuptools (>= 0.6b3)
Standards-Version: 3.9.8
Homepage: https://developers.yubico.com/python-yubico/
Vcs-Browser: https://github.com/Yubico/python-yubico-dpkg
Vcs-Git: https://github.com/Yubico/python-yubico-dpkg.git

Package: python-yubico
Architecture: all
Depends: ${python:Depends},
	 ${misc:Depends},
	 python-usb
XB-Python-Version: ${python:Versions}
Provides: ${python:Provides}
Description: Python library for talking to Yubico YubiKeys
 The YubiKey is a hardware authentication token. This is a Python
 library for interacting with YubiKeys. Typical use is to detect,
 configure (personalize) or issue challenge-responses to YubiKeys.

Package: python-yubico-tools
Architecture: all
Section: utils
Depends: ${python:Depends},
	 ${misc:Depends},
	 python-argparse,
	 python-yubico (= ${binary:Version})
XB-Python-Version: ${python:Versions}
Provides: ${python:Provides}
Description: Tools for Yubico YubiKeys
 The YubiKey is a hardware authentication token. This package
 contains utilities for the YubiKey implemented using the
 python-yubico package.
 .
 This package currently includes the following utilities :
 .
   * yubikey-totp - OATH TOTP code generator using YubiKey