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

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