# HG changeset patch # User Denis Laxalde # Date 1571386673 -7200 # Node ID 43e9bb4de6b5ce93a77af860a916e026cda7d784 # Parent ddfc0b16c9d76b2e66ef59e14edb9c27ef9e8d91 debian: update debhelper compat Level before 9 are deprecated says debhelper 12. Upgrade to 10, which is available in Debian oldstable and old Ubuntu releases to be conservative (and since we probably don't need more). diff -r ddfc0b16c9d7 -r 43e9bb4de6b5 debian/changelog --- a/debian/changelog Thu Oct 17 20:33:02 2019 +0200 +++ b/debian/changelog Fri Oct 18 10:17:53 2019 +0200 @@ -1,6 +1,7 @@ mercurial-evolve (9.2.1-1.1) UNRELEASED; urgency=medium * build with pybuild and sphinxdoc + * update debhelper compat to 10 -- Denis Laxalde Tue, 15 Oct 2019 11:41:40 +0200 diff -r ddfc0b16c9d7 -r 43e9bb4de6b5 debian/compat --- a/debian/compat Thu Oct 17 20:33:02 2019 +0200 +++ b/debian/compat Fri Oct 18 10:17:53 2019 +0200 @@ -1,1 +1,1 @@ -8 +10 diff -r ddfc0b16c9d7 -r 43e9bb4de6b5 debian/control --- a/debian/control Thu Oct 17 20:33:02 2019 +0200 +++ b/debian/control Fri Oct 18 10:17:53 2019 +0200 @@ -9,7 +9,7 @@ Build-Depends: mercurial (>= 4.5), python, - debhelper (>= 8), + debhelper (>= 10), dh-python, python-sphinx (>= 1.0.8), imagemagick,