File: control

package info (click to toggle)
glean-parser 15.0.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,260 kB
  • sloc: python: 7,033; ruby: 100; makefile: 87
file content (36 lines) | stat: -rw-r--r-- 1,076 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
Source: glean-parser
Section: python
Testsuite: autopkgtest-pkg-python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Sylvestre Ledru <sylvestre@debian.org>
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-python3,
 help2man,
 python3,
 python3-click,
 python3-diskcache,
 python3-jinja2,
 python3-jsonschema,
 python3-pip,
 python3-platformdirs,
 python3-pytest,
 python3-pytest-runner,
 python3-setuptools-scm,
 python3-wheel,
 rust-clippy,
 yamllint,
Standards-Version: 4.6.2
Homepage: https://mozilla.github.io/glean_parser/
Rules-Requires-Root: no
Vcs-Git: https://salsa.debian.org/python-team/packages/glean-parser.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/glean-parser

Package: glean-parser
Architecture: all
Depends: ${python3:Depends}, ${misc:Depends}
Description: Parser tools for Mozilla's Glean telemetry
 Contains various utilities for handling metrics.yaml and pings.yaml for
 the Glean SDK. This includes producing generated code for various
 integrations, linting and coverage testing.