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

Sean Farley sean at farley.io
Sun Apr 17 03:12:20 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 aacc82cc8cde7803d9ff9d17452a67cde0610171
# Parent  4529f9a52cfef6137bbed7b1d6fb0461c6f44a2b
# 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