sapling/contrib/debian/control
Augie Fackler ee90e218a4 debian: mark us as breaking hg older than 3.5, and enhancing mercurial
Doing this rather than depending on Mercurial will allow developers of
Mercurial to have this package installed without having to do
something awkward to not also get Mercurial from their distro.
2015-09-14 12:37:07 -04:00

30 lines
787 B
Plaintext

Source: remotefilelog
Section: vcs
Priority: optional
Maintainer: Durham Goode <durham@fb.com>
Build-Depends:
debhelper (>= 7),
dh-python,
python-all
Standards-Version: 3.9.4
X-Python-Version: >= 2.6
Package: remotefilelog
Depends:
python,
${shlibs:Depends},
${misc:Depends},
${python:Depends},
python-lz4
Enhances: mercurial
Breaks: mercurial (<< 3.5)
Architecture: all
Description: allows Mercurial to clone shallow copies of a repository and
load files on demand.
.
The remotefilelog extension allows Mercurial to clone shallow copies
of a repository such that all file contents are left on the server
and only downloaded on demand by the client. This greatly speeds up
clone and pull performance for repositories that have long histories
or that are growing quickly.