[PATCH 3 of 7 STABLE] debian: fix lintian warning about debhelper

Sean Farley sean at farley.io
Sun May 1 07:12:03 UTC 2016


# HG changeset patch
# User Sean Farley <sean at farley.io>
# Date 1462062408 25200
#      Sat Apr 30 17:26:48 2016 -0700
# Branch stable
# Node ID 23e884cfdd6d77cc3878f87d2c7542c795f5dedb
# Parent  5f654601d95f01edb151debff89a62533c9f6f9f
# EXP-Topic docker-ppa
debian: fix lintian warning about debhelper

It seems this is correct but does it work on older distros? I ran the
docker-jessie rule and didn't get any warnings.

diff --git a/contrib/debian/control b/contrib/debian/control
--- a/contrib/debian/control
+++ b/contrib/debian/control
@@ -1,11 +1,11 @@
 Source: mercurial
 Section: vcs
 Priority: optional
 Maintainer: Mercurial Developers <mercurial-devel at selenic.com>
 Build-Depends:
- debhelper (>= 7),
+ debhelper (>= 9),
  dh-python,
  netbase,
  python-all,
  python-all-dev,
  python-docutils,



More information about the Mercurial-devel mailing list