File: control

package info (click to toggle)
breezy 3.3.2-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 38,656 kB
  • sloc: python: 261,383; ansic: 1,923; makefile: 356; sh: 284; lisp: 107
file content (132 lines) | stat: -rw-r--r-- 4,755 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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
Source: breezy
Section: vcs
Priority: optional
Maintainer: Debian Breezy Maintainers <pkg-bazaar-maint@lists.alioth.debian.org>
Uploaders: Jelmer Vernooij <jelmer@debian.org>
Build-Depends: bash-completion,
               ca-certificates,
               dh-python,
               fdupes,
               cython3-dbg (>= 0.17),
               python3 (>= 2.6.6-3),
               python3-all-dbg (>= 2.6.6-3),
               python3-all-dev (>= 2.6.6-3),
               python3-configobj (>= 4.7.2+ds-2),
               python3-coverage <!nocheck>,
               python3-dulwich (>= 0.21.2),
               python3-docutils,
               python3-fastbencode,
               python3-fastimport (>= 0.9.8),
               python3-launchpadlib,
               python3-merge3,
               python3-paramiko,
               python3-patiencediff,
               python3-setuptools,
               python3-setuptools-gettext,
               python3-setuptools-rust,
               python3-six,
               python3-sphinx (>= 1.0.7+dfsg),
               python3-subunit <!nocheck>,
               python3-testtools (>= 0.9.5~) <!nocheck>,
               python3-yaml,
               debhelper-compat (= 13),
               librust-pkg-version-dev,
               librust-pyo3-dev,
               librust-regex+aho-corasick-dev,
               rustc
Standards-Version: 4.6.1
Rules-Requires-Root: no
Vcs-Bzr: https://code.launchpad.net/~jelmer/debian/sid/breezy/main/
Vcs-Browser: https://code.launchpad.net/~jelmer/debian/sid/breezy/main/
Homepage: https://www.breezy-vcs.org/

Package: brz
Recommends: python3-gpg, python3-dulwich (>= 0.21.2)
Architecture: any
Conflicts: git-remote-bzr, bzr-git (<< 0.6.13+bzr1650+brz1), bzr (<< 2.7.0+bzr6622-1)
Depends: python3-breezy (<= ${source:Version}.1~),
         python3-breezy (>= ${source:Version}),
         python3,
         ${misc:Depends},
         ${python3:Depends},
         ${shlibs:Depends}
Suggests: brz-doc,
          python3-breezy.tests,
          python3-fastimport (>= 0.9.8)
Provides: bzr, bzr-stats, bzr-email, bzr-upload, bzr-git, bzr-fastimport, git-remote-bzr
Description: easy to use distributed version control system
 Breezy is a distributed version control system designed to be easy to
 use and intuitive, able to adapt to many file formats and workflows, reliable,
 and easily extendable.
 .
 Out of the box, Breezy supports both the Git and Bazaar repository
 formats.

Package: python3-breezy
Architecture: any
Section: python
Depends: python3-configobj,
         python3-six,
         python3-fastbencode,
         python3-merge3,
         python3-yaml,
         ${misc:Depends},
         ${python3:Depends},
         ${shlibs:Depends},
         python3-dulwich (>= 0.21.2)
Recommends: ca-certificates,
            python3-launchpadlib,
            python3-github,
            ssh-client | python3-paramiko,
            python3-gpg,
Conflicts: python3-paramiko (<< 1.14.1), python3-dulwich (<< 0.19.11)
Suggests: python3-breezy-dbg,
          python3-breezy.tests,
          python3-fastimport,
          python3-kerberos (>= 1.0+svn2455-1),
          python3-paramiko,
          python3-patiencediff,
          xdg-utils,
Provides: ${python3:Provides}
Description: distributed version control system - Python 3 library
 Breezy is a distributed version control system designed to be easy to
 use and intuitive, able to adapt to many file formats and workflows, reliable,
 and easily extendable.
 .
 This package contains the Breezy Python 3 library.

Package: python3-breezy.tests
Architecture: all
Section: python
Depends: python3-breezy (<= ${source:Version}.1~),
         python3-breezy (>= ${source:Version}),
         python3-testtools (>= 0.9.5~),
         ${misc:Depends},
         ${python3:Depends}
Suggests: python3-subunit
Provides: ${python3:Provides}
Replaces: python3-breezy (<< 2.4.0~beta1-2)
Description: distributed version control system - Python 3 testsuite
 Breezy is a distributed version control system designed to be easy to
 use and intuitive, able to adapt to many file formats workflows, reliable, and
 easily extendable.
 .
 This package contains the breezy test infrastructure and testsuite,
 which is required to run the 'brz selftest' command and to run
 plugin tests.
 .
 This package contains the Python 3 version.

Package: brz-doc
Multi-Arch: foreign
Architecture: all
Section: doc
Depends: ${misc:Depends},
         ${sphinxdoc:Depends}
Suggests: brz
Description: easy to use distributed version control system (documentation)
 Breezy is a distributed version control system designed to be easy to
 use and intuitive, able to adapt to many file formats and workflows, reliable,
 and easily extendable.
 .
 This package provides the documentation.