From e378274650ca8134ef9a94da9c6e1b15ba0929d3 Mon Sep 17 00:00:00 2001 From: intrigeri <intrigeri@boum.org> Date: Sun, 7 Jan 2018 12:25:22 +0000 Subject: [PATCH] Bump debhelper compat level to 11, adjust build-dependencies accordingly. --- debian/compat | 2 +- debian/control | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/compat b/debian/compat index f599e28..b4de394 100644 --- a/debian/compat +++ b/debian/compat @@ -1 +1 @@ -10 +11 diff --git a/debian/control b/debian/control index a8cf453..968b3f8 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Maintainer: Debian AppArmor Team <pkg-apparmor-team@lists.alioth.debian.org> Uploaders: intrigeri <intrigeri@debian.org> Section: admin Priority: optional -Build-Depends: debhelper (>= 10), +Build-Depends: debhelper (>= 11), dh-apparmor, apparmor (>= 2.9.0) Standards-Version: 4.1.1 -- GitLab