breezy 3.0.0~bzr6803-1 source package in Ubuntu

Changelog

breezy (3.0.0~bzr6803-1) unstable; urgency=medium

  * Bump standards version to 4.1.1 (no changes).
  * New upstream snapshot.
  * Drop 04_remove_outdated_docs, applied upstream.

 -- Jelmer Vernooij <email address hidden>  Sat, 11 Nov 2017 13:11:54 +0000

Upload details

Uploaded by:
Debian Bazaar Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Bazaar Maintainers
Architectures:
any all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
breezy_3.0.0~bzr6803-1.dsc 2.4 KiB 5c4692f67e28dde0113ba68244f3c41b4deb287ab83325f1e94aab9f8bf85a9a
breezy_3.0.0~bzr6803.orig.tar.gz 8.0 MiB 71f30b1777da133cdf17048fed30385f8771b27397ac6b67aaf40ca6c0f45bfc
breezy_3.0.0~bzr6803-1.debian.tar.xz 22.0 KiB 82853de140521cdd293d2138112b7c0f43910ff33c653d52cda3646e440c1c2f

Available diffs

No changes file available.

Binary packages built by this source

brz: easy to use distributed version control system

 Breezy 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 Breezy 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 brz is installed in
 the remote end.
 .
 Merging in Breezy 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.
 .
 Install python-paramiko if you are going to push branches to remote
 hosts with sftp.

brz-doc: easy to use distributed version control system (documentation)

 Breezy 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 Breezy 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 brz is installed in
 the remote end.
 .
 Merging in Breezy 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.
 .
 This package provides the documentation.

python-breezy: distributed version control system - python library

 Breezy 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 Breezy Python library.
 .
 Install python-paramiko for sftp transport support.

python-breezy-dbg: distributed version control system - debug extension

 Breezy 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 Breezy Python library.

python-breezy.tests: distributed version control system - testsuite

 Breezy 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 breezy test infrastructure and testsuite,
 which is required to run the 'brz selftest' command and to run
 plugin tests.