bzr 2.7.0-2ubuntu1 source package in Ubuntu

Changelog

bzr (2.7.0-2ubuntu1) xenial; urgency=low

  * Resynchronise on Debian (LP: #1544487). Remaining changes:
    - Drop non-main build dependencies on python-{meliae,lzma,medusa}
  * Take change from Debian bzr to point to the proper Vcs-* URLs

bzr (2.7.0-2) unstable; urgency=medium

  * Add patch 13_spurious_failure: Same root cause as 03_spurious_failure
    (client and server using the same socket in one process is racy).

bzr (2.7.0-1) unstable; urgency=medium

  * New upstream release.
   + Drop unnecessary patch 05_remove_gzip_test.
   + Drop upstream applied 06_win32_paths.
   + Drop upstream applied 11_disable_warningtest.
   + Stop skipping tests in override_dh_auto_test (upstream takes care of them)

bzr (2.7.0~bzr6614-1) unstable; urgency=medium

  * New upstream snapshot.
   + Drop unnecessary patch 08_disable_put_file_unicode.
   + Drop upstream applied 10_fix_float.
   + Drop upstream applied 12_autodoc_unicode.

 -- Vincent Ladeuil <email address hidden>  Thu, 11 Feb 2016 10:58:26 +0100

Upload details

Uploaded by:
Vincent Ladeuil
Sponsored by:
Iain Lane
Uploaded to:
Xenial
Original maintainer:
Ubuntu Developers
Architectures:
any all
Section:
devel
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Xenial release main devel

Downloads

File Size SHA-256 Checksum
bzr_2.7.0.orig.tar.gz 10.4 MiB 5204369dc80e5738d7f4f5db5920e010cc5cb89097cf165462685ab70d9ab00b
bzr_2.7.0-2ubuntu1.debian.tar.xz 39.3 KiB 88ce713eccaa921f9007a67d206935684747f81ffddebce03573d67999a2bc0c
bzr_2.7.0-2ubuntu1.dsc 2.6 KiB 0051875786a4e3b1360d9a12751996de89c3c7c0d4758e0d9eb7d8d432c19b66

View changes file

Binary packages built by this source

bzr: easy to use distributed version control system

 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).
 .
 Install python-paramiko if you are going to push branches to remote
 hosts with sftp.

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.