Source: mercurial-chg
Section: vcs
Priority: optional
Maintainer: Yuya Nishihara <yuya@tcha.org>
Build-Depends: debhelper (>= 9), python-all-dev (>= 2.6.6-3~), dh-python
Standards-Version: 3.9.6
Vcs-Hg: http://bitbucket.org/yuja/chg/
Vcs-Browser: http://bitbucket.org/yuja/chg/

Package: mercurial-chg
Architecture: any
Depends:
 ${shlibs:Depends},
 ${misc:Depends},
 mercurial (>= 3.7~) | mercurial-chgserver (= ${binary:Version})
Description: Fast Mercurial CLI with background cmdserver
 This provides chg command as a replacement for pure hg executable.
 .
 By using background hg command server, cHg reduces the overhead of
 loading Python modules on each request.

Package: mercurial-chgserver
Architecture: any
Depends:
 ${shlibs:Depends},
 ${misc:Depends},
 ${python:Depends},
 mercurial (>= 3.2~)
Breaks:
 mercurial-chg (<< 0.3~)
Conflicts:
 mercurial (>= 3.7~)
Description: Mercurial command server extension for cHg
 This provides background command server for cHg.
