File: control

package info (click to toggle)
git-ubuntu 1.1-2
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 1,688 kB
  • sloc: python: 13,378; sh: 480; makefile: 2
file content (63 lines) | stat: -rw-r--r-- 2,397 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
Source: git-ubuntu
Section: devel
Priority: optional
Standards-Version: 4.7.0
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Benjamin Drung <bdrung@debian.org>
Build-Depends: bash-completion,
               debhelper-compat (= 13),
               debian-archive-keyring,
               dh-exec,
               dh-python,
               git,
               git-buildpackage,
               pristine-tar,
               python3 (>= 3.6),
               python3-cachetools,
               python3-keyring,
               python3-keyrings.alt,
               python3-pygit2,
               python3-pytest,
               python3-setuptools,
               python3-systemd,
               python3-tenacity,
               python3-ubuntutools,
               python3-zmq,
               quilt,
               ubuntu-dev-tools,
               ubuntu-keyring
Homepage: https://launchpad.net/git-ubuntu
Rules-Requires-Root: no
Vcs-Browser: https://salsa.debian.org/python-team/packages/git-ubuntu
Vcs-Git: https://salsa.debian.org/python-team/packages/git-ubuntu.git

Package: git-ubuntu
Architecture: all
Depends: debian-archive-keyring,
         git,
         git-buildpackage,
         pristine-tar,
         quilt,
         ubuntu-dev-tools,
         ubuntu-keyring,
         ${misc:Depends},
         ${python3:Depends}
Description: maintain an Ubuntu source package in a git tree
 git-ubuntu is tooling that provides unified git-based workflows for the
 development of Ubuntu source packages.
 .
 The git-ubuntu importer service maintains a view of the entire packaging
 version history of Ubuntu source packages using git repositories with a common
 branching and tagging scheme. The git-ubuntu CLI provides tooling and
 automation that understands these repositories to make the development of
 Ubuntu itself easier.
 .
 Since Ubuntu's packaging architecture pre-dates git, different packages have
 evolved to use different mechanisms to achieve the same thing. Developers had
 to learn them all in order to be effective when working across a wide range of
 packages. git-ubuntu's unification of these mechanisms allows for simpler, more
 general tooling, which results in faster onboarding of new developers and
 easier "drive-by" contributions.
 .
 git-ubuntu is useful for those inspecting, working on, or looking to contribute
 to Ubuntu source packages themselves.