bzr 2.4.1-1ubuntu1 source package in Ubuntu
Changelog
bzr (2.4.1-1ubuntu1) oneiric; urgency=low * Merge from Debian. Remaining changes: + Drop build dependencies on python-{subunit,meliae,lzma,medusa}, which are not in main. + Disable support for running selftest in parallel (requires subunit). -- Jelmer Vernooij <email address hidden> Tue, 13 Sep 2011 15:39:19 +0200
Upload details
- Uploaded by:
- Jelmer Vernooij
- Uploaded to:
- Oneiric
- Original maintainer:
- Ubuntu Developers
- Architectures:
- any
- Section:
- devel
- Urgency:
- Low Urgency
See full publishing history Publishing
Series | Published | Component | Section |
---|
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
bzr_2.4.1.orig.tar.gz | 6.9 MiB | 548bd4849e9e7fb3938277249fa026455e60054c78912d665694384af1f07fe6 |
bzr_2.4.1-1ubuntu1.debian.tar.gz | 56.5 KiB | e8592bab31902df3ede2ce92ec673d859620f2e1eb6a04bd30414627aba29d42 |
bzr_2.4.1-1ubuntu1.dsc | 1.6 KiB | 69c7c48d2fbbf3b31c94b4b8667f08ca63900553097dd8d5aa5b94a50f416e8a |
Available diffs
- diff from 2.4.0-3ubuntu1 to 2.4.1-1ubuntu1 (536.9 KiB)
Binary packages built by this source
- bzr: No summary available for bzr in ubuntu oneiric.
No description available for bzr in ubuntu oneiric.
- bzr-doc: 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 (bzr-gtk), or native
interaction with Subversion branches (bzr-svn).
.
Install python-paramiko if you are going to push branches to remote
hosts with sftp, and python-pycurl if you'd like for SSL certificates
always to be verified.
.
This package provides the documentation.
- python-bzrlib: 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 if you are going to push branches to remote
hosts with sftp, and python-pycurl if you'd like for SSL certificates
always to be verified.
- python-bzrlib-dbg: 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.
- python-bzrlib.tests: 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.