summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control32
1 files changed, 32 insertions, 0 deletions
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..b541f75
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,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.