File: control

package info (click to toggle)
bzrtools 1.5.0-1
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 716 kB
  • ctags: 663
  • sloc: python: 5,508; makefile: 11; sh: 11
file content (38 lines) | stat: -rw-r--r-- 1,692 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
Source: bzrtools
Section: devel
Priority: optional
Maintainer: Debian Bazaar Maintainers <pkg-bazaar-maint@lists.alioth.debian.org>
Uploaders: Gustavo Franco <stratus@debian.org>, Arnaud Fontaine <arnau@debian.org>, Reinhard Tartler <siretart@tauware.de>, Adeodato Simó <dato@net.com.org.es>, Jelmer Vernooij <jelmer@samba.org>
Build-Depends: cdbs, debhelper, quilt, python, python-central
Build-Depends-Indep: bzr (>= 1.5~), rsync
Vcs-Bzr: http://bzr.debian.org/pkg-bazaar/bzrtools/unstable
Homepage: http://bazaar-vcs.org/BzrTools
Standards-Version: 3.7.3
XS-Python-Version: >= 2.4
Dm-Upload-Allowed: yes

Package: bzrtools
Architecture: all
Depends: ${python:Depends}, bzr (>= 1.5~), bzr (<< 1.6~), patch
Recommends: rsync, graphviz
Suggests: pybaz, librsvg2-bin
XB-Python-Version: ${python:Versions}
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.
  * baz-import: Help importing an Arch (or Baz 1.x) archive or branch 
    into bzr.
  * shelve/unshelve: Provide a fine-grained 'undo' facility.
  * clean-tree: Remove unknown, ignored-junk, or all unversioned files
    from the current tree.
  * 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.