File: control

package info (click to toggle)
bzr 2.7.0%2Bbzr6622-15
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 41,440 kB
  • sloc: python: 228,647; ansic: 2,817; makefile: 501; sh: 293; lisp: 107
file content (169 lines) | stat: -rw-r--r-- 6,318 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
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
Source: bzr
Section: vcs
Priority: optional
Maintainer: Debian Bazaar Maintainers <pkg-bazaar-maint@lists.alioth.debian.org>
Uploaders: Wouter van Heyst <larstiq@larstiq.dyndns.org>,
           Andrew Starr-Bochicchio <asb@debian.org>,
           Jelmer Vernooij <jelmer@debian.org>,
           Vincent Ladeuil <v.ladeuil+lp@free.fr>
Build-Depends: bash-completion,
               ca-certificates,
               cython-dbg (>= 0.25.2-2),
               debhelper (>= 9),
               fdupes,
               openssl,
               python (>= 2.6.6-3),
               python-all-dbg (>= 2.6.6-3),
               python-all-dev (>= 2.6.6-3),
               python-configobj (>= 4.7.2+ds-2),
               python-docutils,
               python-lzma [!m68k !powerpcspe !sh4],
               python-medusa,
               python-meliae,
               python-paramiko (<< 1.12.0) | python-paramiko (>= 1.14.1),
               python-pycurl,
               python-sphinx (>= 1.0.7+dfsg),
               python-stemmer,
               python-subunit,
               python-testtools (>= 2.3.0~)
Standards-Version: 4.1.2
Vcs-Bzr: https://code.launchpad.net/~debian-bazaar/debian/sid/bzr/unstable
Vcs-Browser: https://code.launchpad.net/~debian-bazaar/debian/sid/bzr/unstable
Homepage: https://bazaar-vcs.org

Package: bzr
Architecture: all
Depends: python-bzrlib (<= ${source:Version}.1~),
         python-bzrlib (>= ${source:Version}),
         ${misc:Depends},
         ${python:Depends}
Breaks: bzr-pqm (<< 1.4.0~bzr80),
        bzr-xmloutput (<< 0.8.8+bzr160),
        python-bzrlib (<< 2.4.0~beta3~)
Suggests: bzr-doc,
          bzrtools,
          python-bzrlib.tests
Description: easy to use distributed version control system
 Bazaar is a distributed version control system designed to be easy to
 use and intuitive, able to adapt to many workflows, reliable, and
 easily extendable.
 .
 Publishing of branches can be done over plain HTTP, that is, no special
 software is needed on the server to host Bazaar branches. Branches can
 be pushed to the server via sftp (which most SSH installations come
 with), FTP, or over a custom and faster protocol if bzr is installed in
 the remote end.
 .
 Merging in Bazaar is easy, as the implementation is able to avoid many
 spurious conflicts, deals well with repeated merges between branches,
 and is able to handle modifications to renamed files correctly.
 .
 Bazaar is written in Python, and has a flexible plugin interface which
 can be used to extend its functionality. Many plugins exist, providing
 useful commands (bzrtools), graphical interfaces (qbzr), or native
 interaction with Subversion branches (bzr-svn).
 .
 Install python-paramiko if you are going to push branches to remote
 hosts with sftp.

Package: python-bzrlib
Architecture: any
Section: python
Depends: python-configobj,
         ${misc:Depends},
         ${python:Depends},
         ${shlibs:Depends}
Recommends: ca-certificates,
            python-launchpadlib,
            ssh-client | python-paramiko
Conflicts: python-paramiko (<< 1.14.1)
Suggests: python-bzrlib-dbg,
          python-bzrlib.tests,
          python-kerberos (>= 1.0+svn2455-1),
          python-paramiko,
          python-pycurl,
          xdg-utils
Breaks: bzr (<< 2.3.0-2),
        bzr-grep
Provides: bzr-grep,
          ${python:Provides}
Replaces: bzr (<< 2.3.0-2),
          bzr-grep
Description: distributed version control system - python library
 Bazaar is a distributed version control system designed to be easy to
 use and intuitive, able to adapt to many workflows, reliable, and
 easily extendable.
 .
 This package contains the Bazaar Python library.
 .
 Install python-paramiko for sftp transport support.

Package: python-bzrlib-dbg
Architecture: any
Priority: extra
Section: debug
Depends: python-bzrlib (= ${binary:Version}),
         ${misc:Depends},
         ${python:Depends},
         ${shlibs:Depends}
Provides: ${python:Provides}
Recommends: python-dbg
Suggests: python-lzma-dbg,
          python-meliae-dbg
Description: distributed version control system - debug extension
 Bazaar is a distributed version control system designed to be easy to
 use and intuitive, able to adapt to many workflows, reliable, and
 easily extendable.
 .
 This package contains the debug extension for the Bazaar Python library.

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

Package: bzr-doc
Architecture: all
Section: doc
Depends: ${misc:Depends},
         ${sphinxdoc:Depends}
Suggests: bzr
Replaces: bzr (<< 2.0.1)
Breaks: bzr (<< 2.0.1)
Description: easy to use distributed version control system (documentation)
 Bazaar is a distributed version control system designed to be easy to
 use and intuitive, able to adapt to many workflows, reliable, and
 easily extendable.
 .
 Publishing of branches can be done over plain HTTP, that is, no special
 software is needed on the server to host Bazaar branches. Branches can
 be pushed to the server via sftp (which most SSH installations come
 with), FTP, or over a custom and faster protocol if bzr is installed in
 the remote end.
 .
 Merging in Bazaar is easy, as the implementation is able to avoid many
 spurious conflicts, deals well with repeated merges between branches,
 and is able to handle modifications to renamed files correctly.
 .
 Bazaar is written in Python, and has a flexible plugin interface which
 can be used to extend its functionality. Many plugins exist, providing
 useful commands (bzrtools), graphical interfaces (qbzr), or native
 interaction with Subversion branches (bzr-svn).
 .
 This package provides the documentation.