1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
|
Rules-Requires-Root: no
Standards-Version: 4.5.1
Build-Depends: debhelper-compat (= 12), python3-all, dh-sequence-python3, python3-setuptools
Testsuite: autopkgtest-pkg-python
Source: python-tr
Priority: optional
Section: python
Maintainer: Jelmer Vernooij <jelmer@debian.org>
Vcs-Git: https://salsa.debian.org/python-team/packages/python-tr.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-tr
Homepage: https://github.com/ikegami-yukino/python-tr
Package: python3-tr
Depends: ${python3:Depends}, ${misc:Depends}
Architecture: all
Description: Pure-Python implementation of tr
A pure-python implementation of the tr command
found in e.g. perl, including options.
|