Pushed. Thanks

On 10/18/16 11:07 AM, Augie Fackler wrote:
# HG changeset patch
# User Augie Fackler <au...@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 <dur...@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)

_______________________________________________
Mercurial-devel mailing list
Mercurial-devel@mercurial-scm.org
https://www.mercurial-scm.org/mailman/listinfo/mercurial-devel

Reply via email to