summaryrefslogtreecommitdiff
path: root/debian/control
blob: b541f759f453756c7a27aa6fa65a119be794eaef (plain)
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
Source: python-ioctl
Section: unknown
Priority: optional
Maintainer: Mikael Magnusson <mikma@users.sourceforge.net>
Rules-Requires-Root: no
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-python3,
 python3-setuptools,
 python3-all,
#Testsuite: autopkgtest-pkg-python
Standards-Version: 4.6.2
Homepage: https://github.com/FFY00/python-ioctl/
#Vcs-Browser: https://salsa.debian.org/debian/ioctl
#Vcs-Git: https://salsa.debian.org/debian/ioctl.git

Package: python3-ioctl
Architecture: all
Multi-Arch: foreign
Depends:
 ${python3:Depends},
 ${misc:Depends},
Suggests:
 python-ioctl-doc,
Description: Pure python typed Linux ioctl & ioctl interfaces (Python 3)
 Pure python typed Linux ioctl & ioctl interfaces
 .
 Suported interfaces:
 .
 * hidraw
 .
 This package installs the library for Python 3.