changeset 4912:43e9bb4de6b5 stable

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).
author Denis Laxalde <denis@laxalde.org>
date Fri, 18 Oct 2019 10:17:53 +0200
parents ddfc0b16c9d7
children cac7e750422f
files debian/changelog debian/compat debian/control
diffstat 3 files changed, 3 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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,