[PATCH 3 of 3 remotefilelog-ext] debian: add missing dependencies so that cdatapack builds

Durham Goode durham at fb.com
Tue Oct 18 23:48:22 UTC 2016


Pushed. Thanks


On 10/18/16 11:07 AM, Augie Fackler wrote:
> # HG changeset patch
> # User Augie Fackler <augie at google.com>
> # Date 1476813984 14400
> #      Tue Oct 18 14:06:24 2016 -0400
> # Node ID 0f7301b181ec0a5a3ab11a054fc45572e18e44fd
> # Parent  fe8ed0e94d70cef427a7e15f5c815d5c7ae7ae7f
> debian: add missing dependencies so that cdatapack builds
>
> diff --git a/contrib/debian/control b/contrib/debian/control
> --- a/contrib/debian/control
> +++ b/contrib/debian/control
> @@ -5,7 +5,10 @@ Maintainer: Durham Goode <durham at fb.com>
>   Build-Depends:
>    debhelper (>= 7),
>    dh-python,
> - python-all
> + python-all,
> + python-all-dev,
> + libssl-dev,
> + liblz4-dev
>   Standards-Version: 3.9.4
>   X-Python-Version: >= 2.6
>   
> @@ -15,6 +18,8 @@ Depends:
>    ${shlibs:Depends},
>    ${misc:Depends},
>    ${python:Depends},
> + liblz4-1,
> + libssl-dev,
>    python-lz4
>   Enhances: mercurial
>   Breaks: mercurial (<< 3.5)



More information about the Mercurial-devel mailing list