summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff.email>2018-09-07 06:56:41 +0200
committerJörg Frings-Fürst <debian@jff.email>2018-09-07 06:56:41 +0200
commit7b1740d95b8baa54c1a085175598b57750ce0893 (patch)
treee760890deefca417fe6d05acd85ff5f471a4fd55
parent2f780ef934224c527beeb4a223c233b3ea2ee424 (diff)
Migrate to debhelper 11
-rw-r--r--debian/changelog4
-rw-r--r--debian/compat2
-rw-r--r--debian/control2
3 files changed, 6 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index c361eac..cef08a0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,10 @@ gnome-pie (0.7.1-2) UNRELEASED; urgency=medium
* New debian/patches/0100-fix-ftbfs_vala_0_42.patch to fix FTBFS
with vala 0.42.
* Change to my new email address.
+ * Migrate to debhelper 11:
+ - Change debian/compat to 11.
+ - debian/control:
+ + Bump minimum debhelper version to >= 11.
* debian/control:
- Change VCS-* to point to the new repository.
* debian/copyright:
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 3ed231e..ee7637e 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 (>= 10),
+ debhelper (>= 11),
cmake,
libappindicator3-dev,
libarchive-dev,