diff options
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 4 | ||||
-rw-r--r-- | debian/compat | 1 | ||||
-rw-r--r-- | debian/control | 2 |
3 files changed, 5 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index 74def09..9f00919 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,10 @@ gnome-pie (0.7.2-2) UNRELEASED; urgency=medium * New debian/patches/0110-Fix-Build-error.patch (Closes: 948129): - Fix build error. + * Migrate to debhelper-compat 13: + - Remove debian/compat. + - debian/control: + + Bump minimum debhelper-compat version to = 13. -- Jörg Frings-Fürst <debian@jff.email> Sun, 05 Jan 2020 11:45:22 +0100 diff --git a/debian/compat b/debian/compat deleted file mode 100644 index b4de394..0000000 --- a/debian/compat +++ /dev/null @@ -1 +0,0 @@ -11 diff --git a/debian/control b/debian/control index db9684f..e1dacce 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Section: gnome Priority: optional Maintainer: Jörg Frings-Fürst <debian@jff.email> Build-Depends: - debhelper (>= 11), + debhelper-compat (= 13), cmake, libayatana-appindicator3-dev, libarchive-dev, |