File: control

package info (click to toggle)
debiancontributors 0.7.8-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 404 kB
  • sloc: python: 1,894; makefile: 18
file content (30 lines) | stat: -rw-r--r-- 1,303 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
Source: debiancontributors
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Enrico Zini <enrico@debian.org>, Daniele Tricoli <eriol@debian.org>
Section: python
Priority: optional
Build-Depends: debhelper-compat (= 11),
               dh-python,
               python3-all,
               python3-setuptools,
               python3-six,
               python3-debian
Build-Depends-Indep: help2man
Standards-Version: 4.4.0
Homepage: https://salsa.debian.org/python-team/modules/python-debiancontributors
Vcs-Git: https://salsa.debian.org/python-team/modules/python-debiancontributors.git
Vcs-Browser: https://salsa.debian.org/python-team/modules/python-debiancontributors

Package: python3-debiancontributors
Architecture: all
Depends: python3-requests (>= 2.0.0), python3-debian, ${misc:Depends}, ${python3:Depends}
Breaks: python-debiancontributors (<< 0.7.5)
Replaces: python-debiancontributors (<< 0.7.5)
Description: Manage submissions to contributors.debian.org (Python3)
 This module contains the code to submit and parse contributions to
 contributors.debian.org.
 .
 It can be used to prepare submissions and submit them to the site,
 and it is used by the site to parse and validate them.
 .
 This package contains the Python3 version of the code.