File: control

package info (click to toggle)
python-setuptools-gettext 0%2Bgit20221020.1.bf75db7-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 180 kB
  • sloc: python: 77; makefile: 2
file content (22 lines) | stat: -rw-r--r-- 843 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Rules-Requires-Root: no
Standards-Version: 4.6.1.0
Build-Depends: debhelper-compat (= 13),
               dh-sequence-python3,
               python3-all,
               python3-setuptools (>= 46.1)
Testsuite: autopkgtest-pkg-python
Source: python-setuptools-gettext
Homepage: https://github.com/breezy-team/setuptools-gettext
Priority: optional
Section: python
Maintainer: Jelmer Vernooij <jelmer@debian.org>
Vcs-Git: https://salsa.debian.org/jelmer/python-setuptools-gettext.git
Vcs-Browser: https://salsa.debian.org/jelmer/python-setuptools-gettext

Package: python3-setuptools-gettext
Depends: ${python3:Depends}, ${misc:Depends}
Architecture: all
Description: Setuptools gettext extension plugin
 This extension for Python setuptools searches for
 gettext .po files in the source directory, compiles them
 to .mo files and installs them.