From 5c344f80d33059aa8ee25fd05b8b4c82e306b275 Mon Sep 17 00:00:00 2001 From: Christophe Siraut Date: Fri, 19 Apr 2019 14:36:32 +0200 Subject: [PATCH] debian: bump debhelper compatibility level (#32260) --- debian/compat | 2 +- debian/control | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/debian/compat b/debian/compat index 45a4fb75..ec635144 100644 --- a/debian/compat +++ b/debian/compat @@ -1 +1 @@ -8 +9 diff --git a/debian/control b/debian/control index c09542a8..687e8302 100644 --- a/debian/control +++ b/debian/control @@ -2,10 +2,11 @@ Source: passerelle Section: python Priority: optional Maintainer: Thomas NOËL -Build-Depends: debhelper (>= 8.0.0), +Build-Depends: debhelper (>= 9.0.0), python-django, python-setuptools (>= 0.6b3), python-all (>= 2.6.6-3), + dh-python, dh-systemd Standards-Version: 3.9.6 Homepage: https://dev.entrouvert.org/projects/passerelle