debian: update debhelper compat stable
authorDenis Laxalde <denis@laxalde.org>
Fri, 18 Oct 2019 10:17:53 +0200
branchstable
changeset 4912 43e9bb4de6b5
parent 4911 ddfc0b16c9d7
child 4913 cac7e750422f
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).
debian/changelog
debian/compat
debian/control
--- 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 <denis.laxalde@logilab.fr>  Tue, 15 Oct 2019 11:41:40 +0200
 
--- 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
--- 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,