[elbe-devel] [PATCH 1/2] Upgrade debhelper to compat v10
bage at linutronix.de
bage at linutronix.de
Wed Sep 23 21:11:45 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>
---
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 f6a74d8b4..10c68610d 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.28.0
More information about the elbe-devel
mailing list