软件包:dh-debputy(0.1.52)
Manifest style Debian-based package builder (debhelper integration)
Package builder that provides a declarative manifest for building Debian-based packages.
The debputy package builder aims to reduce cognitive load for the packager and provide better introspection to packagers, linters and the Debian janitor.
The debputy package also provides its own linting and editor support features via the debputy-lsp package that are aimed at as-you-type feedback.
This version integrates with the debhelper sequencer dh. Multiple integration modes are possible with dh. The most trivial integration mode is dh-sequence-zz-debputy-rrr, which is a mostly standard dh sequence with very few changes aimed entirely at removing the need for fakeroot when assembling the .deb.
For more information on all integration modes and what they do, please see https://salsa.debian.org/debian/debputy/-/blob/main/INTEGRATION-MODES.md
其他与 dh-debputy 有关的软件包
|
|
|
|
-
- dep: debhelper
- 用于 debian/rules 的帮助程序
-
- dep: dwz
- DWARF 压缩工具
-
- dep: man-db
- 用于阅读手册页的工具
-
- dep: perl
- 拉里 沃尔的实用报表提取语言(Perl)
-
- dep: python3
- interactive high-level object-oriented language (default python3 version)
-
- dep: python3-colored
- simple library for coloring and formatting in terminal
-
- dep: python3-colorlog
- formatter to use with the logging module of Python 3
-
- dep: python3-debian
- 处理 Debian 相关数据格式的 Python 3 模块
-
- dep: python3-ruyaml
- YAML 1.2 loader/dumper package for Python
- 或者 python3-ruamel.yaml
- Roundtrip YAML parser/emitter (Python 3 module)
-
- dep: strip-nondeterminism
- file non-deterministic information stripper — stand-alone tool
-
- rec: python3-argcomplete
- bash/zsh tab completion for argparse (for Python 3)
-
- sug: debputy-lsp
- Editor support for Debian packaging files via LSP specification
-
- sug: hunspell-en-us
- English_american dictionary for hunspell
-
- sug: python3-hunspell
- Python 3 binding for Hunspell
-
- sug: python3-junit.xml
- creates JUnit XML test result docs readable by tools such as Jenkins (py3k)
-
- sug: python3-levenshtein
- extension for computing string similarities and edit distances (Python 3)
-
- sug: python3-lsprotocol
- Python implementation of the Language Server Protocol
-
- sug: python3-pygls
- Generic Language Server Framework for Python