mercurial 6.5.3-1 source package in Ubuntu

Changelog

mercurial (6.5.3-1) unstable; urgency=medium

  * New upstream bugfix release.
  * Delete mercurial.egg-info/ on clean.
  * Pass DEB_PYTHON_INSTALL_LAYOUT to make install to work around
    distutils/setuptools being a mess.

 -- Julien Cristau <email address hidden>  Thu, 16 Nov 2023 17:57:14 +0100

Upload details

Uploaded by:
Debian Python Team
Uploaded to:
Sid
Original maintainer:
Debian Python Team
Architectures:
any all
Section:
vcs
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
mercurial_6.5.3-1.dsc 2.7 KiB cc0a63ef67375e4868cfcef83659384220f601ac53ed947e1fd3defdf79843d7
mercurial_6.5.3.orig.tar.gz 7.9 MiB 2cdc81fade129cf56b128417527f190ba72fd776567394ce54eed764e667e7d5
mercurial_6.5.3.orig.tar.gz.asc 659 bytes 6c5baf4f73e11b855cf3a0f1badc2d750d23a9ba7d7e1c9cfbb6449babc50d8e
mercurial_6.5.3-1.debian.tar.xz 67.6 KiB ad0bfb76db1aaf5ec0cef9219165300d9bfab740f07accfe62728f3db18ffd95

No changes file available.

Binary packages built by this source

mercurial: easy-to-use, scalable distributed version control system

 Mercurial is a fast, lightweight Source Control Management system designed
 for efficient handling of very large distributed projects.
 .
 Its features include:
  * O(1) delta-compressed file storage and retrieval scheme
  * Complete cross-indexing of files and changesets for efficient exploration
    of project history
  * Robust SHA1-based integrity checking and append-only storage model
  * Decentralized development model with arbitrary merging between trees
  * High-speed HTTP-based network merge protocol
  * Easy-to-use command-line interface
  * Integrated stand-alone web interface
  * Small Python codebase
 .
 This package contains the architecture dependent files.

mercurial-common: easy-to-use, scalable distributed version control system (common files)

 Mercurial is a fast, lightweight Source Control Management system designed
 for efficient handling of very large distributed projects.
 .
 This package contains the architecture independent components of Mercurial,
 and is generally useless without the mercurial package.

mercurial-dbgsym: debug symbols for mercurial