[PATCH 3 of 5 STABLE V2] debian: add missing python-docutils dependency

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


# HG changeset patch
# User Sean Farley <sean at farley.io>
# Date 1460753603 25200
#      Fri Apr 15 13:53:23 2016 -0700
# Branch stable
# Node ID d0651f68ff045f730493304313a4bd60636ca0c6
# Parent  f0f90b5f00b5b36e6114bd6f9e049506ca9c2757
# EXP-Topic ppa
debian: add missing python-docutils dependency

diff --git a/contrib/debian/control b/contrib/debian/control
--- a/contrib/debian/control
+++ b/contrib/debian/control
@@ -4,11 +4,12 @@ Priority: optional
 Maintainer: Mercurial Developers <mercurial-devel at selenic.com>
 Build-Depends:
  debhelper (>= 7),
  dh-python,
  python-all,
- python-all-dev
+ python-all-dev,
+ python-docutils
 Standards-Version: 3.9.4
 X-Python-Version: >= 2.6
 
 Package: mercurial
 Depends:


More information about the Mercurial-devel mailing list