| 12345678910111213141516171819202122232425262728293031323334353637383940 |
- Source: kbdled
- Section: unknown
- Priority: optional
- Maintainer: devnull <debian@siningsoft.de>
- 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: <insert the upstream URL, if relevant>
- #Vcs-Browser: https://salsa.debian.org/debian/kbdled
- #Vcs-Git: https://salsa.debian.org/debian/kbdled.git
- Package: python3-kbdled
- Architecture: all
- Multi-Arch: foreign
- Depends:
- ${python3:Depends},
- ${misc:Depends},
- Suggests:
- python-kbdled-doc,
- Description: <insert up to 60 chars description> (Python 3)
- <Insert long description, indented with spaces.>
- .
- This package installs the library for Python 3.
- Package: python-kbdled-doc
- Section: doc
- Architecture: all
- Multi-Arch: foreign
- Depends:
- ${sphinxdoc:Depends},
- ${misc:Depends},
- Description: <insert up to 60 chars description> (common documentation)
- <Insert long description, indented with spaces.>
- .
- This is the common documentation package.
|