# HG changeset patch # User Sean Farley # Date 2016-05-01 00:26:48 # Node ID 9a98d0e5b07fc60887f9d3d34d9ac7d536f470d2 # Parent 6b95a623ec9011f8ca261ca32d6e2716263f5f89 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 @@ -3,7 +3,7 @@ Section: vcs Priority: optional Maintainer: Mercurial Developers Build-Depends: - debhelper (>= 7), + debhelper (>= 9), dh-python, netbase, python-all,