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.7.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.7.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
