diff options
author | Jörg Frings-Fürst <debian@jff.email> | 2020-05-31 10:50:50 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff.email> | 2020-05-31 10:50:50 +0200 |
commit | bd2e2bb077e3e7182d70a47c8124e1a4de8e4c4f (patch) | |
tree | 9d165a92b310247ab6f817b9018fe31e81c080bd | |
parent | a6b3c0319e2175d9c38337951249b65a58e917b1 (diff) |
Migrate to debhelper-compat 13
-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, |