[elbe-devel] [PATCH v2 21/27] Upgrade debhelper to compat v10

Torben Hohn torben.hohn at linutronix.de
Thu Sep 24 16:56:18 CEST 2020


From: Bastian Germann <bage at linutronix.de>

The only change that is needed is that systemd is now a default builder.
The minimum Debian version for compat v10 is stretch which is the oldest
that Elbe is built on for the time being.

Signed-off-by: Bastian Germann <bage at linutronix.de>
Reviewed-by: Torben Hohn <torben.hohn at linutronix.de>
Signed-off-by: Torben Hohn <torben.hohn at linutronix.de>
---
 debian/compat  | 2 +-
 debian/control | 3 +--
 debian/rules   | 2 +-
 3 files changed, 3 insertions(+), 4 deletions(-)

diff --git a/debian/compat b/debian/compat
index ec635144f..f599e28b8 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-9
+10
diff --git a/debian/control b/debian/control
index 440a374fd..423673df1 100644
--- a/debian/control
+++ b/debian/control
@@ -2,9 +2,8 @@ Source: elbe
 Section: misc
 Priority: optional
 Maintainer: Linutronix GmbH <info at linutronix.de>
-Build-Depends: debhelper (>= 9),
+Build-Depends: debhelper (>= 10),
   dh-python,
-  dh-systemd,
   python3,
   python3-setuptools,
   python3-lxml,
diff --git a/debian/rules b/debian/rules
index e0e7c494e..f4a1d3af0 100755
--- a/debian/rules
+++ b/debian/rules
@@ -29,4 +29,4 @@ override_dh_install:
 	dh_installxmlcatalogs
 
 %:
-	dh $@ --with systemd --buildsystem=pybuild --with python3
+	dh $@ --buildsystem=pybuild --with python3
-- 
2.20.1



More information about the elbe-devel mailing list