Source: bzrtools
Section: vcs
Priority: optional
Maintainer: Debian Bazaar Maintainers <pkg-bazaar-maint@lists.alioth.debian.org>
Uploaders: Eric Newberry <eric@azrockets.org>,
           Andrew Starr-Bochicchio <asb@debian.org>,
           Jelmer Vernooĳ <jelmer@debian.org>,
           Vincent Ladeuil <v.ladeuil+lp@free.fr>
Build-Depends: debhelper (>> 9~), python (>= 2.6.6-3)
Build-Depends-Indep: bzr,
                     python-bzrlib (<< 2.8.0),
                     python-bzrlib (>= 2.6~),
                     python-bzrlib.tests,
                     python-subunit,
                     rsync
Vcs-Bzr: https://code.launchpad.net/~debian-bazaar/debian/sid/bzrtools/unstable
Vcs-Browser: https://code.launchpad.net/~debian-bazaar/debian/sid/bzrtools/unstable
Homepage: http://bazaar-vcs.org/BzrTools
Standards-Version: 4.1.4
X-Python-Version: >= 2.7
XS-Testsuite: autopkgtest

Package: bzrtools
Architecture: all
Depends: bzr (<< 2.8.0),
         bzr (>= 2.6~),
         patch,
         ${misc:Depends},
         ${python:Depends}
Recommends: rsync
Suggests: graphviz, librsvg2-bin
Breaks: ${python:Breaks}
Description: Collection of tools for bzr
 This package contains a collection of plugins for bzr - a distributed
 version control system. Some of these tools may work their way into
 bzr itself at some point, and some are just convenient addons useful
 for day to day operations.
 .
 bzrtools actually includes:
  * rspush: Push local changes to a remote server using rsync instead
    sftp.
  * graph-ancestry: Use graphviz to produce graphs of branch ancestry.
  * shell: Start up a command interpreter that run bzr natively,
    providing autocompletion.
  * patch: Apply a specified patch to your tree, that can be a file
    or URL.
  * heads: Show all revisions in a repository not having descendants.
