File: control

package info (click to toggle)
git-big-picture 1.3.0-1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 3,284 kB
  • sloc: python: 1,130; sh: 89; makefile: 17
file content (54 lines) | stat: -rw-r--r-- 2,351 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
Source: git-big-picture
Section: vcs
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Doug Torrance <dtorrance@debian.org>
Build-Depends: debhelper-compat (= 13),
               dh-python,
               dh-sequence-python3,
               git <!nocheck>,
               graphviz <!nocheck>,
               python3-all,
               python3-cram <!nocheck>,
               python3-docutils <!nodoc>,
               python3-parameterized <!nocheck>,
               python3-pygments <!nodoc>,
               python3-pytest <!nocheck>,
               python3-setuptools
Standards-Version: 4.6.2
Homepage: https://github.com/git-big-picture/git-big-picture
Vcs-Git: https://salsa.debian.org/python-team/packages/git-big-picture.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/git-big-picture
Rules-Requires-Root: no
Testsuite: autopkgtest-pkg-pybuild

Package: git-big-picture
Architecture: all
Depends: python3-git-big-picture (= ${source:Version}),
         ${misc:Depends},
         ${python3:Depends}
Description: Visualization tool for Git repositories (executable)
 git-big-picture is a visualization tool for Git repositories. You can think of
 it as a filter that removes uninteresting commits from a DAG modelling a Git
 repository and thereby exposes the big picture: for example the hierarchy of
 tags and branches. git-big-picture supports convenience output options and can
 filter different classes of commits. It uses the Graphviz utility to render
 images that are pleasing to the eye.
 .
 This package contains the command-line tool.

Package: python3-git-big-picture
Section: python
Architecture: all
Depends: git, graphviz, ${misc:Depends}, ${python3:Depends}
Replaces: git-big-picture (<< 1.2.0-1)
Breaks: git-big-picture (<< 1.2.0-1)
Description: Visualization tool for Git repositories (module)
 git-big-picture is a visualization tool for Git repositories. You can think of
 it as a filter that removes uninteresting commits from a DAG modelling a Git
 repository and thereby exposes the big picture: for example the hierarchy of
 tags and branches. git-big-picture supports convenience output options and can
 filter different classes of commits. It uses the Graphviz utility to render
 images that are pleasing to the eye.
 .
 This package contains the Python module.