bzr 2.7.0+bzr6622-10 source package in Ubuntu

Changelog

bzr (2.7.0+bzr6622-10) unstable; urgency=medium

  * Add patch 29_commit_message_encoding_test: Fix running of
    test_edit_commit_message when locale doesn't support non-ascii
    characters. Closes: #883743
  * Bump standard sversion to 4.1.2 (no changes).

 -- Jelmer Vernooij <email address hidden>  Sat, 09 Dec 2017 02:52:47 +0000

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Bionic release main devel

Downloads

File Size SHA-256 Checksum
bzr_2.7.0+bzr6622-10.dsc 2.5 KiB 658f59aaaa101288369e96ab766f5344e31eaa835fa008ad56df2ed65d11903e
bzr_2.7.0+bzr6622.orig.tar.gz 10.4 MiB 08bba3e76cba9beb6b686e71253045beeab9db94753ddbcafa0f8ed1cba377ff
bzr_2.7.0+bzr6622-10.debian.tar.xz 90.4 KiB 0e35de0eea3cb6910e3dfef330502afd01be60c4cd0b9ca3d5f77e9bb0f406aa

No changes file available.

Binary packages built by this source

bzr: No summary available for bzr in ubuntu cosmic.

No description available for bzr in ubuntu cosmic.

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 (qbzr), or native
 interaction with Subversion branches (bzr-svn).
 .
 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 for sftp transport support.

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.