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
|
Source: bzr-pipeline
Section: vcs
Priority: optional
Maintainer: Debian Bazaar Maintainers <pkg-bazaar-maint@lists.alioth.debian.org>
Uploaders: Andrew Starr-Bochicchio <asb@debian.org>
Homepage: http://bazaar-vcs.org/BzrPipeline
Build-Depends: bzr,
debhelper (>= 7.0.50~),
python (>= 2.6.6-3),
python-bzrlib (<< 2.8.0),
python-bzrlib (>= 2.2~),
python-bzrlib.tests,
python-subunit
Build-Depends-Indep: python-testtools
Standards-Version: 3.9.5
X-Python-Version: >= 2.5
Vcs-Bzr: http://anonscm.debian.org/bzr/pkg-bazaar/bzr-pipeline/unstable
Vcs-Browser: http://anonscm.debian.org/loggerhead/pkg-bazaar/bzr-pipeline/unstable
XS-Testsuite: autopkgtest
Package: bzr-pipeline
Architecture: all
Depends: python-bzrlib (<< 2.8.0),
python-bzrlib (>= 2.2~),
${misc:Depends},
${python:Depends}
Recommends: bzr
Enhances: bzr
Description: Bazaar plugin for managing a pipeline of changes
A Bazaar plugin helps you organize your changes into sections called
"pipes"
.
Pipelines can help you:
.
* focus on each set of changes as a coherent piece, without being distracted
by other sets of changes.
* respect diff size limits when submitting changes
* avoid reviewer fatigue when submitting changes for code review
* maintain a set of patches against an upstream branch
|