2
0

control 1.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  1. Source: kbdled
  2. Section: unknown
  3. Priority: optional
  4. Maintainer: devnull <debian@siningsoft.de>
  5. Rules-Requires-Root: no
  6. Build-Depends:
  7. debhelper-compat (= 13),
  8. dh-sequence-python3,
  9. python3-setuptools,
  10. python3-all,
  11. #Testsuite: autopkgtest-pkg-python
  12. Standards-Version: 4.6.2
  13. Homepage: <insert the upstream URL, if relevant>
  14. #Vcs-Browser: https://salsa.debian.org/debian/kbdled
  15. #Vcs-Git: https://salsa.debian.org/debian/kbdled.git
  16. Package: python3-kbdled
  17. Architecture: all
  18. Multi-Arch: foreign
  19. Depends:
  20. ${python3:Depends},
  21. ${misc:Depends},
  22. Suggests:
  23. python-kbdled-doc,
  24. Description: <insert up to 60 chars description> (Python 3)
  25. <Insert long description, indented with spaces.>
  26. .
  27. This package installs the library for Python 3.
  28. Package: python-kbdled-doc
  29. Section: doc
  30. Architecture: all
  31. Multi-Arch: foreign
  32. Depends:
  33. ${sphinxdoc:Depends},
  34. ${misc:Depends},
  35. Description: <insert up to 60 chars description> (common documentation)
  36. <Insert long description, indented with spaces.>
  37. .
  38. This is the common documentation package.