[PATCH 4 of 5 STABLE V2] debian: add missing zip/unzip dependencies

Sean Farley sean at farley.io
Sun Apr 17 14:14:18 EDT 2016


# HG changeset patch
# User Sean Farley <sean at farley.io>
# Date 1460841865 25200
#      Sat Apr 16 14:24:25 2016 -0700
# Branch stable
# Node ID 6b343d9fe46be219458e13da1de0a610f8508b75
# Parent  d0651f68ff045f730493304313a4bd60636ca0c6
# EXP-Topic ppa
debian: add missing zip/unzip dependencies

diff --git a/contrib/debian/control b/contrib/debian/control
--- a/contrib/debian/control
+++ b/contrib/debian/control
@@ -5,11 +5,13 @@ Maintainer: Mercurial Developers <mercur
 Build-Depends:
  debhelper (>= 7),
  dh-python,
  python-all,
  python-all-dev,
- python-docutils
+ python-docutils,
+ zip,
+ unzip
 Standards-Version: 3.9.4
 X-Python-Version: >= 2.6
 
 Package: mercurial
 Depends:


More information about the Mercurial-devel mailing list