summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff.email>2018-09-09 16:12:38 +0200
committerJörg Frings-Fürst <debian@jff.email>2018-09-09 16:12:38 +0200
commita1f4621c24b8157a4f6c693e96d9c30f6e2da644 (patch)
treeb598e6a37576cca2a3f80b5ab6aa339738d730dd
parent0b40602c6c8e0752e1ba6f5db04fc657e8940614 (diff)
Migrate to debhelper 11
-rw-r--r--debian/changelog3
-rw-r--r--debian/compat2
-rw-r--r--debian/control2
3 files changed, 5 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index 6982ddc..3f2449b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,9 @@ cil (0.07.00-12) UNRELEASED; urgency=medium
* Change to my new email address.
* New README.source to explain the branching model used.
+ * Migrate to debhelper 11:
+ - Change debian/compat to 11.
+ - Bump minimum debhelper version in debian/control to >= 11.
* debian/control:
- Change Vcs-* to point to the new repository.
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 47ff96e..ce1860d 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,7 @@ Priority: extra
Maintainer: Jörg Frings-Fürst <debian@jff.email>
Standards-Version: 3.9.8
Build-Depends:
- debhelper (>= 10),
+ debhelper (>= 11),
libmodule-build-perl
Build-Depends-Indep:
libclass-accessor-perl,