File: control

package info (click to toggle)
utf8-locale 1.0.3-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 404 kB
  • sloc: python: 847; ansic: 486; sh: 121; makefile: 21
file content (71 lines) | stat: -rw-r--r-- 2,931 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
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
Source: utf8-locale
Section: text
Priority: optional
Maintainer: Peter Pentchev <roam@debian.org>
Build-Depends:
 cmake,
 debhelper (>> 13.15.2~),
 dh-package-notes,
 dh-sequence-python3,
 dpkg-build-api (= 1),
 pybuild-plugin-pyproject,
 python3-all,
 python3-hatch-requirements-txt,
 python3-hatchling,
Standards-Version: 4.7.0
X-DH-Compat: 14
Homepage: https://devel.ringlet.net/devel/utf8-locale/
Vcs-Git: https://gitlab.com/ppentchev/utf8-locale.git -b debian/unstable
Vcs-Browser: https://gitlab.com/ppentchev/utf8-locale/tree/debian/unstable
X-Style: black

Package: libutf8-locale0
Section: libs
Architecture: any
Description: Detect a UTF-8-capable locale for running programs in - shared library
 Sometimes it is useful for a program to be able to run a child process and
 more or less depend on its output being valid UTF-8. This can usually be
 accomplished by setting one or more environment variables, but there is
 the question of what to set them to - what UTF-8-capable locale is present
 on this particular system? This is where the utf8_locale module comes in.
 .
 This package contains the libutf8_locale shared library.

Package: libutf8-locale-dev
Section: libdevel
Architecture: any
Depends:
 libutf8-locale0 (= ${binary:Version}),
Description: Detect a UTF-8-capable locale for running programs in - development files
 Sometimes it is useful for a program to be able to run a child process and
 more or less depend on its output being valid UTF-8. This can usually be
 accomplished by setting one or more environment variables, but there is
 the question of what to set them to - what UTF-8-capable locale is present
 on this particular system? This is where the utf8_locale module comes in.
 .
 This package provides the development files for the libutf8_locale library.

Package: python3-utf8-locale
Section: python
Architecture: all
Depends:
 python3:any,
Description: Detect a UTF-8-capable locale for running programs in - Python library
 Sometimes it is useful for a program to be able to run a child process and
 more or less depend on its output being valid UTF-8. This can usually be
 accomplished by setting one or more environment variables, but there is
 the question of what to set them to - what UTF-8-capable locale is present
 on this particular system? This is where the utf8_locale module comes in.
 .
 This package provides the Python 3.x utf_locale module.

Package: u8loc
Architecture: any
Description: Detect a UTF-8-capable locale for running programs in
 Sometimes it is useful for a program to be able to run a child process and
 more or less depend on its output being valid UTF-8. This can usually be
 accomplished by setting one or more environment variables, but there is
 the question of what to set them to - what UTF-8-capable locale is present
 on this particular system? This is where the utf8_locale module comes in.
 .
 This package provides the u8loc command-line tool.